GuidesRedesign
How do I redesign my website without losing SEO rankings?
Redesigns lose rankings for one reason above all others: URLs change and nothing tells Google where they went. That is preventable, and it is cheap to prevent.
Short answer
Rankings survive a redesign if every old URL either stays the same or points to its new equivalent with a 301 redirect, and if the content that was ranking survives the rewrite. Most traffic losses come from a redirect map that was never made, pages quietly deleted during a content trim, or a new site that is slower than the old one.
On this page
01What is a 301 redirect and why does it matter?
A 301 redirect is a permanent instruction, sent by your server, that says "this page has moved here." A visitor is forwarded automatically. More importantly, search engines transfer the accumulated ranking signals from the old address to the new one.
Without it, an old URL returns a 404. Everything that page had earned — its rankings, and the value of every link pointing at it — is discarded. The Google Search Central documentation on 301 redirects treats permanent redirects as the correct method for any URL change, and it is the single most consequential technical step in a redesign.
- 301 — permanent
- What you want for a redesign. Signals transfer.
- 302 — temporary
- Signals may not transfer. Frequently set by accident and left in place for years.
- 404 — not found
- The page is gone. Rankings and link value are lost.
- Redirect chain
- A redirects to B redirects to C. Works, but wasteful; point A straight at C.
02Why do redesigns lose rankings?
- No redirect map. The most common cause by a wide margin.
- Content was trimmed. A page ranking for something valuable gets cut as "thin" during a rewrite, and nobody checked what it was earning first.
- Copy was shortened for design reasons. A cleaner page with a third of the words often ranks for a third as much.
- The new site is slower. Heavier design, larger images, more scripts. Google's Core Web Vitals guidance asks for a Largest Contentful Paint of 2.5 seconds or less on mobile.
- Titles and meta descriptions were regenerated. Well-optimised titles replaced with generic ones.
- The staging site got indexed. Duplicate content competing with itself, because the staging URL was never blocked.
- noindex left on at launch. Rare, catastrophic, and entirely avoidable with a launch checklist.
03What does a safe migration actually involve?
| Stage | What happens |
|---|---|
| Before design | Export every URL. Pull traffic and ranking data per page so you know what is load-bearing. |
| During design | Protect the copy on pages that earn traffic. Design around the content, not the reverse. |
| Before launch | Build the redirect map, old URL to new URL, one to one. Verify titles and meta descriptions carried over. Confirm staging is noindexed and the live site is not. |
| Launch day | Deploy redirects with the site, not after. Test a sample by hand. Submit the new sitemap. |
| First 48 hours | Crawl the site for 404s and redirect chains. Check Search Console for coverage errors. |
| First 90 days | Compare rankings and traffic against the pre-launch baseline. Expect a small dip and recovery; investigate anything sustained. |
A short dip in the first few weeks is normal as Google recrawls. A sustained drop after a month is a problem, and the baseline data captured before launch is what lets you tell the two apart.
04What if my rankings already dropped after a redesign?
It is usually recoverable, and the diagnosis is mechanical. Crawl the old URL list and find what 404s. Check whether the pages that used to earn traffic still exist and still say what they said. Verify the site is indexable and measure the speed against the old version. In most cases the fix is a redirect map that should have existed at launch, applied late.
Recovery is slower than prevention would have been, but the traffic is rarely gone for good.
Common questions
Will I definitely lose rankings during a redesign?
No. A migration done with a redirect map and the ranking content protected typically holds its positions, with a brief dip while Google recrawls.
How long do I keep the redirects in place?
Permanently. There is no benefit to removing them, and links pointing at old URLs can persist for years.
What if the new site has fewer pages?
Then each removed page needs a 301 to the closest genuine equivalent — not a blanket redirect to the homepage, which Google frequently treats as a soft 404.
Do I need to tell Google about the redesign?
Submit the new sitemap in Search Console and it will recrawl. There is no form to fill in; correct redirects do the work.