Foundgrove
← All posts

SEO · 10 min read

Website Redesign SEO: Keep Your Rankings and Leads

Summary

A redesign does not have to cost you traffic. The four failure modes, the redirect map, the go/no-go checklist to run before your dev flips DNS.

By Hyder Shah, Founder & CEO · Published July 13, 2026 · Updated July 13, 2026

You are about to sign a redesign contract. The mockups look great. Nobody in that meeting said the words 'redirect map', and the statement of work has a line item for 'SEO-friendly build' with no definition attached.

That is how service businesses lose half their organic leads in a month. Not because the new site is ugly. Because four specific, boring, entirely preventable things got broken during the cutover, and nobody was assigned to check them.

This is the checklist. Run it before your developer flips DNS, not after your calls dry up.

Does a website redesign always cost you rankings?

No. A redesign that keeps every URL identical and every page's words intact should cost you close to nothing, because Google's ranking systems read URLs, links, and text — not your color palette. Traffic loss is not a side effect of new design. It is a side effect of changing the things Google indexes without telling Google.

There are two very different projects people call 'a redesign', and they carry completely different risk:

Project typeWhat changesSEO riskWhat you must do
ReskinCSS, layout, images, CMS theme. URLs and copy stayLowVerify content parity and page speed after launch
RebuildNew CMS or framework, new URL scheme, rewritten copyHighFull URL inventory + 1:1 redirect map + content parity audit
Rebuild plus domain changeAll of the above, plus a new hostnameHighestEverything above, plus Change of Address, GBP and citation updates

The honest verdict: a reskin is safe and a rebuild is not, and most agencies sell you a rebuild while pricing the risk of a reskin. If your current URLs work and your pages rank, the cheapest SEO decision available to you is to keep the URLs. Ask for that in writing. We cover the platform side of that trade-off in our breakdown of Next.js versus WordPress for a marketing site.

What are the four failure modes behind almost every redesign traffic loss?

Almost every redesign traffic drop traces to one of four causes, and each one has a different fingerprint in Search Console. Diagnose the mode first; do not start 'improving content' at random.

Failure modeWhat happenedGSC fingerprintFix time
Blanket homepage redirectEvery old URL 301s to the new homepageOld URLs go to Excluded, homepage impressions unchanged, deep pages vanishDays once the map exists
Content amputationThe new page is prettier and 60% shorter; H1 and body copy droppedRankings slide 3-15 positions on pages that still return 200Weeks
Staging noindex shipped to productionThe noindex tag or a Disallow: / robots.txt came along for the ridePages disappear from the index entirely, 'Excluded by noindex tag' spikesHours to fix, weeks to recover
URL scheme change with no mapNew URLs, old URLs return 404404 spike in the Page Indexing report, links pointing at dead pagesDays once the map exists

Three of these four are the developer's doing, not the designer's. That is exactly why nobody catches them: the person who signed the contract was reviewing mockups, and the person who could have caught it was never invited.

What belongs in a redirect map - and why 'redirect everything to the homepage' kills you

A redirect map is one row per old URL, mapped to exactly one new URL, and Google explicitly warns against the lazy version. Its site-move documentation states: 'Don't redirect many old URLs to one irrelevant single URL destination, such as the home page of the new site. This can confuse users and might be treated as a soft 404 error.' A soft 404 does not rank. It does not even stay indexed.

Google does allow one exception: 'if you have consolidated content previously hosted on multiple pages to a new single page, you can redirect the older URLs to that new, consolidated page.' Consolidation is fine. Dumping the whole site into the homepage is not.

Build the map as a spreadsheet before a single new page is coded. Six columns, no more:

ColumnWhat goes in itWhere it comes from
Old URLFull old path, one row eachCrawl of the live site plus GSC Pages export plus old XML sitemap
Clicks (12 mo)Organic clicks in the last yearSearch Console Pages report
BacklinksReferring domains pointing at that URLAny backlink tool, or GSC Links report
New URLThe single, exact destinationThe new site's information architecture
Status301, consolidate, or intentional 410Your decision, page by page
VerifiedYes or no, checked after launchA crawl of the old URL list against production

Use a permanent redirect, not a temporary one. Google's redirect documentation is explicit: with a permanent redirect, 'the indexing pipeline uses the redirect as a signal that the redirect target should be canonical.' With a temporary redirect, 'the indexing pipeline doesn't use the redirect as a signal that the redirect target should be canonical.' A 302 on a permanent move tells Google to keep the old URL as the canonical — which is the opposite of what you want.

Keep the redirects up. Google's guidance: 'Keep the redirects for as long as possible, generally at least 1 year. This timeframe allows Google to transfer all signals to the new URLs.' Redirects are not a launch-week task you delete during the next cleanup sprint.

Why does a prettier site with 60% fewer words rank worse?

Because Google ranks the text, and a redesign that cuts a 1,400-word service page down to a 300-word hero and three icons has deleted most of what the page was ranking for. This is the failure mode that returns a clean 200 status, passes every technical check, and still bleeds rankings for months.

