The decision
When a Real Estate Website Is Worth Rebuilding
Six checks that separate a site with a design problem from a site with a structural one.
Part of the Real Estate Website Rebuilds guide · Last reviewed 2026-08-09

A real estate website is worth rebuilding when its problems are structural rather than cosmetic. Structural means the content cannot be read without JavaScript, the platform will not let you add pages, or the template is shared and says nothing specific about your market. Cosmetic means it looks dated but the pages load, read, and convert. The distinction matters because a rebuild reliably fixes appearance and reliably does not create content, so a site whose real problem is having six pages will still have six pages afterwards.
Key takeaways
- Run the view-source check first: if the words you see on screen are not in the page source, that is a structural problem.
- A site that cannot publish new pages without a developer has a platform problem no redesign will solve.
- Too few pages is a content problem, and a rebuild does not write content.
- Google says server-side or pre-rendering is still a great idea because not all bots can run JavaScript.
- If you are rebuilding because traffic dropped, find the cause first or you will never be able to attribute the outcome.
Check one: can the page be read as text
Open your busiest page in a browser, view the page source, and search that source for a full sentence you can see on screen. If the sentence is not there, the text arrives later through JavaScript and the crawling phase does not have it.
Google describes crawling, rendering, and indexing as three separate phases, with rendering happening from a queue that it says a page may sit in for a few seconds or longer. Its recommendation is unambiguous: server-side or pre-rendering is still a great idea, because it makes the site faster for users and crawlers, and not all bots can run JavaScript.
This is the single check most worth running, because a failure here invalidates everything else. Better writing on a page nothing can read changes nothing.
Check two: can you add a page today
Try to publish a new page about a specific question a client asked you last week. Not a blog post if your platform separates the two, an actual page.
If that takes a developer, a support ticket, or a plan upgrade, you have found a structural limit. Search visibility grows mostly by covering more of the questions people ask, and a platform that makes each new page expensive caps how far the site can grow regardless of how it looks.
Check three: is the content actually yours
Many agent sites run a template where the only unique parts are the name, photograph, and contact details. Everything else, including the neighbourhood descriptions and the buyer guides, ships identically to every other agent on the same platform.
This is worth taking seriously, because duplicated content gives a search engine no reason to prefer your copy of it. The test is straightforward: take a distinctive sentence from one of your non-listing pages, search it in quotation marks, and see how many other agent sites return the identical text.
Check four: what does it look like on a phone
Load the site on your own phone, on mobile data rather than office wifi, and try to do what a seller would do: find out how you price a home, then contact you.
Count the taps. Notice whether the layout jumps while it loads, which is what Cumulative Layout Shift measures, with a good score being 0.1 or less at the 75th percentile of page loads. A phone number that requires pinching to read is a conversion problem sitting in front of every other problem on this list.
Check five: how many pages earn search traffic
In Google Search Console, look at the pages receiving impressions over the last six months. The pattern usually falls into one of two shapes, and they lead to different decisions.
If a reasonable number of pages earn impressions and the site is simply dated, you have a working site that needs a facelift and more content. If almost nothing appears except your own name, the site is not being found for anything a stranger would search, and that usually traces back to checks one through three.
Check six: are you rebuilding to fix something you have not diagnosed
This one is about timing rather than the site. If the trigger for rebuilding is a traffic drop nobody has explained, do the diagnosis first.
Google says visibility may fluctuate temporarily during a site move and settles over time. Launch a rebuild on top of an unexplained decline and the two effects overlap for weeks, leaving you unable to tell whether the rebuild helped, hurt, or did nothing. Find the cause, then decide.
| Check | If it fails | What it means |
|---|---|---|
| Content in page source | Text only appears after scripts run | Structural, rebuild is justified |
| Can publish a new page | Needs a developer or an upgrade | Structural, platform is the limit |
| Content is unique to you | Identical text on other agent sites | Structural if the platform controls it |
| Usable on a phone | Hard to read or contact you | Fixable either way, but fix it first |
| Pages earning impressions | Only your own name appears | Usually traces back to the checks above |
| Drop is understood | Cause is unknown | Diagnose before moving anything |
Frequently asked questions
My site looks outdated but gets leads. Should I rebuild it?
Not urgently, and not as one project. A site producing leads has solved the hardest part. The lower-risk path is to keep the addresses and structure that are working, improve the appearance and the mobile experience, and add pages for questions you are not covering yet. Rebuilding wholesale puts a working system at risk to fix something visitors have already proven they will tolerate.
How do I check whether my content is readable without JavaScript?
Open the page, view the page source, and search it for a full sentence that appears on screen. If the sentence is missing from the source, it is being inserted by JavaScript afterwards. This takes about a minute per page and is the highest-value check on the list, because a failure here means content changes cannot help until it is fixed.
Is duplicate template content on agent websites a real problem?
It is a competitive problem more than a penalty problem. When dozens of sites carry identical neighbourhood text, none of them offers a search engine a reason to prefer one over another, so the ranking usually goes to something else entirely. The practical fix is replacing the shared text with specifics only you can write, such as what you have actually seen happen in that area.
How many pages should a real estate website have?
There is no correct number, and any specific figure quoted to you is invented. The useful measure is coverage: does the site answer the questions clients actually ask you, each on its own page, in language matching how they would ask it. An agent with fifteen pages that each answer a real question is in a better position than one with sixty near-identical location pages.
Can I fix mobile problems without a full rebuild?
Often yes, depending on the platform. Font sizes, tap target spacing, and images that cause the layout to jump are frequently theme-level settings rather than architectural decisions. Fix those first, because they are cheap and they improve the experience regardless of whether you later rebuild.
Related pages in this guide
Related reading
Sources
Every claim on this page that could be checked against a primary source is linked below. Where something is not publicly documented by a vendor, the page says so rather than filling the gap with an estimate.
- JavaScript SEO basics (Google Search Central)
- Web Vitals (web.dev (Google))
- Site move with URL changes (Google Search Central)