Web Design · 8 min read
Redesign Your Website Without Losing Google Rankings
Summary
Most redesigns that tank traffic changed URLs with no redirect map. Here are the artifacts to demand from your designer before launch day.
By Hyder Shah, Founder & CEO · Published July 13, 2026 · Updated July 13, 2026
You paid a designer five figures for a rebuild. It looks better. Six weeks later your phone stops ringing, and the agency says Google is 'still settling.' That is not settling. That is a redirect map nobody built.
Here is the thing almost no redesign quote makes clear: a redesign that changes only what a page looks like carries close to zero ranking risk. A redesign that changes where a page lives carries all of it. Most owners cannot tell which one they bought — and the designer often can't either.
This is the procurement version of a migration checklist. Not what a developer should do, but what you should demand, sign off on, and hold someone to before launch day.
Will a redesign cost you your Google rankings?
Only if the URLs change. A rebuild that swaps the layout, the copy, the colors, and the CMS but keeps every URL byte-for-byte identical carries near-zero ranking risk. A rebuild that renames /services/ac-repair to /what-we-do/cooling-solutions puts that page's entire ranking history on the line — and it will only survive if a permanent redirect carries it across.
Google is explicit that a URL move causes turbulence even when it is done right: 'the visibility of your content in Search may fluctuate temporarily during the move. This is normal and a site's rankings will settle down over time,' per Google's site move documentation. Temporary fluctuation is the price of a clean migration. A drop that never recovers is the price of a sloppy one.
So the question you should be asking your designer is not 'will this hurt my SEO.' It's 'which URLs change, and where does each one land.'
Are you changing pixels or changing URLs?
There are two kinds of redesign and exactly one question separates them: will any URL on this site be different after launch? The answer sets your entire risk profile, and it takes thirty seconds to get.
| Redesign type | What actually changes | Ranking risk | What you must demand |
| Reskin | Colors, fonts, layout, imagery, copy | Near zero | A before/after crawl proving URLs match |
| Restructure | Navigation, page names, URL paths | High | A signed 1:1 redirect map, URL parity on money pages |
| Replatform | CMS or framework (WordPress to Next.js, Wix to WordPress) | High | Redirect map plus a staging noindex removal check |
| Rebrand | The domain itself | Highest | Everything above, plus a domain-level move plan |
Verdict: a reskin is safe and you should stop worrying about it. Everything else needs a redirect map, and the person who signs off on that map should be you, not the designer. A replatform is where most service businesses get burned, because the new CMS invents its own URL structure by default — see our breakdown of what actually changes when a marketing site moves from WordPress to Next.js.
What is a redirect map, and why must you sign off on it yourself?
A redirect map is a two-column spreadsheet: every URL that exists on the old site in column A, and the single closest-matching new URL in column B. On a typical 60-page service-business site, that is 60 rows — an hour of work, not a project. You sign off on it because you are the only person who knows that /emergency-ac-repair-phoenix is the page that pays your mortgage.
The redirects must be permanent, server-side 301s. Google states that with a permanent redirect, 'the indexing pipeline uses the redirect as a signal that the redirect target should be canonical,' while with a temporary 302 it 'doesn't use the redirect as a signal that the redirect target should be canonical' (Google, Redirects and Google Search). A 302 tells Google the old URL is still the real one. That is not what you want on a page that no longer exists.
Two rules to enforce on the map itself. First, no lazy redirects to the homepage — a page redirected to a URL that doesn't answer the same question gets treated as a soft 404, and its rankings evaporate anyway. Second, no chains. Google says to redirect 'to the final destination directly,' and if you can't, to keep chains 'ideally no more than 3 and fewer than 5' hops. Old-site-to-new-site chains stack up fast when a site has been rebuilt twice.
Which artifacts should you demand from your designer before launch?
Five, and you should have every one of them in your inbox before a single new page goes live. Not verbal reassurance. Files.
- A full crawl of the old site. Every indexable URL, exported. Screaming Frog's free version is 'restricted to crawling up to 500 URLs in a single crawl' — enough for most service-business sites. This is the master list; you cannot redirect what you never inventoried.
- A 1:1 redirect map you have personally read. Old URL, new URL, one row per page. Walk it yourself and check the ten pages that actually generate calls.
- A URL-parity guarantee on every money page. If a service page ranks and converts today, the cheapest decision available is to keep its URL exactly as it is. Redesign the page, not the address.
- Written confirmation that staging noindex and robots.txt blocks are removed. This is the single most common launch-day disaster, and it is silent.
- A 404 report and a resubmitted sitemap in Search Console on launch day. Not week three. Day one.
If a designer cannot produce these, they are not doing SEO-safe web work — they are doing graphic design that happens to ship on a server. That is a real service, and it is fine to buy it, as long as you know that the ranking risk stays with you. It is also why we bundle the crawl, redirect map, and post-launch monitoring into conversion-focused website design rather than treating it as a separate line item.
What breaks silently when URLs change?
Six things, and five of them look completely normal in a browser. That is what makes them dangerous — the site loads, the phone number is right, the forms work, and Googlebot is quietly being told to leave.
- A staging noindex tag shipped to production. Google's documentation is blunt: when Googlebot sees noindex, 'Google will drop that page entirely from Google Search results, regardless of whether other sites link to it.' Invisible to every human visitor.
- A leftover robots.txt Disallow. Worse than it looks. Google warns that if a page is blocked by robots.txt, 'the crawler will never see the noindex rule, and the page can still appear in search results' — so a blocked page can be both uncrawlable and stuck in the index.
- Canonical tags still pointing at the staging domain. Every page tells Google its real address is staging.yoursite.dev. That domain is usually password-protected or dead.
- Internal links still pointing at the old URLs. Google's guidance is to 'change the internal links on the new site from the old URLs to the new URLs' — a link that fires through a redirect works for users but wastes crawl budget and hides broken paths.
- An XML sitemap listing URLs that no longer exist. You are handing Google a list of 404s and asking it to trust you.
- Soft 404s from bulk homepage redirects. Forty service pages all pointed at /, and Google treats the lot as a dead end.
Every one of these is checkable in twenty minutes with a crawler and Search Console's URL Inspection tool. Our technical SEO audit walkthrough for service businesses covers the exact sequence.
What do you do in week one when traffic drops anyway?
Work these five checks in order, and give yourself about 30 minutes — the first three are where launch failures actually hide, and none of them require an SEO agency. Start with indexation, not content.
- Check indexability first. View source on your top three money pages and search for 'noindex'. Then open yoursite.com/robots.txt and look for a Disallow line. Two minutes, and it is the failure that kills the most traffic.
- Spot-check the redirect map by hand. Paste five of your best old URLs into a browser. Each should land on the matching new page in one hop, with a 301. If any land on the homepage or a 404, the map is broken, not Google.
- Open Search Console's Pages report. Look for a spike in 'Not found (404)', 'Excluded by noindex', or 'Blocked by robots.txt'. That report names the exact failure. Our Search Console guide for service businesses explains what each status means.
- Resubmit the sitemap. Google's site-move guidance is to 'submit the new sitemap in Search Console. This will help Google learn about the new URLs.'
- Only then look at content and rankings. If indexation is clean and redirects resolve, some fluctuation is expected and normal per Google's own documentation — wait it out rather than panic-editing pages.
What you should not do is start rewriting copy in week one. Nine times out of ten the page is fine and the plumbing is broken. Fix the plumbing.
How long should you watch 404s after launch?
Watch the 404 report daily for the first 30 days, then weekly for the next 60 — and keep the redirects themselves live far longer than that. Google's advice is to 'keep the redirects for as long as possible, generally at least 1 year,' because old links, old bookmarks, and old citations keep firing long after you have forgotten the old URLs existed.
In practice, this means the redirect rules stay in your server config or CMS permanently. There is no upside to deleting them. A 301 costs nothing to keep and everything to remove.
Also budget for a recovery window. Rankings on a well-executed same-domain redesign typically wobble for a few weeks and then settle. If you are 8 to 12 weeks past launch and traffic is still down, that is not settling — that is an unresolved technical fault, and something in the six-item list above is still live on your site.
How do you buy a redesign that cannot hurt you?
Put three lines in the scope of work before you sign. One: a full crawl of the existing site, delivered to you as a file. Two: a 1:1 redirect map, approved by you in writing, using 301s. Three: URL parity on every page that currently ranks — the burden is on the designer to justify any URL change, not on you to justify keeping one.
That is it. Those three lines are the difference between a redesign that grows your pipeline and one that quietly resets it to zero. No lock-in, no ranking guarantees, no jargon required — just artifacts you can hold someone to.
If you are about to hand a rebuild to a designer — or you already did and the phone went quiet — we will crawl your current site, check redirects and indexability, and tell you exactly what is broken. Start with our website design service, or get my free audit and we will look before you launch.
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 website design service. New to the terminology here? Our SEO & marketing glossary defines every acronym in this post.
Want this built for your vertical? See SEO for HVAC Companies, SEO for Law Firms, SEO for Dental Practices, SEO for Roofing Contractors.
What are the most common questions about this topic?
Common questions readers send us about this topic.
Will redesigning my website hurt my SEO?
Only if the URLs change. A redesign that keeps every URL identical and only changes layout, copy, and design carries near-zero ranking risk. The moment page addresses move, every ranking on the site depends on permanent 301 redirects pointing each old URL to its closest new equivalent. Google says visibility may fluctuate temporarily during a URL move and then settle — but a permanent drop means redirects, indexability, or both were handled badly.
What is a redirect map and who should build it?
A redirect map is a spreadsheet with every old URL in one column and the single best-matching new URL in the other. Your developer builds it from a crawl of the existing site, but you approve it. You are the person who knows which pages generate calls. Check that your top service pages map to a genuinely equivalent page, and that nothing important is dumped onto the homepage, which Google can treat as a soft 404.
How long does traffic take to recover after a redesign?
On a clean same-domain redesign, expect a few weeks of fluctuation before rankings settle. Google states that visibility may fluctuate temporarily during a move and that rankings settle down over time. If you are 8 to 12 weeks past launch and traffic is still meaningfully down, stop waiting. That is not settling — that is a broken redirect, a leftover noindex tag, or a robots.txt block still live on your site.
Should URLs stay the same in a website redesign?
Yes, wherever a page already ranks or converts. Keeping a URL costs nothing and preserves all its accumulated ranking signals. Changing it costs you a redirect, a crawl cycle, and some risk. Put the burden of proof on the designer: they have to justify every URL change, not you. Redesign the page all you want — new layout, new copy, new photos — just leave the address alone.
My traffic dropped after a redesign. What do I check first?
Indexability, before anything else. View the source of your top money pages and search for 'noindex', then open yoursite.com/robots.txt and look for a Disallow rule. Google's documentation warns that a robots.txt block stops the crawler from ever seeing a noindex rule. Next, paste five old URLs into a browser and confirm each 301-redirects to the matching new page in one hop. Then check the Pages report in Search Console for 404 spikes.
Do I need to resubmit my sitemap after a redesign?
Yes, and on launch day rather than weeks later. Google's site-move guidance is to submit the new sitemap in Search Console to help Google learn about the new URLs. Make sure the sitemap lists only live, indexable, canonical URLs — not old paths that now 404 and not staging URLs. A sitemap full of dead links teaches Google to trust the file less.
How do I audit my old site's URLs before a rebuild?
Crawl it before anything is touched. A crawler like Screaming Frog, whose free tier handles 500 URLs, will export every indexable page on the site — enough for most service-business websites. Export that list, then pull your top-performing pages from Search Console and mark them. Those marked URLs are the ones that need parity in the new build. This crawl is the master list your redirect map is built from.
Are 302 redirects okay for a website redesign?
No. Google states that with a permanent redirect the indexing pipeline uses it as a signal that the target should be canonical, while a temporary 302 does not send that signal. A 302 tells Google the old URL is still the real one, which is exactly wrong when the old page is gone for good. Use server-side 301s, avoid chains, and redirect straight to the final destination.
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.
- Web Design · 13 min read
Why Marketing Sites Are Migrating From WordPress to Next.js
Plugin sprawl, Core Web Vitals failures, and security fatigue are pushing marketing teams off WordPress. The 2026 Next.js migration playbook.
Read the web design playbook → - SEO · 12 min read
Technical SEO Audit for Service Business Websites (2026)
Run a technical SEO audit on a small service site: fix Search Console indexation errors, validate schema, and pass Core Web Vitals first.
Read the seo playbook → - SEO · 12 min read
Google Search Console for Service Businesses: A 2026 Guide
Google Search Console shows the real queries you rank for, which pages get clicks, and what blocks indexing—use it to mine quick on-page wins, free.
Read the seo playbook → - Web Design · 11 min read
Website Launch Checklist: 22 Things That Break Day One
The launch failures that cost real money aren't visual: staging noindex, forms that email nobody, GA4 pageviews mistaken for conversions. Test each one.
Read the web design playbook → - SEO · 9 min read
Changing Your Domain Name: Will You Lose Your Rankings?
Rebranding to a new domain? The 301s are the easy part. Here is the sequence that keeps your rankings, your map pack, and your reviews intact.
Read the seo playbook → - Web Design · 11 min read
How Much Should a Service Business Website Cost in 2026?
Quotes run from $300 to $50,000 and none of them tell you what to pay. Price the job — pages, booking path, tracking — and the number stops being a guess.
Read the web design playbook →
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 website design service works.