Skip to content

Website Redesign: How to Do It Without Losing Your SEO Rankings

Written on 6/4/2026 | 10 min | Ezekiel Adewumi Ezekiel Adewumi
Website Redesign: How to Do It Without Losing Your SEO Rankings
Table of contents
  1. Why Redesigns Damage SEO (And How to Prevent It)
  2. Phase 1: Pre-Redesign Audit
  3. Phase 2: URL Structure and Redirect Planning
  4. Phase 3: Design and Development Considerations
  5. Phase 4: Pre-Launch Testing
  6. Phase 5: Launch
  7. Phase 6: Post-Launch Monitoring
  8. How Long Does Recovery Take?
  9. FAQ
Key points
  • Understanding why rankings drop is the first step to preventing it.
  • Before a single wireframe is drawn, document your current SEO baseline completely.
  • Your redesigned site may have a different information architecture — new sections, renamed categories, consolidated pages.
  • Your redesigned pages should carry over or improve on the SEO elements of the pages they replace:
  • Before going live, run the new site through a complete technical SEO checklist.
  • Avoid launching on Fridays or before public holidays — you want your full team available for the first 48 hours post-launch to catch and fix issues.

A website redesign is one of the highest-risk SEO events a business can undertake. Done correctly, it is an opportunity to significantly improve both performance and rankings. Done carelessly, it can erase years of accumulated search authority in weeks.

The horror stories are real: businesses that launched a redesigned site and lost 30%, 50%, or even 80% of their organic traffic within a month. These losses are not mysterious — they are the predictable result of common, avoidable mistakes. And they are almost always recoverable, given enough time and correct execution.

This guide covers the complete process: from the pre-redesign audit through post-launch monitoring, so your redesign protects and builds on your existing SEO.

Why Redesigns Damage SEO (And How to Prevent It)

Understanding why rankings drop is the first step to preventing it. The most common causes:

URL changes without redirects. If a page that ranked at /old-page-name now lives at /new-page-name with no 301 redirect, every link and signal pointing to the old URL is lost. Google treats the new URL as a new page with no history.

Content removal. Redesigns often involve editorial cleanup — removing outdated pages, simplifying navigation, consolidating sections. If ranking pages are removed or substantially thinned without a content strategy, the rankings disappear with them.

Structural changes to internal linking. The internal link architecture of your site signals to Google which pages are most important and how they relate to each other. A redesign that changes your navigation, footer links, or content link patterns changes those signals.

Technical regressions. New themes, new platforms, or new page builders can introduce crawlability issues, broken canonical tags, missing meta titles, duplicate content, and slow page load times — all of which damage rankings.

Platform migrations without proper handling. Moving from WordPress to Webflow, or from a custom build to a new CMS, introduces additional complexity at every layer of the technical SEO stack.

Phase 1: Pre-Redesign Audit

Before a single wireframe is drawn, document your current SEO baseline completely. You cannot protect what you have not measured.

Step 1: Export All Ranking Pages

Use Google Search Console (GSC) to export every URL that is receiving impressions and clicks. Use an SEO tool (Ahrefs, Semrush, or Screaming Frog) to crawl your current site and capture every URL.

For each URL, record:

  • Organic traffic (last 12 months from GSC)
  • Keywords ranking and their positions
  • Backlinks pointing to this specific URL
  • Page title and meta description
  • Internal links pointing to this URL

This data is your reference document. Every URL that receives meaningful traffic or has meaningful backlinks is a page you need to preserve or redirect correctly.

Step 2: Identify Your Most Valuable Pages

Not all pages are equal. Segment your URL list into tiers:

  • Tier 1: Pages generating significant organic traffic or backlinks. These must survive the redesign in some form — either preserved at the same URL or redirected with 301s.
  • Tier 2: Pages with moderate traffic or links. Preserve if possible; redirect if not.
  • Tier 3: Low-traffic, low-link pages. These can be consolidated, removed, or redirected without significant SEO risk.

Step 3: Document Your Technical SEO Baseline

Capture the current state of:

  • Canonical tags (are they correct? pointing to the right versions of pages?)
  • Hreflang implementation (if multilingual)
  • XML sitemap content and structure
  • Robots.txt rules
  • Structured data / schema markup
  • Core Web Vitals scores for key pages
  • Mobile usability status
  • Crawl budget (how many pages is Google indexing?)