Designers are not villains here. They are optimizing for a visual comp, and a wall of text ruins a comp. But the copy on your top service pages is a ranking asset with a dollar value. It gets treated as filler because nobody put a number on it.

So put a number on it. Before the rebuild, export your top 20 pages by organic clicks and record, for each: word count, H1 text, title tag, the H2 set, and the internal links pointing in. That is your content parity baseline. After launch, compare. Anything that lost its H1 or more than about 20% of its body copy goes back in — the design accommodates the content, not the other way around.

If your old page copy is already gone and you never took a baseline, pull it from the Wayback Machine before the crawl of your old site ages out. It is not a guarantee, but it is free and it has saved more than one migration. A structured content audit is the version of this you do on purpose instead of in a panic.

What is the go/no-go checklist to run before your developer flips DNS?

Nine checks, and any single failure is a no-go — the launch date moves, not the checklist. Every one of them takes minutes to verify and days to weeks to recover from if missed.

CheckPass conditionHow to verify
Staging noindex removedNo noindex meta tag or X-Robots-Tag header on production pagesView source and check response headers on 10 real pages
robots.txt correctNo Disallow: / on the production hostLoad /robots.txt on the production domain
Redirect map completeEvery old URL with clicks or backlinks has exactly one destinationThe spreadsheet has zero blank New URL cells
Redirects are permanent301 or 308, not 302Crawl the old URL list and read the status codes
No redirect chainsOld URL hits the final destination in one hopSame crawl, check the hop count column
Content parityTop 20 pages keep H1, title, and 80%+ of body copyCompare against your pre-launch baseline export
Canonicals point to productionCanonical tags reference the live domain, not stagingView source on 10 pages
XML sitemap regeneratedNew sitemap lists only live, indexable, 200-status URLsLoad the sitemap, spot-check 10 URLs
Analytics and conversion tracking liveForm submits and calls fire events on the new buildSubmit a real test form and a test call

The staging noindex check is first for a reason. Google's own documentation on blocking indexing spells out the trap that makes it so hard to spot: 'For the noindex rule to be effective, the page or resource must not be blocked by a robots.txt file, and it has to be otherwise accessible to the crawler.' Teams block staging in robots.txt, then also add a noindex tag, then ship the tag to production. The site goes dark and the analytics look normal for two weeks, because rankings decay on a delay.

If you want a second pair of eyes on the build before it goes live, that is exactly what a pre-launch technical SEO pass is for. It is a lot cheaper than a recovery.

What changes if you are also changing domain names?

A domain change adds three obligations on top of everything above, and the biggest one runs on a 180-day clock. Google's Change of Address tool 'forwards various signals from the old site to the new site, and tells Google to prefer the new site over the old when determining canonical pages' — but per Google's own documentation, 'these actions continue for 180 days after you start migration in Search Console.'

After that window, in Google's words, 'Google does not recognize any relationship between the old and new sites.' So the redirects have to outlive the tool. Google's advice is to 'maintain the redirects for at least 180 days — longer if you still see any traffic to them from Google Search', while the broader migration guide says keep them at least a year. Take the year.

ObligationWhat it meansGotcha
Change of Address in Search ConsoleRequires you to own both properties in the same Google accountIt works at domain level and does not move subdomains, so file for www and non-www separately
Google Business ProfileUpdate the website URL on the profile the day you cut overA GBP pointing at a dead domain quietly costs you map-pack clicks
Citations and directoriesUpdate your NAP listings, chamber pages, association profilesThese are the links that never get updated and slowly turn into 404s

Blunt advice: do not change the domain and rebuild the site in the same week unless you have a genuine business reason. If both happen at once and traffic drops, you cannot tell which one did it, so you cannot fix it. Sequence them a month apart and you keep the ability to diagnose.

Your traffic already dropped - how do you diagnose which failure mode you have?

Start with Search Console's Page Indexing report and compare the four weeks after launch to the four weeks before. The report tells you which of the four failure modes you have in about fifteen minutes, and the signature is different for each one.

What you see in GSCWhat it meansFirst move
'Excluded by noindex tag' count spikesStaging noindex shippedRemove the tag, request validation, resubmit the sitemap
'Not found (404)' count spikesURLs changed with no redirect mapBuild the map from the GSC Pages export and ship 301s
'Page with redirect' is fine but rankings slid on live 200 pagesContent was cutRestore H1s and body copy from your baseline or the Wayback Machine
Old deep URLs show as 'Soft 404'Everything was redirected to the homepageRebuild the map one-to-one

On timing: Google says of a migration that 'a small to medium-sized website can take a few weeks for most pages to move, and larger sites take longer.' So a two-week dip after a clean migration is normal and you should not panic-edit through it. A drop that is still deepening at week six is not normal, and it is a diagnosis, not a waiting game.

One trap: do not undo the migration. Rolling back to the old site adds a second migration on top of a broken one and doubles the signal loss. Fix forward.

What should you demand in the SOW before you sign a redesign contract?

