The decisions behind traffic preservation
A replatform changes the systems behind content that has already earned search visibility. The important decisions are what to retain, what to consolidate, which URL changes are justified, and whether releases can be phased. Use the query history and the visitor’s task to make those decisions before implementing the redirect map.
Why website migrations lose organic traffic
Search engines do not rank websites. They rank URLs, each one with its own accumulated history: backlinks pointing at it, queries it has won, engagement signals gathered over years. A replatform touches every one of those URLs at once. When traffic drops after a migration, it is rarely because of one catastrophic mistake. It is the compound effect of a handful of failure modes, each individually mundane:
URLs change without redirects. The new CMS generates different slugs, drops a subdirectory, or restructures paths, and nobody maps the old addresses to the new ones. Every unmapped URL returns a 404, and every backlink pointing at it stops passing value. This is the most common cause of migration traffic loss, and the most fully preventable.
The information architecture changes underneath the content. Pages survive, but the folder structure, internal linking, and navigation around them do not. Internal links are how search engines understand which pages you consider important; rewire them carelessly and pages that ranked on the strength of their position in the site suddenly look peripheral.
Content gets culled without checking what it earned. Redesigns are natural moments to “clean up,” and pages that look stale in the CMS often turn out to be quietly earning links or long-tail traffic. Deleting a page without checking its backlinks, referring domains, and query data is throwing away equity you cannot see from the editor.
New templates quietly change on-page signals. The same content in a new design can render different title tags, heading hierarchies, or body structure. If the H1 becomes a styled div, if the template drops the FAQ markup, if boilerplate pushes the unique content down the page, then rankings move even though “nothing was deleted.”
The new site is slower than the old one. Not the usual direction (a replatform is often motivated by performance), but it happens, particularly when a heavy frontend framework or an unoptimized rendering setup ships under deadline pressure. Page experience is a ranking input, and it is also a conversion input for the traffic you keep.
The invisible layer gets forgotten. Canonical tags, hreflang annotations for multi-market sites, structured data, XML sitemaps, robots directives. None of these appear in a design review, and any one of them silently misconfigured — a canonical pointing at staging, hreflang clusters that no longer reciprocate, a robots.txt copied from the staging environment — can suppress an entire section of the site.
Notice what is not on this list: mysterious algorithmic punishment for the act of migrating. Search engines handle site moves routinely. What they cannot do is guess your intent when the signals are missing. Every failure mode above is a signal you control.
Use one technical checklist
The SEO migration checklist and reusable launch template covers the URL inventory, redirect tests, indexing rules, and production checks. This companion focuses on the decisions that determine what those checks should accept: which content stays, whether a destination serves the original intent, and how much to change in one release.
The judgment calls a checklist cannot make
The checklist keeps you from losing traffic by accident. The harder questions are the deliberate ones.
When is consolidation right? When multiple pages compete for the same intent and none of them fully serves it. The tell is in the query data: several URLs each ranking mediocre for overlapping terms. Consolidation concentrates equity. But consolidating pages that serve different intents (merging a comparison page into a product page because they mention the same product) trades two useful results for one diluted one.
When is a 301 to a category or hub page honest, and when is it lazy? Honest: the specific page is gone, but the destination genuinely continues the visitor’s task, as when an expired product redirects to its live category or a retired guide redirects to the current guide on the same topic. Lazy: the destination merely shares a keyword. The practical test is to imagine the person who clicked a link from 2019 expecting the old page: does the destination help them, or does it just avoid showing a 404? Sometimes a 410 with a good internal search experience is the more honest answer. Search engines drop the URL cleanly, and you stop pretending equity is being preserved when it is not.
When should content die? When the inventory says it earned nothing and it no longer reflects what your organization wants to be found for. We apply this to our own site: before removing or renaming any page in our own migrations, we check its referring domains and query history first. Several pages we assumed were dead weight turned out to carry link equity that justified keeping them under a reframed title instead. The instinct to keep everything “just in case” and the instinct to purge everything old are both wrong; the data adjudicates.
Phased releases versus the big-bang cutover
The riskiest possible migration is the one where everything — URLs, templates, CMS, hosting, design — changes in a single overnight cutover. If anything goes wrong, you are debugging every variable at once, in production, with your traffic on the line.
Our default is to migrate incrementally wherever the estate allows it. Move one section, one template type, or one market at a time. Each release is small enough to validate fully, monitor precisely, and roll back without unwinding the entire project if a metric moves the wrong way. When we replatformed Alpro from Gatsby to Next.js, the migration ran page-type by page-type behind a router, so every step could be verified against live traffic before the next one shipped.
A phased release also changes the organizational dynamics. The first phase teaches you things about the new platform that make every subsequent phase safer: crawl behavior, cache configuration, editorial workflow. Big-bang launches learn all of those lessons at once, publicly.
There are cases where a single cutover is the right call: a domain change, or a legacy platform that cannot host a hybrid setup. Even then, the checklist above is what makes it survivable; the phasing simply reduces how much of it is at stake on any given day.
What “protected” actually looks like after launch
When we say a site can be replatformed without losing traffic, content, or history, that claim is not a property of any platform and it is never automatic. It is the output of the controls in this article, executed completely: the inventory that counted everything, the redirect map that resolved everything, the staging diff that verified everything, and the watch period that caught what slipped through. Skip the controls and the claim is void — on any stack, with any vendor.
Concretely, a protected migration looks like this a quarter after launch:
- Search Console shows continuity, not recovery. Impressions and clicks track their seasonal baseline; the indexing report shows old URLs processed as redirects, not accumulating as 404s.
- Analytics reads as one unbroken series. Same properties, same events, an annotation on launch day, so “how did the migration affect us?” is answerable from the data rather than argued from memory.
- Redirect QA is still running. The map stays live and monitored for years, not months; backlinks from old articles keep arriving at working pages long after the team has moved on.
- The decisions are written down. Which pages were consolidated and why, what was retired, what the known trade-offs were. That way the next person who asks “why does this URL redirect there?” gets an answer instead of an archaeology project.
That last point is the quiet one that matters most for sites migrating off long-lived platforms. A Sitecore estate accumulates a decade of URL history, and the record of what was done with it is part of what you are protecting.
Organic traffic is an asset your organization spent years earning. A replatform puts all of it in motion at once, which is exactly why the work of protecting it belongs in the migration plan from day one, not in the post-mortem. One more variable deserves its own briefing: if the destination is a headless CMS, the ownership of sitemaps, redirects, and metadata changes with the move, and we cover exactly what headless changes for SEO separately.
Planning a migration with traffic on the line?
As part of every replatform, we plan the SEO work before cutover: URL inventory, redirect mapping, staging validation, and a monitored watch period.