This becomes your post-launch checklist. Everything that currently works needs to continue working after launch.

Pull your full backlink profile from Ahrefs or Semrush. Note which pages have the most backlinks — these are your highest-priority URLs for redirect preservation. A high-backlink page that loses its URL without a redirect loses years of link equity.

Phase 2: URL Structure and Redirect Planning

Define Your New URL Structure

Your redesigned site may have a different information architecture — new sections, renamed categories, consolidated pages. Map out the new URL structure before the design work begins so the redirect plan can be built in parallel.

URL structure best practices:

  • Use descriptive, keyword-relevant slugs: /services/brand-identity-design not /services/s1
  • Keep URLs as short as is meaningful
  • Use hyphens to separate words (not underscores)
  • Maintain a logical hierarchy that mirrors your information architecture
  • Avoid session IDs, tracking parameters, or dynamically generated URLs in your canonical URLs

Build a Complete Redirect Map

Create a spreadsheet with three columns: Old URL | New URL | Redirect Type.

For every Tier 1 and Tier 2 page that is changing URLs:

  • If the content is moving to a new URL: 301 redirect from old to new
  • If the content is being removed with no equivalent replacement: 301 redirect to the closest relevant page (or the homepage if there is no close equivalent — though this dilutes link equity)
  • If the content is being consolidated into another page: 301 redirect to the consolidated destination

Never use 302 redirects for permanent URL changes. A 302 signals a temporary redirect and does not transfer link equity. Always use 301 for permanent moves.

If you are moving platforms (e.g., WordPress to Webflow or a new custom build), implement the redirects at the server or CDN level — not via meta refresh, which is slower and less reliable for passing link equity.

Phase 3: Design and Development Considerations

Preserve On-Page SEO Elements

Your redesigned pages should carry over or improve on the SEO elements of the pages they replace:

  • Page titles — unless you are intentionally improving them, preserve the titles that are ranking
  • Meta descriptions — rewrite for click-through improvement, but do not leave them blank
  • H1 tags — every page should have exactly one H1, matching the page’s primary keyword target
  • Heading structure — logical H2/H3 hierarchy that matches the content
  • Content depth — if a page is ranking well, it likely has sufficient content for its query. Do not substantially reduce the content of ranking pages.
  • Image alt text — preserve and improve alt text across all images
  • Structured data / schema — carry over and expand schema markup

Your new site’s navigation, footer, and content links should maintain the internal linking patterns that signal authority to key pages. If your homepage currently links to your top service pages, the redesigned homepage should do the same.

Review your Tier 1 pages and ensure they still receive internal links from appropriate high-authority pages (homepage, navigation, hub pages) after the redesign.

Build for Core Web Vitals From the Start

The redesign is an opportunity to improve your Core Web Vitals baseline, not just maintain it. Target:

  • LCP (Largest Contentful Paint): Under 2.5 seconds — optimise hero images, defer non-critical JS
  • CLS (Cumulative Layout Shift): Under 0.1 — explicitly size all images and media, avoid dynamically injected content above the fold
  • INP (Interaction to Next Paint): Under 200ms — minimise JavaScript execution time

Use Google PageSpeed Insights, WebPageTest, and Chrome UX Report data to validate performance as the build progresses — not just at the end.

Our web development services include Core Web Vitals optimisation as a standard part of every build.

Phase 4: Pre-Launch Testing

Before going live, run the new site through a complete technical SEO checklist. Use a staging environment (typically a subdomain or a password-protected preview URL) for this testing.

Crawl Testing

Crawl the staging site with Screaming Frog or Sitebulb and check:

  • All pages that should be indexable are returning HTTP 200
  • No orphaned pages (pages not reachable via internal links)
  • No unintentional noindex meta tags
  • No blocked resources in robots.txt that should be crawlable
  • All redirect chains are resolving correctly
  • No redirect loops
  • All 301 redirects are mapping to the correct destination URLs

On-Page Checks

  • Every Tier 1 and Tier 2 page has a unique, keyword-appropriate title tag and meta description
  • H1 tags are present and correct on all pages
  • Canonical tags are pointing to the correct canonical version
  • Hreflang is correctly implemented if multilingual
  • Schema markup is present and validates in Google’s Rich Results Test

