A website redesign doesn’t have to mean a traffic nosedive. The ranking drops that follow most redesigns aren’t caused by the redesign itself. They’re caused by things that got missed during the process: pages that disappeared without redirects, content that got stripped down, internal links that broke, or technical settings that nobody checked before going live. With proper planning, you can overhaul the look and feel of your site while keeping the organic performance you’ve built.
At Gorilla Marketing, we’ve supported businesses through website redesigns where the brief was clear: make the site better without losing what’s already working. That means treating SEO as part of the redesign process from day one, not something you think about after launch when the traffic graphs start heading in the wrong direction.
Why Do Redesigns Cause Ranking Drops?

Google doesn’t penalise you for redesigning your website. What it does is re-evaluate your pages when they change, and if the signals it relied on to rank them have disappeared or degraded, your rankings adjust accordingly.
The most common culprits:
Changed or removed URLs without 301 redirects. Every URL that ranked carried link equity, keyword associations and crawl history. Break the URL, lose the equity.
Deleted or significantly altered content. If a page ranked because of its content and you gut that content during the redesign, don’t be surprised when rankings drop.
Broken internal linking. Redesigns often restructure navigation, which can quietly sever the internal link paths that distributed authority across your site.
New templates with worse performance. A flashy new design built on heavy scripts and unoptimised images can tank your Core Web Vitals scores overnight.
Technical oversights. Leftover noindex tags from staging, a misconfigured robots.txt file, missing canonical tags, stripped schema markup. Any one of these can cause significant indexing problems.
None of these are inevitable. They’re all preventable with the right planning.
Pre-Redesign Audit: Know What You’re Protecting
Before a single wireframe gets approved, benchmark your current performance. You can’t protect what you haven’t measured, and you can’t diagnose post-launch problems without a baseline to compare against.
Traffic and Rankings Baseline
Pull at least 12 months of data from Google Search Console and your analytics platform. You’re looking for:
Total organic traffic by month, so you can account for seasonal patterns
Top landing pages by organic sessions and conversions
Keyword rankings for your primary targets, especially any page-one positions
Click-through rates by page, which tells you which title tags and meta descriptions are performing well
Twelve months matters because it shows you seasonal trends. A page that looks quiet in March might drive half your Q4 revenue.
Backlink Profile
Export your backlink data from Ahrefs, Semrush or a similar tool. Identify which pages attract the most external links. These pages need extra attention during the redesign because their URLs carry concentrated link equity. If those URLs change without proper redirects, you lose the value of every backlink pointing at them.
Sort your pages by referring domains and flag anything with significant link value. Blog posts, guides and tools pages often accumulate backlinks over time without anyone realising. It’s common to find that an old resource page nobody thinks about has more backlinks than the homepage.
Technical Snapshot
Run a full crawl of your current site using Screaming Frog or Sitebulb. Record every URL, its status code, title tag, meta description, H1, canonical tag, schema markup and internal link count. This crawl becomes your reference document for the entire project.
Content Inventory: Identify What Must Stay
Not every page on your site is worth the same amount. Some pages drive thousands of visits a month. Others haven’t had a visitor in a year. A content audit before the redesign helps you make informed decisions about what to keep, what to improve and what to let go.
Sort your pages into clear categories:
Protect as-is. High-traffic pages, pages with strong backlink profiles, pages that convert well. These need their content preserved, their URLs maintained, and their metadata carried over intact.
Improve and migrate. Pages with potential but underperforming content. The redesign is a chance to upgrade these, but keep the URL if it’s already indexed and ranking.
Consolidate. If you’ve got three blog posts covering similar ground, merge them into one stronger piece and redirect the retired URLs.
Retire. Pages with no traffic, no backlinks and no strategic value. Redirect them to the nearest relevant page or return a 410.
The biggest mistake businesses make during a redesign is treating every page equally. Your top 20% of pages probably generate 80% of your organic value. Those pages deserve individual attention.
URL Structure Planning
This is where most of the ranking damage happens. URL changes are the single biggest risk factor in any redesign.
Keep URLs Where Possible
The simplest way to protect rankings is to not change URLs at all. If your current URL structure works, keep it. A redesign is about the front end, not necessarily the URL architecture. Too many redesigns change URLs for cosmetic reasons (“the old slugs looked messy”) without considering the SEO cost.
Build a Redirect Map Where URLs Must Change
When URLs do need to change, every old URL needs a 301 redirect to its new equivalent. This isn’t optional. A redirect map is a spreadsheet that lists every current URL alongside its new destination.
Rules that prevent problems:
Map one-to-one. Each old URL should point to the single most relevant new page. Redirecting everything to the homepage is treated as a soft 404 by Google.
Avoid redirect chains. If URL A already redirects to URL B, and URL B is now moving to URL C, update the redirect so A goes directly to C.
Include pages with backlinks that aren’t in the current navigation. Old blog posts, legacy landing pages, even PDF URLs. If external sites link to them, they need redirects.
Test before launch. Run every redirect through a checker. A single typo in a redirect file can break thousands of pages.
For a deeper walkthrough of the full redirect and migration process, including domain moves and CMS changes, our website migration SEO checklist covers each phase in detail.
Technical SEO Checklist for the Redesign
Beyond URLs and content, there’s a set of technical SEO elements that need to survive the transition. Designers and developers don’t always know these exist, so someone on the SEO side needs to check each one explicitly.
Robots.txt
Your production robots.txt should allow crawling of all pages you want indexed. During a redesign, a common disaster is launching with the staging site’s robots.txt still in place, which typically blocks all crawlers. One line of code can deindex your entire site.
XML Sitemap
Generate and submit a fresh XML sitemap on launch day that reflects the new URL structure. Remove any URLs that no longer exist. If you’ve changed URLs, the new sitemap should contain the new versions, not the old ones.
Canonical Tags
Every page needs a self-referencing canonical tag pointing to its own URL. Check that your new templates generate these correctly. Incorrect canonicals can cause Google to ignore pages you want indexed or consolidate signals to the wrong URL.
Schema Markup
If your current site uses structured data (organisation schema, breadcrumbs, article markup, FAQ schema, product schema), make sure it carries over to the new templates. Schema markup often lives in template code that gets rebuilt from scratch during a redesign. If nobody checks, it simply disappears.
Mobile Responsiveness
Google uses mobile-first indexing, so the mobile version of your redesigned site is what gets indexed and ranked. Test every page template on mobile. Check that content isn’t hidden behind tabs or accordions in a way that affects how Google reads it. Responsive design isn’t just about layout; it’s about ensuring the mobile experience delivers the same content as desktop.
Core Web Vitals: Don’t Trade Rankings for Aesthetics
A redesign is often where Core Web Vitals go wrong. The new design looks better, but it loads slower. Large hero images, custom fonts, animation libraries, third-party scripts for new features. Each one adds weight.
Before the new design is finalised, set performance budgets:
Largest Contentful Paint (LCP) should stay under 2.5 seconds
Interaction to Next Paint (INP) should stay under 200 milliseconds
Cumulative Layout Shift (CLS) should stay under 0.1
Test on real devices, not just Lighthouse in Chrome DevTools. A MacBook Pro on fibre broadband will pass tests that a three-year-old Android on 4G will fail. Your real users are closer to the second scenario.
If the design team wants a feature that pushes performance past acceptable thresholds, that’s a conversation worth having before it gets built, not after.
Staging Environment Best Practices
Every redesign should be built and tested in a staging environment before going anywhere near production. But staging environments create their own SEO risks if they’re not set up properly.
Block Search Engines from Staging
Your staging site must not be crawlable or indexable by search engines. There are two layers of protection:
Robots.txt on the staging domain should disallow all crawlers
Noindex meta tags on every page as a backup, in case robots.txt gets ignored
If Google indexes your staging site, you’ve got duplicate content competing with your live site. Worse, if the staging URLs end up outranking production pages, you’ve got a real problem.
Use a Different Domain or Subdomain
Don’t stage on a subfolder of your production domain. Use a separate staging domain (staging.yoursite.com or a completely different URL) to keep things isolated.
Password Protection
Adding basic HTTP authentication to the staging environment is another layer of defence. It prevents accidental exposure and stops bots from crawling even if robots.txt is misconfigured.
Test Everything Before Launch
Use staging to validate your redirect map, check canonical tags, verify schema markup, test mobile rendering and run performance audits. Every issue you catch in staging is one you don’t have to fix under pressure on launch day.
Launch Day Process
Launch day should be boring. If you’ve planned properly, it’s just executing a checklist, not making decisions under pressure.
Before Flipping the Switch
Confirm the production robots.txt allows crawling (not the staging version)
Confirm noindex tags have been removed from all production pages
Verify the 301 redirect map is implemented and tested
Check that the XML sitemap has been updated with new URLs
Ensure canonical tags are self-referencing on all pages
Verify schema markup is present and valid
Test Core Web Vitals on a sample of key pages
Immediately After Launch
Submit the updated XML sitemap in Google Search Console
Use the URL Inspection tool to request indexing of your most important pages
Run a full site crawl to check for broken links, missing redirects, 404 errors and any pages that shouldn’t be live
Check that your analytics tracking is firing correctly on all pages
Test a sample of redirects to make sure they’re working
First 48 Hours
Monitor Google Search Console for crawl errors, coverage issues and any sudden spikes in 404s
Check server logs for high-volume 404 requests that might indicate missing redirects
Watch for any pages returning unexpected status codes
Verify that Google is crawling the new URLs by checking the crawl stats report in Search Console
Don’t panic if you see fluctuations in the first 48 hours. Some volatility is normal as Googlebot processes the changes. What you’re looking for are clear red flags: mass 404 errors, pages dropping out of the index, or entire sections of the site returning errors.
Post-Launch Monitoring
The work doesn’t stop at launch. The first few weeks after a redesign are critical for catching and fixing issues before they become entrenched.
Week 1-2: Active Monitoring
Check Google Search Console daily for the first two weeks. You’re watching for:
Coverage errors indicating pages that can’t be indexed
Crawl anomalies showing Google is struggling with the new site
404 spikes from redirects that were missed
Drops in indexed page count suggesting pages have disappeared from Google’s index
Compare organic traffic against your pre-redesign baseline. Some fluctuation in the first week is normal as Google recrawls and reassesses your pages. A sustained drop after two weeks is a signal that something needs investigating.
Week 2-4: Ranking Recovery
Track your target keywords against the positions you recorded before launch. Minor ranking fluctuations are expected. Google needs time to process the changes, recrawl your pages and reassign signals. For a well-executed redesign with minimal URL changes, expect things to stabilise within two to four weeks.
If you’ve changed a significant number of URLs, recovery can take longer. Four to eight weeks is normal for redesigns involving substantial URL restructuring. Major redesigns combined with a CMS change or domain move can take three months or more to fully settle.
Ongoing: Compare Against Baseline
At the one-month and three-month marks, run the same reports you pulled during your pre-redesign audit. Compare organic traffic, keyword rankings, indexed page count and backlink profile. If anything has declined significantly, you’ve got specific data to diagnose the problem rather than guessing.
Common Mistakes That Cost Rankings
Certain errors show up in redesign after redesign. Knowing what to watch for means you can catch them before they cause damage.
Deleting High-Traffic Pages
It happens more than you’d think. A page gets cut from the new site’s information architecture because it doesn’t fit the new design or navigation structure. Nobody checks whether it’s driving organic traffic. By the time someone notices the traffic drop, the page has been deindexed and recovery takes weeks.
Before removing any page from the new site, cross-reference it against your traffic and backlink data. If it brings in organic visits, it stays, even if it needs redesigning to fit the new look.
Redirect Chains
Every time a redirect passes through an intermediate URL, it loses a small amount of link equity and adds latency. Three or four redirects chained together compound both problems. During a redesign, chains typically form when old redirects from a previous migration aren’t updated to point directly to the final destination.
Audit your existing redirects before adding new ones. Clean up chains so every redirect goes from origin to final URL in a single hop.
Forgetting Internal Links
Your internal linking structure does real work for SEO. It distributes page authority, helps Google discover pages and establishes topical relationships. When a site gets rebuilt, internal links in body content are often lost because content gets rewritten or reformatted without preserving the links from the original.
Export the internal link data from your pre-redesign crawl and check that equivalent links exist in the new site. Pay particular attention to blog posts and long-form content where contextual links tend to live.
Ignoring the Staging Robots.txt
We’ve mentioned this already, but it deserves repeating because it causes the most panic. Launching with a robots.txt that blocks all crawlers effectively tells Google to deindex your entire site. Always check the production robots.txt file immediately after launch.
Changing Page Content Without Reason
Sometimes the content team takes the redesign as an opportunity to rewrite everything. Fresh content sounds appealing, but if pages are ranking well with their current copy, rewriting them is a risk. Change the design around the content if it’s performing. If content does need updating, do it strategically, keeping the keywords and topics that earned the page its rankings.
This doesn’t mean content should never change. It means changes should be deliberate and data-informed. If a page ranks well but has outdated information, update the specifics while preserving the structure and keyword targeting. If it’s converting but the design is tired, refresh the layout without touching the copy. Separate the variables so you can measure the impact of each change independently.
When a Phased Approach Makes More Sense
Not every redesign needs to happen all at once. For larger sites or redesigns that involve significant structural changes, a phased rollout reduces risk.
A phased approach means launching sections of the site incrementally. You might start with the homepage and main service pages, monitor their performance for a couple of weeks, then roll out blog content, then product pages. Each phase gets its own monitoring window, making it far easier to isolate and fix issues.
This is especially relevant when the redesign also involves a CMS change. Platform migrations add their own layer of complexity because the new CMS may handle URLs, metadata, canonical tags and schema differently. Combining a CMS migration with a full site redesign in a single launch multiplies the variables and makes diagnosing problems harder. If you can separate the visual redesign from the platform change, do it. If you can’t, a phased launch becomes even more important.
The same logic applies to content migration. If you’re planning to rewrite a large amount of content alongside the visual redesign, consider staggering the content updates. Launch with the existing content intact, confirm your rankings have stabilised, then roll out content improvements page by page. That way, if rankings shift, you know whether it was the redesign or the content changes that caused it.
A Redesign Is a Digital Strategy Decision, Not Just a Design One
Too many businesses treat a website redesign as a design project with some development work attached. In reality, it’s a digital strategy decision that touches SEO, content, user experience, technical infrastructure and commercial performance. The companies that protect their rankings through a redesign are the ones that include SEO in the conversation from the first planning meeting, not the ones who call in help after launch because their traffic halved.
Plan properly, benchmark everything, protect your high-value pages, map your redirects and monitor relentlessly after launch. A redesign should make your site better in every measurable way, including organic search performance.




