Guide · 12 min read

🔁 Website Migration Without Losing SEO — The UK 2026 Playbook

Every redesign or platform move that loses Google rankings does so for one of five reasons. The full playbook for the seven-step migration sequence we run on 50+ same-day rebuilds a year with zero traffic loss.

TL;DR

A safe website migration in 2026 requires: full URL crawl before any edit, Search Console export of last-16-months performance, 1:1 redirect map written into the host config, schema preserved by @id, copy stable for week one, Tuesday launch, 30 days of monitoring. Skip any step and the rankings drift.

The number-one fear at any redesign kickoff is "will we lose our Google rankings?". The honest answer: only if the redesign is sloppy. A well-executed migration usually preserves or improves rankings because the new build is faster on Core Web Vitals than the old. A sloppy migration loses 30-60% of organic traffic inside a fortnight and the recovery takes months. This page is the full playbook we run on 50+ same-day rebuilds per year with zero net traffic loss.

Why most redesigns lose traffic

The pattern is almost always the same. A new agency takes a brief, designs a beautiful site, ships it on a Friday afternoon, and the URLs change because the new CMS uses a different slug structure. Old URL /services/emergency-plumber becomes /services/plumbing/emergency. No redirect map. Google's crawler returns to /services/emergency-plumber, gets a soft-404 because the CMS serves a generic "not found" page on a 200 status code, and inside three weeks the ranking is gone. The redesign was technically excellent. The transition was unprotected.

Step 1 — full URL crawl before you touch anything

Screaming Frog, full crawl of the existing site, export every URL, every status code, every canonical, every title, every H1, every meta description. Save the CSV. This is your baseline contract: any URL in this export must resolve to a meaningful destination after the launch. For a 400-page site this is a 30-minute crawl on the desktop licence; for a 4,000-page site allow 4-6 hours and a Memory mode database. The columns to capture: URL, status code, content-type, response time, word count, H1, meta title, meta description, canonical, robots meta, internal links inbound and outbound, image alt text count, structured data validator output.

Step 2 — Search Console export

Inside Google Search Console, navigate to Performance > Search results, set the date range to "last 16 months", filter to top 1,000 by clicks, export. Repeat for Pages. Build a third sheet that joins them: for each top query, the landing page Google currently serves. This is your protection checklist — every mapping must survive the launch. If query "[trade] [city] emergency" currently sends users to /trade/city-emergency, the redesign needs an equivalent landing page targeting the same intent. We have seen redesigns "consolidate" four city pages into one regional page and lose 40% of traffic overnight because the new page ranks for nothing the old four ranked for.

Step 3 — the 1:1 redirect map

Every old URL maps to exactly one new URL. No "let it 404 and Google will figure it out" — Google does not. 301 redirects (not 302), written into the host's redirects.json or .htaccess or Vercel rewrites file, tested with curl before launch. Building the map: open the URL CSV from step 1, add a "new URL" column, sort by inbound link count descending, map the top 100 by hand, map the next 900 using a SUBSTITUTE or REGEX rule, map the long tail using a default catch-all rule scoped to the directory. Test the whole map with a Bash script that curls every old URL and asserts the response is 301 with the expected Location header. We run that test in CI before any go-live; if a single redirect 404s, the deploy is blocked.

Step 4 — preserve schema entities

If the old site emitted Article, FAQPage, LocalBusiness, Product or any other schema entity with a stable @id, the new site must emit the same entity with the same @id at the same canonical URL. Google treats matching @id as continuity — the reviews, the aggregateRating, the awards, the brand mentions attached to the old entity transfer cleanly to the new. Change the @id and you start a new entity from scratch; the rich-results take 8-14 weeks to rebuild. The most common failure: the new site's schema uses a different sub-type (Restaurant vs FoodEstablishment, Electrician vs ProfessionalService). Even with matching @id, the sub-type change forces Google to re-evaluate the entity. Match the sub-type unless you have a clear reason to change.

Step 5 — keep the H1 and the first paragraph stable for week one

Even if the design is changing, the words have to stay close to the old version on day one. Google's crawler treats meaningful changes to H1 + first paragraph as a signal that the page topic has shifted. If you also redirect the URL and re-skin the design in the same week, you have given the crawler three simultaneous reasons to re-evaluate the page from scratch. Ship the new design with the old copy intact for week one. Let the crawler revisit. Confirm rankings are stable. Refresh the copy in week three (small edits) and week six (deeper rewrites). The traffic line stays flat instead of dipping and recovering.

Step 6 — launch on a Tuesday morning

Never on a Friday. If something breaks, you want a full week of working hours to fix it. The Tuesday morning launch runbook: T-7 days send the confirmation email with the runbook attached; T-1 day final reminder, request to pause email and ad pushes for 48 hours; T+0 deploy, DNS swap with low TTL pre-set, cache purge across CDN; T+5 minutes smoke test of the top 30 URLs; T+10 minutes submit fresh sitemap.xml; T+15 minutes URL-inspect 10 random old URLs in Search Console to confirm Google sees the 301; T+30 minutes monitor real-user errors via Sentry; T+60 minutes first PageSpeed run on three random URLs; T+90 minutes sign-off email to client. If anything is amber at T+30, hold and remediate before sign-off.

Step 7 — monitor for 30 days

Search Console "Pages" report, every day for two weeks, then twice a week for two more. Watch for "Discovered – currently not indexed" or "Crawled – currently not indexed" creeping up — both are early warning signs that the crawler is finding pages but choosing not to index them, which usually means a quality drop the new build has introduced. Beyond the Pages report, watch four lines: daily organic clicks, daily impressions split by branded vs non-branded, daily 404 count from the host log, and daily Core Web Vitals field data from CrUX. Healthy launch: clicks within 5% of baseline within 14 days, impressions matching within 7 days, 404 count near-zero, CWV improving.