Performance Testing

Test Core Web Vitals across all key page templates (homepage, service page, blog post, contact page) and resolve any issues before launch.

Phase 5: Launch

Timing

Avoid launching on Fridays or before public holidays — you want your full team available for the first 48 hours post-launch to catch and fix issues.

Launch Day Checklist

  1. Deploy the redirect map — verify 301s are live and resolving correctly
  2. Submit the updated XML sitemap to Google Search Console
  3. Run a quick crawl of the live site to confirm redirects, status codes, and canonical tags
  4. Check robots.txt is not blocking indexation
  5. Verify structured data is rendering correctly on live URLs

Notify Google

In Google Search Console, use the URL Inspection tool to request indexing of your most important pages. For large sites, the sitemap submission is the primary indexing trigger, but manual requests help surface key pages faster.

Phase 6: Post-Launch Monitoring

The first four to eight weeks after launch are the most critical. Set up a monitoring routine:

Daily (First Two Weeks)

  • Check GSC Coverage report for sudden increase in errors (4xx, 5xx)
  • Monitor crawl anomalies in GSC
  • Check organic traffic in GSC and Google Analytics for unusual drops

Weekly (Weeks 1–8)

  • Track ranking positions for your Tier 1 keyword targets
  • Review GSC Performance report for impression and click trends
  • Check Core Web Vitals report in GSC for regressions
  • Monitor crawl rate and index coverage

Warning Signs to Act On Immediately

  • Traffic drop of 20%+ in a week — crawl the site for new technical issues
  • Significant increase in 404 errors — check for missing redirects
  • CLS or LCP regressions — investigate layout or asset loading changes
  • Index coverage decrease — check for accidental noindex tags or robots.txt changes

How Long Does Recovery Take?

If the redesign is executed correctly with complete redirects and no technical regressions, Google will fully process the change within four to eight weeks. You may see temporary fluctuation in rankings during this period — this is normal as Google re-crawls and re-evaluates the redesigned pages.

If rankings drop significantly post-launch, prioritise:

  1. Identifying missing or broken redirects
  2. Checking for content removal from ranking pages
  3. Auditing for new technical issues

With correct diagnosis and execution, even significant post-launch traffic drops can be recovered within two to three months.


A redesign should leave your site in a stronger technical and content position than it started. Our digital marketing team runs pre-launch SEO audits and post-launch monitoring for every web project we build, so your redesign is an upgrade — not a gamble. Start your project and we will make sure the technical groundwork is covered from day one.

FAQ

How long before a redesign should I start the SEO audit? Start at least four to eight weeks before your planned launch. The pre-redesign audit, redirect mapping, and content decisions all take time, and trying to do them in the final week before launch is where mistakes happen.

Do I need to keep the same URL structure to protect SEO? Not necessarily — but every URL change requires a 301 redirect from the old URL to the new one. If you change your URL structure extensively, the redirect map becomes large and complex. Where possible, preserving high-traffic URLs reduces risk.

What if I am moving to a completely different platform (e.g., Webflow to custom build)? Platform migrations are the highest-risk scenario for SEO. You need server-level redirect implementation, full technical parity checks, and careful monitoring post-launch. The process is the same as described here, but with additional attention to platform-specific technical considerations (how each platform handles canonicals, sitemaps, and structured data).

My site lost rankings after a redesign — what should I do first? Start with a crawl of the live site to identify 404 errors and missing redirects. These are the most common causes of post-launch drops and the fastest to fix. Then check for content removal from previously ranking pages and any new technical issues (noindex tags, robots.txt changes).

Should I tell Google about my redesign? Google does not have a redesign notification system, but you should submit your updated XML sitemap to Search Console and use the URL Inspection tool to request indexing of your most important changed pages. This speeds up Google’s re-crawl of the redesigned site.

Can a redesign improve SEO as well as protect it? Absolutely — and it should. A redesign is the ideal time to improve your information architecture, fix long-standing technical issues, improve content depth on key pages, and optimise for Core Web Vitals. The businesses that execute redesigns well often see meaningful ranking improvements within three to six months of launch.

Share
Need help growing your brand?

Get a free strategy session with our team.

Contact Us
Related

More articles
to explore