Old site: 120 indexed pages. New site launches, redesigned, modern, 40 pages. Eighty URLs are simply gone. Navigation changed. Service content got shortened to “look cleaner.” All the old pages redirect to the homepage, not their new equivalents. Internal links vanished with the pages that held them.
Three weeks later, organic traffic is down 60%. The team is confused the new site looks so much better.
This is the single most common way redesigns destroy rankings, and it’s completely preventable. “Add some 301 redirects” is not a migration plan. Here’s the real one the same process we run on every website design engagement that touches an existing, already-ranking site.
Redesign, replatform, or rebrand — know which one you’re actually doing
These get treated as the same project and they carry very different risk profiles:
- Redesign — new look, same platform, same URLs. Lowest risk, if content and internal links survive intact.
- Replatform — moving CMS (WordPress → Webflow, WordPress → Shopify, custom → Next.js). URL structure almost always changes even if nobody intends it to, because every platform has its own default routing.
- Rebrand or domain change — new domain entirely. Highest risk category. This isn’t a redirect mapping exercise anymore, it’s effectively asking Google to transfer trust from one entity to another, and it takes longer to stabilize than either of the above even when executed perfectly.
Know which one you’re doing before you start, because the checklist below scales in intensity with the category.
Phase 1 — Benchmark
Before anything changes, capture the current state in full: indexed URLs, Search Console performance data, GA4 traffic by page, current rankings, backlink profile, every title tag, meta description, H1, canonical tag, status code, schema block, internal link, XML sitemap, robots.txt, Core Web Vitals score, and top-converting pages.
You cannot measure whether a migration succeeded without knowing exactly what existed before it. This step gets skipped more than any other, because it feels like busywork before the “real” project starts it’s actually the single highest-leverage hour in the entire process, because it’s the only thing standing between “traffic dropped, no idea why” and “traffic dropped, here’s exactly which pages and why.”
Phase 2 — URL mapping
Build a spreadsheet: Old URL → New URL → Action (retain / 301 redirect / consolidate / intentionally remove).
One-to-one mapping matters. A blanket “redirect everything to the homepage” strategy the single most common redesign mistake tells Google none of your old pages have real equivalents, and rankings for every one of them reset to zero. Avoid redirect chains (A→B→C); point every redirect straight to its final destination, since each hop in a chain both slows the crawler and dilutes a measurable amount of the signal being passed forward.
Consolidation deserves its own line item here: if three old thin pages are becoming one stronger page, map all three old URLs to that single new one don’t just redirect the “main” one and let the others 404.
Phase 3 — Content parity
Compare old vs. new for every migrating page: headings, body copy, service details, FAQs, images, internal links, testimonials, structured data, and location-specific content. A visually improved page that quietly drops half its content and every internal link can rank worse than the “ugly” page it replaced Google doesn’t reward design, it re-evaluates relevance based on what’s actually there.
This is where “let’s clean up the copy while we’re at it” quietly becomes the reason a redesign fails. Shortening a 1,200-word service page to 400 “cleaner” words removes the exact content that was answering the searcher’s question in the first place and removes it right as Google is re-crawling and re-evaluating the page from scratch.
Phase 4 — Technical QA
Before launch, check on staging: HTTP status codes, canonical tags, no accidental noindex directives, robots.txt rules, XML sitemap accuracy, mobile rendering, JavaScript-rendered content visibility, forms, navigation, schema, and tracking code.
This is also the point to confirm the staging environment itself isn’t indexable a shockingly common leak that creates duplicate content issues before you’ve even launched. If the new build uses a JavaScript framework (React, Vue, a headless CMS setup), specifically verify that content renders in a raw HTML fetch, not just in a browser some crawlers render JavaScript reliably, some don’t, and “it looks fine when I view it” is not the same test as “a crawler can read it.”
Phase 5 — Launch
Deploy redirects at launch, not after. Submit the new XML sitemap to Search Console immediately. Validate analytics tracking is firing correctly on day one a launch with broken conversion tracking means the first, most volatile week of data is unrecoverable. Crawl the live site with a tool like Screaming Frog within hours of launch to catch what QA missed, since staging and production environments have a way of diverging in exactly the places nobody thought to double-check.
Phase 6 — Post-launch monitoring
| Checkpoint | What to check |
|---|---|
| Day 1 | Redirects live, no unexpected noindex, tracking firing |
| Day 3 | Indexed-page count, crawl errors in Search Console |
| Week 1 | 404s, redirect chains, impressions trend |
| Week 2 | Ranking movement on priority pages |
| Week 4 | Clicks and conversions trend vs. baseline |
| Month 2 | Full ranking recovery check against Phase 1 benchmark |
| Month 3 | Confirm stabilization; investigate any pages still down |
Exact monitoring cadence scales with site size a 40-page site stabilizes faster than a 2,000-page one, and a domain change stabilizes slower than either, regardless of size.
Platform-specific notes
WordPress → Webflow: Webflow’s URL and collection structure rarely matches WordPress’s default permalinks exactly — map every custom post type and taxonomy page explicitly, don’t assume the CMS migration tool caught everything.
WordPress → Shopify: Shopify enforces its own URL structure (/collections/, /products/) that cannot be fully overridden — this makes one-to-one mapping mandatory rather than optional, since you can’t simply keep the old URLs even if you wanted to.
WordPress → Next.js / headless setups: The biggest risk shifts from URL structure to rendering — confirm server-side rendering or static generation is actually configured for crawlable pages, not just client-side rendering that looks complete in a browser but arrives empty to a crawler.
Any platform → new domain: Treat this as its own project phase, not a line item inside a redesign. Domain-level trust transfer takes longer than URL-level redirects to fully process, and running the old and new domains in parallel briefly (rather than an instant cutover) reduces risk considerably.
Pre-launch checklist
- Redesign/replatform/rebrand category identified, risk scoped accordingly
- Complete URL mapping (old → new → action), including consolidated pages
- Redirects tested on staging
- Metadata preserved or intentionally improved (not blanked)
- Headings and canonical tags verified
- Schema migrated
- Internal links updated, not broken
- XML sitemap accurate and submitted
- Robots.txt reviewed
- No unintended indexing directives
- JavaScript-rendered content verified crawlable (raw HTML fetch test)
- Analytics and conversion tracking validated
- Forms tested end-to-end
- Mobile rendering checked
- Core Web Vitals benchmarked
- Staging environment secured from indexing
- Full crawl completed pre-launch
Frequently Asked Questions (FAQs)
Will redesigning my website hurt my SEO?
Not inherently but redesigns fail rankings when URLs change without redirects, content shrinks, or internal links break. A properly mapped and QA’d redesign can launch with minimal or no ranking disruption.
Why does traffic sometimes collapse after a redesign?
Almost always one of three causes: missing or blanket redirects, content that got shortened or removed, or broken internal linking not the new design itself.
Should I keep the same URLs during a redesign?
Where possible, yes unchanged URLs carry their existing ranking signals forward automatically, with no redirect risk at all.
What happens if URLs must change?
Every old URL needs a specific, one-to-one 301 redirect to its closest new equivalent never a blanket redirect to the homepage.
Should metadata be preserved during a migration?
Preserve it unless you have a specific, tested reason to change it many platforms silently overwrite title tags and meta descriptions during import, so always verify after migration.
Can changing navigation affect rankings?
Yes, navigation changes affect internal link equity distribution and can bury previously well-linked pages, weakening their signals over time even if the pages themselves didn’t change.
What should I check when moving from WordPress to Webflow, or WordPress to Next.js?
The same technical QA applies across any platform change: URL structure differences, redirect capability, schema migration, canonical handling, and critically for JavaScript-heavy platforms whether content actually renders for crawlers, not just browsers.
Is a Shopify migration different from a WordPress-to-WordPress redesign?
Yes, Shopify enforces its own URL structure that can’t be fully overridden, so one-to-one redirect mapping becomes mandatory rather than a best practice, since the old URLs literally cannot be preserved as-is.
How should staging sites be handled?
Block staging from indexing with password protection or noindex directives an indexed staging site creates duplicate content that can compete with your own live site for the same rankings.
How long can ranking volatility last after a migration?
Typically 2–8 weeks for Google to fully process a same-domain redesign, though full stabilization on larger sites can take up to 3 months domain changes typically sit at the longer end of that range or beyond.
Is a domain change riskier than a same-domain redesign?
Considerably a domain change asks Google to transfer trust between two entities, not just re-crawl new URLs. Running old and new domains in parallel briefly, rather than an instant cutover, meaningfully reduces this risk.
What’s the single most common redesign mistake?
Redirecting every old URL to the homepage instead of one-to-one mapping it’s the fastest way to reset rankings across an entire site at once, and it’s disturbingly easy to do by accident with a rushed launch.
Does shortening content during a redesign hurt rankings even if the new copy reads better?
Often, yes Google re-evaluates page relevance based on what’s actually present after the change, and a shorter page that no longer answers the searcher’s full question can rank worse regardless of how much better it reads to a human.
How do I know if my migration actually succeeded?
Compare Month 2 and Month 3 performance directly against your Phase 1 benchmark, page by page not just total traffic, which can mask individual pages that never recovered behind others that improved.
By Taqweem Ahmad | Founder, Dexora Digital
We’ve run this exact process on engagements combining a full website design rebuild with local SEO preservation — see our Florida website design and local SEO case study and our Virginia local service business case study, where a new site produced its first lead within 40 days rather than the traffic dip that usually follows an unplanned launch.

Local SEO and AI Search (AEO & GEO) Specialist.
Building search visibility that converts into qualified demand.
Today, businesses need visibility on Google Maps and AI powered search and websites that actually convert visitors into leads. I am a Local SEO, AI Search & Conversion Rate Optimization (CRO) Specialist with 5+ years of hands on experience helping businesses turn underperforming websites into high converting growth engines. My work combines Local SEO, Technical SEO, Semantic SEO, GEO/AEO, and conversion focused landing page optimization to ensure brands are discoverable and profitable.
My Experience
I have delivered SEO and web growth projects across the US, UK, Australia, Canada, Finland, Germany, and the Czech Republic, working in industries such as local businesses (electrician, hvac, cleaning, Real estate, healthcare, B2B, eCommerce, SaaS, and environmental services.
Some Results
>> 200+ websites audited globally
>> specifically worked with 100+ local business (80% from USA)
>> 80+ websites improved through technical SEO & schema fixes
>> 20+ businesses featured in Google AI Overviews (SGE)
>> Multi million impression growth for eCommerce & SaaS brands
Book Free Consultation: calendly.com/dexora/30min
