Website redesign for SEO

A poorly executed redesign drops organic traffic by 30 to 40%. The site looks better, nothing errors, and the traffic leaves quietly over about eight weeks. It is almost never the design that causes it. It is nine specific, boring, preventable things, and every one of them is cheaper to check before launch than to diagnose after.

Why it happens quietly

A redesign does not break search visibility the way a server outage breaks a site. Nothing returns an error. Nobody gets an alert. The pages still load, and they look better than they did.

What changes is whether search engines can still find, read and match your pages to the queries they used to match. That degrades over weeks, not minutes, because a crawler has to come back, re-read and re-evaluate before anything moves.

By the time a report shows it, the developer has moved on and the cause is four weeks behind you.

The nine things that actually cause it

Ranked by how often I find them, not by how dramatic they sound.

1. A noindex left over from staging. The single most expensive line of code in web development. The staging site was hidden from search, the flag shipped with the launch, and the entire site disappears within days. Check the live site, not the code.

2. URLs changed without redirects. Every address that moves needs a permanent redirect to its closest equivalent. Not to the homepage. A redirect to the homepage tells a search engine the old page is gone, and it takes the ranking with it.

3. Internal links lost in the navigation rebuild. This is the one I have lived. A page nothing links to is invisible regardless of how good it is. Rebuilt navigations often swap real links for anchors or JavaScript handlers, and every page that was only reachable from that menu goes dark.

Two navigation graphs of the same site. In the first, Home links to Services, FAQ, Blog and Contact. In the second, after a navigation rewrite, Home links to Services, Blog and Contact, and the FAQ page has no link pointing at it at all.BeforeHomeServicesFAQBlogContactAfter the navigation rewriteHomeServicesFAQBlogContactThe FAQ page still exists and still has content. Nothing points at it, so nothingfinds it. No error is raised, because from the server's side nothing is wrong.
A page nothing links to is invisible, however good it is. This happened on my own site, for two months.

4. Content removed during simplification. The 900-word page that ranked gets condensed to 200 words of headline and whitespace. It looks cleaner and it now answers nothing, so it matches nothing.

5. Titles and headings rewritten for aesthetics."Website maintenance services" becomes "Keeping things running". Better rhythm, and it no longer contains the words anyone searches for.

6. Redirect chains. Old URL points to an interim URL that points to the new one. Each hop loses a little and slows the crawl. Every redirect should reach its destination in one step.

7. The sitemap not updated. It still lists URLs that now 404, and omits the new ones. Search engines treat a sitemap that lies as a sitemap not worth reading.

8. The new site is slower. Heavier images, more scripts, a framework doing more than the old page needed. Speed is a smaller ranking factor than people claim, but it compounds with everything else on this list.

9. Structured data dropped. Whatever produced your rich results in search quietly stops existing, and the listing loses whatever made it stand out.

What to check before you launch

Nine items, in the order I run them. None of them takes long.

CheckHow
No noindex anywhereRequest the live page and read the source. Not the repository
Every old URL resolvesList every indexed URL, request each on the new site, expect 200 or a single 301
No redirect chainsFollow each redirect to the end and count the hops. One
Every page has an inbound linkCrawl from the homepage and compare against the sitemap. Anything in one and not the other is orphaned
Sitemap matches realityEvery URL in it returns 200, every live URL is in it
robots.txt blocks nothing importantRead it. It is four lines
Titles and H1s kept their wordsDiff old against new. Rewriting is fine; losing the search term is not
Structured data survivedWhatever produced rich results before should still validate
Speed on a real deviceNot a lab score in a report

The list is boring on purpose. Every item on it is something I have found broken on a site that was already live.

What to measure after

Week 1. Coverage errors in Search Console. New 404s are the fastest signal that a redirect was missed.

Weeks 2 to 4. Impressions, not clicks. Impressions move first because they reflect what search engines are willing to show. A drop here is the early warning; clicks confirm it a fortnight later.

Weeks 4 to 8. Pages with zero impressions. Any page that had traffic before and has none now is orphaned, blocked, or no longer matching. All three are fixable, and all three are invisible unless you look.

If nothing has moved by week eight, the migration was clean.

The same mechanism, running the other way

I rebuilt matted.co.uk, a service business in London. Search Console impressions went from 0 to 46,800 in three months.

The site was never penalized. It was structured in a way that let nothing find it, and fixing the structure is what produced the number. Same mechanism as everything above, pointed in the opposite direction.

And I have been on the wrong side of it. Two pages on my own site sat invisible for two months because the navigation used anchors instead of real links. Not a penalty, not thin content. Nothing could reach them, so nothing did.

That is why the checklist above is nine boring items rather than a paragraph about best practices. Every one of them is a way I or someone I have audited has lost traffic.

If you are planning one

The cost side is in website redesign cost. If your site sells to other businesses, the buying committee changes what gets built: B2B website redesign.

And if you would rather someone ran the nine checks against your current site before you commit to anything, that is what the website audit is for.

More questions about website redesign are answered on the topic page: when one is worth doing at all, how long it takes, and what happens to a site while it is being rebuilt.

The 30 to 40% migration figure is drawn from Orbix Studio and Digital Applied. The 0 to 46,800 on matted.co.uk is mine, measured on 3 August 2026, and so are the two months my own pages spent unreachable.

Not sure this is the one you need?

Book a free 30 minutes. Bring your site and roughly how many inquiries you get. You leave with the two or three things I would fix first, whether or not we end up working together.

Prefer not to get on a call?Send your URL to contact@ordstudio.cc and you get a written teardown back within 48 hours. No call, no pitch.