Most redesign traffic drops are caused by four avoidable mistakes. The pre-launch crawl, redirect map and post-launch checks that protect your rankings.
Traffic falling off a cliff after a redesign is common and almost always preventable. It is rarely the new design's fault. It is URLs that changed without redirects, content that was quietly cut, and nobody checking until the monthly report.
Before you touch anything: crawl the old site
This is the single most important step, and it has to happen while the old site is still live.
- Crawl every URL and export the list with titles, descriptions and headings.
- Export your top pages by organic traffic from Analytics and Search Console — typically twelve months of data.
- Export your top queries and which page ranks for each.
- Note your backlinks and specifically which pages have them. A page with external links is not a page to delete casually.
You now have a baseline. Without it you cannot tell whether a drop is the redesign or seasonality.
The four things that actually cause drops
1. URLs changed with no redirect
Every old URL needs a 301 to its closest new equivalent. Not to the homepage — a mass redirect to the homepage is treated as a soft 404 and passes nothing.
2. Content was cut
Redesigns love brevity. But the 800-word page you trimmed to 200 was ranking because of what it said. If you cut it, expect to lose what it earned.
3. The staging site got indexed
Or worse, the live site launched still carrying noindex from staging. Check the robots meta tag on launch day, first, before anything else.
4. Internal linking got flattened
A tidy new nav with fewer links often means important pages lose their internal link support and slide down. Check that your top-performing pages are still linked from somewhere prominent.
The redirect map is the deliverable. A spreadsheet of every old URL and its new destination, signed off before launch. If your agency has not produced one, ask for it — see questions to ask an agency.
Launch day, in order
- Confirm
noindexis removed and robots.txt is not blocking anything - Spot-check twenty redirects by hand, including your top five traffic pages
- Submit the new sitemap in Search Console
- Verify analytics is firing on the new templates
- Re-crawl the new site and compare against the baseline export
The first month
Expect some fluctuation — Google needs to recrawl and reassess. What is normal and what is not:
- Normal: ranking wobble for two to four weeks, small traffic dip that recovers
- Not normal: a sharp drop that does not recover after three weeks, crawl errors climbing in Search Console, or pages dropping out of the index entirely
Watch the Coverage and Core Web Vitals reports weekly for the first month. If the new build is faster — see Core Web Vitals — you often end up ahead of where you started.
Frequently asked questions
How long does it take to recover rankings after a redesign?
With redirects handled properly, two to four weeks of fluctuation and then stability. If you are still down after six weeks, something is structurally wrong — usually redirects, indexing or removed content rather than the design.
Should I keep the same URLs?
Yes wherever you can. Changing URLs buys you nothing for SEO and costs you a redirect chain to maintain. Only change them if the old structure is genuinely confusing to users.
Do I need to redirect old pages I deleted?
Redirect them to the most relevant surviving page. If nothing is relevant, let it return 410 rather than 404 — it tells Google the removal was deliberate and gets it out of the index faster.