Back to all articles

Most of the real estate websites are broken. The fix is ridiculously simple.

Artem Rudenko

Artem Rudenko

Software engineer, founder of ottofeller.com

We have conducted research (partly on Reddit ) among real estate websites. And found out that the most common issue with the websites in the industry can be fixed in a very easy way. This is just ridiculous how many online resources are affected to it.

Non-optimized images

40% of a website visitors will leave if the website is slow
40% of a website visitors will leave if the website is slow

Unreasonably big sizes

A lot of image files originally have a huge resolution. While being applied on a website page, the size is reduced to a much smaller value than the original file has. The right approach is to store images originally in the size they will be applied to the website. Or, if you need the same image in different sizes, then create multiple image files of necessary sizes and load them depending on the user's display size. This can be achieved easily with modern browsers.

Excessive quality

Along with image size consider adjusting the quality of images. Speaking of JPEG format images (one of the most popular formats on the internet) reducing the quality value from 100% down to 92% can result in saving more than 50% of file size. And your website visitors will never notice a difference between 100% quality and 92% quality.

Size and quality optimizations combined together will bring delightful results at a very low cost.

Long forms

People usually come to your website without a strong intention to stay there for a long time, and they leave very easily. They don't read long text copies and they don't fill in long forms that look intimidating. You can try advanced tricks to engage your website visitors into the process of populating long forms (I even saw forms with 5(!) mandatory fields) or you can just make the forms very short. What your sales team only needs is an email from a prospect. So in most cases, such a form with a single input field works good enough — “Interested in our offers? Leave your email!”.

Short forms attract more attention as they require less efforts to fill in (image from lvivity.com)
Short forms attract more attention as they require less efforts to fill in (image from lvivity.com)

Old design, that hurts the credibility

Finally, the painful and highly disregarded point — website design. It is quite common for small to midsize companies to ignore the value of design. I will explain what I mean using stats and metaphor.

First, the stats. If you look at Apple's revenue numbers you will notice that they are selling expensive electronic devices much better than some oil companies sell oil. I mean really big oil companies that sell the resource everyone needs. Moreover, there are more performant and cheaper electronic devices on the market, but consumers prefer to buy Apple's devices. The reason is distinctive and always top-notch design.

A stunning design will keep visitors on your website for much longer
A stunning design will keep visitors on your website for much longer

In conclusion

If you can't afford a professional fully-featured website, then pay for at least a few hours to have a simple but modern and performant website that will load fast and will produce a delightful first impression on your visitors. I'm pretty much confident that you will be impressed by the result!


Other articles

Gradual rollouts with AWS Lambda

Learn how to mitigate deployment risks using AWS Lambda's gradual rollout feature, enabling safer, incremental updates to your product's backend.

Using Tailwind to fill in the gaps in your team's CSS knowledge

Many engineering teams are favoring Tailwind CSS over plain CSS for its ease of styling web frontends with utility classes, addressing scalability issues encountered with traditional CSS as project size grows.