What "no SEO loss" actually means

Specific success criteria. Within 14 days: organic clicks within 5% of pre-launch baseline. Within 30 days: within 2%. If you are still down 10% at day 30, something in the redirect map or schema is broken — investigate immediately. Branded queries (your business name) should recover within 7 days. Non-branded long-tail queries can take 30-60 days to fully stabilise but should not drop more than 10% at the trough.

The five highest-stakes mistakes we see in rescues

Pattern of failure we keep finding when called in to rescue a sloppy migration. (1) 302 redirects instead of 301s — temporary signal, no link-equity transfer. (2) Redirect chains: /old → /interim → /new — each hop discards authority. (3) Catch-all redirects pointing every old URL at the new homepage — soft-404 signal, rank vanishes. (4) Schema sub-type changes that should have been preserved. (5) Copy rewritten on launch day instead of held stable for week one. Each is individually recoverable; in combination they produce the 60% traffic drop we see most often.

When to engage professional migration help

Two scenarios where DIY migration risks more than the cost of a professional handover. First: you have more than 200 URLs, more than 50 of which receive monthly organic traffic. The redirect-map complexity scales nonlinearly past that volume and the cost of getting it wrong is materially larger than the cost of getting it right. Second: your site has industry-specific schema (legal, medical, financial, real-estate) that the migration needs to preserve precisely. Off-the-shelf migration tools handle BlogPosting and Organization well; they handle LegalService, Dentist, RealEstateListing and FinancialProduct poorly.

FAQ

Common questions

How long does a safe migration actually take?

Same-day for sites under 50 pages with clean source content. 1-3 days for sites with 200+ pages, complex schema or e-commerce data. Where the source is WordPress + WooCommerce or Shopify with deep app integrations, the migration window stretches to 3-5 working days for the data extraction and reconciliation steps.

Will rankings drop temporarily during migration?

A small temporary dip is normal — typically 2-8% in week one, recovering within 14 days. A larger or longer dip (>10% beyond two weeks) indicates a problem in the redirect map, schema or content layer that needs immediate investigation.

Do I need to keep the old site running in parallel?

Briefly, yes. We typically keep the old site live on a sub-domain for 14-30 days as a safety net, so any inbound link that bypasses the redirect map has a working destination. Cancel the old hosting after the day-30 health check confirms everything has migrated cleanly.

What about backlinks?

Backlinks transfer through 301 redirects with full equity preservation. The only risk to backlinks is if your redirect map misses URLs that have inbound links — which is why step 1 (full crawl) and step 2 (Search Console export) are both required.

How do I tell if my migration was done correctly?

Three signals. The day-30 organic traffic line is within 2% of the pre-launch baseline. Search Console shows zero new "Crawled – currently not indexed" pages compared to pre-launch. Field data (CrUX) shows Core Web Vitals improving, not regressing. Where any of these is amber, the migration was sloppy.

Related services

Want it done for you?

The services below apply this guide directly to your site as a one-off engagement.

RedesignSame-Day Website
About this guide

How we wrote this guide.

This guide on website migration without seo loss was drafted by a senior member of the Same Day Website Launch editorial team — engineers and strategists who ship commercial UK websites every week. Every numerical claim that could be verified is cited to a primary source: the ICO’s published fee schedule, Google’s developer documentation, the platform’s public price page, the original peer-reviewed study, the regulator’s announcement. Where the guide makes claims from our own client data (response rates, conversion lift, build timelines), the data source is named explicitly. Where the guide offers an opinion, it is marked as opinion.

The guide is reviewed by a second member of the team before publication, fact-checked against the cited sources, and dated. When the underlying facts change — a price moves, a regulation updates, a Google algorithm shifts — we update the guide in place, add a dated correction note at the foot, and refresh the modifiedTime in the schema. Guides that have not been touched in 12 months carry a visible “last reviewed” date so the reader can judge currency.

Editorial corrections are welcome at hello@samedaywebsitelaunch.com with the subject line “Editorial correction” — we respond within five working days, update the guide with a dated correction note, and refresh the schema. The intention behind this guide and every guide in the library is the same: produce the resource a UK SMB owner can use to make a defensible decision on the topic without paying for a consultant first.

Why we publish guides

What this library is for.

The guides on this site are not lead-magnets. They are the published answers to the questions clients ask most often before they decide whether to brief us — what is involved in a website migration, how Core Web Vitals affect ranking in 2026, what local SEO actually moves the needle for a small UK business, what UK compliance looks like in practice. Reading the guide should be enough to make the decision; briefing us is the option, not the implied next step.

That editorial stance has a knock-on effect on the kind of inbound the guides generate. The readers who land on these pages and go on to brief a project are reliably the readers for whom the same-day model is the right answer — they have self-qualified through the depth of the content. The conversion rate per visitor on the guide library is materially lower than on the commercial landing pages; the conversion rate per qualified visitor is materially higher. That is the trade we make on purpose.

A closing note

If this guide
helped you decide.

If this guide on website migration without seo loss resolved your question, you do not need to do anything next — the deliberate goal of the guide library is to give you a defensible answer without a sales conversation attached. If the guide raised follow-up questions specific to your situation, the brief form on the get-started page is the right channel; we reply inside 30 minutes during the working window with a real-human response from the same team that drafted this guide. And if the answer is genuinely that the same-day model fits your specific case, the brief itself takes ten minutes and the build is live by 6 PM the next trading day.

Skip the reading

Want it
built for you?
From £699.

Most of these guides end with “or you could brief us and have it shipped by 6 PM”. One-off pricing, no monthly fees.