Six clauses, and every one of them is a line you can add to a contract today. If a $12,000 redesign proposal contains none of them, the agency is selling you pictures and quietly transferring the SEO risk onto you.

  • A 1:1 redirect map is a named deliverable, reviewed and approved by you before launch
  • Content parity on the top 20 organic pages is written in as an acceptance criterion, not a nice-to-have
  • A pre-launch technical check on staging is a gate, and launch cannot happen until it passes
  • You get 30 days of post-launch monitoring of Search Console coverage and 404s, in writing
  • You own everything at handover: the codebase, the CMS access, the domain, the analytics, the redirect map itself
  • No launch on a Friday, and no launch during your busy season

The last two are not SEO clauses. They are the ones that save you. A Friday launch means a broken redirect map sits live for 72 hours before anyone looks at it.

We build conversion-focused websites and we run the SEO on them, which means we do not get to hand off a beautiful site that lost your rankings and call it someone else's problem. If you already have a redesign quote in hand and you are not sure whether it protects your traffic, we will look at your current URLs, your top pages, and the proposal itself. Get my free audit — no contract, no lock-in, and you keep the redirect map either way.

Where does this fit in your stack?

If you're running a US service business, the playbook in this post pairs with our full services lineup and applies cleanly across our supported industries and US locations. If you want help implementing it, book a free strategy call — we'll review your current setup and prioritize the next three moves.

For the deeper engagement details, see our SEO service. New to the terminology here? Our SEO & marketing glossary defines every acronym in this post.

What are the most common questions about this topic?

Common questions readers send us about this topic.

How long does it take for rankings to recover after a website redesign?

Google states that in a site move, 'a small to medium-sized website can take a few weeks for most pages to move, and larger sites take longer.' So expect a dip of a couple of weeks on a clean migration with correct 1:1 redirects, then recovery. If traffic is still falling at week six, that is not the migration settling — that is a defect. Diagnose it in Search Console's Page Indexing report rather than waiting it out.

Do I need to redirect every old URL one-to-one?

Every old URL that has organic clicks, backlinks, or is linked from anywhere: yes. Google's migration guidance warns not to 'redirect many old URLs to one irrelevant single URL destination, such as the home page of the new site,' because that can be treated as a soft 404. The exception Google allows is consolidation: if several old pages genuinely merged into one new page, redirecting them to that consolidated page is fine.

Can I keep my URLs the same and just change the design?

Yes, and it is the single cheapest way to protect your rankings during a redesign. If URLs, title tags, H1s, and body copy survive intact, Google has almost nothing new to re-evaluate. Most agencies default to a new URL scheme because it is tidier for them, not because it helps you. Ask for URL preservation explicitly in the statement of work and make it an acceptance criterion.

What happens if the staging site's noindex tag ships to production?

Your pages get dropped from Google's index, usually within days, and Search Console shows a spike under 'Excluded by noindex tag.' The fix takes minutes — remove the tag or the X-Robots-Tag header — but recovery takes weeks because pages must be recrawled and reindexed. Google also notes that if a page is blocked by robots.txt, the crawler never sees the noindex rule at all, which makes the problem harder to spot.

Should I redesign and change domains at the same time?

We recommend against it. If you rebuild the site and move the domain in the same week and traffic drops, you cannot tell which change caused it, so you cannot fix it. Sequence them at least a month apart. If you must do both together, file the Change of Address request in Search Console, keep 301s in place for at least a year, and update your Google Business Profile and citations the day you cut over.

How do I prove my traffic drop was caused by the redesign?

Compare Search Console's Page Indexing report for the four weeks before launch against the four weeks after. Each failure mode has its own signature: a spike in 'Not found (404)' means missing redirects, a spike in 'Excluded by noindex tag' means the staging directive shipped, and 'Soft 404' on old deep URLs means everything was redirected to the homepage. Rankings sliding on pages that still return 200 usually means copy was cut.

Does the Change of Address tool in Search Console transfer rankings?

It forwards signals, but it is not a substitute for redirects and it expires. Google states the tool 'forwards various signals from the old site to the new site' and that 'these actions continue for 180 days after you start migration in Search Console.' After that, Google 'does not recognize any relationship between the old and new sites.' Your 301 redirects still do the actual work, and Google advises keeping them for at least a year.

Who is responsible for the redirect map - the designer or the SEO?

Whoever you name in the contract, which is why it must be a named deliverable rather than an assumption. In practice the designer builds the new information architecture, the developer implements the redirects, and someone has to own the mapping between old and new. If nobody is named, nobody does it, and you discover the gap when your 404 count spikes two weeks after launch.

About the author

Hyder Shah

Founder & CEO, Foundgrove

Hyder Shah is the founder of Foundgrove, an SEO and GEO agency for US service businesses. See our editorial policy for how these guides are researched and reviewed.

Related reading

Other tactical pieces from the Foundgrove blog.

Want help applying this to your business?

Book a free 30-minute call. We'll review your current acquisition stack and show you the three highest-leverage moves for your industry and state. Or read how our SEO service works.

Free SEO & AI visibility auditGet my free audit