Skip to content
Lingows
Faceted iceberg over a submerged wireframe lattice, for How do i preserve SEO during a site migration.

Application frontends

How do I preserve SEO during a site migration?

Preserve SEO during a migration by mapping every existing URL to its new equivalent with 301 redirects, keeping the same or better content and structure, preserving structured data, and monitoring rankings and indexing closely before and after launch. Redirecting an old URL to a generic page loses the ranking history attached to it.

Last reviewed 2026-08-16

The detail

The longer answer

A site migration, whether it's a redesign, a platform change, a rendering architecture change, or a domain change, puts existing search rankings at risk because search engines have indexed your current URLs, content, and structure, and a migration can change all three at once. The single biggest cause of lost rankings after a migration is broken or missing redirects: a URL that used to exist and ranked, now returns a 404 or redirects to an unrelated page, and the ranking history attached to that URL is effectively lost.

The first step, done before any development work, is a full inventory of every indexed and ranking URL on the current site, along with its traffic, rankings, and backlinks. This becomes the map for what needs to exist, in some form, on the new site. Every URL on that list needs a clear destination on the new site and a 301 redirect pointing to it. A redirect to the homepage or a generic category page when a specific match exists is a common shortcut that costs rankings.

Content and structure matter as much as the redirect map. If a page that used to rank for a specific topic gets thinner content, a different heading structure, or gets merged into a broader page that no longer targets that topic directly, rankings can drop even with a correct redirect in place. The safest approach is treating existing high-performing pages as a floor to match or exceed, not a template to casually rewrite.

Technical elements need to carry over deliberately: structured data (schema markup), canonical tags, internal linking patterns, XML sitemaps, and robots.txt rules. These are easy to lose in a rebuild because they live in configuration rather than visible content, and no one notices they're missing until rankings drop. If the migration includes a rendering architecture change, for example from a client-rendered setup to server-side rendering, verify that the new pages actually return full content in their initial HTML response, not just that they look right in a browser.

Timing and monitoring reduce risk further. Migrating in a low-traffic period, submitting the new sitemap to Google Search Console immediately at launch, and watching indexing status and rankings daily for the first few weeks lets you catch problems, like an accidentally noindexed section or a broken redirect pattern, before they cause lasting damage. Some ranking fluctuation immediately after a migration is normal; a sustained drop that doesn't recover within a few weeks usually points to a specific, fixable technical issue.

There's no version of a migration with zero risk. Search engines have to recrawl and reprocess the entire site, and that process takes time even when everything is done correctly. The realistic goal is minimizing avoidable losses through redirect mapping, content parity, and technical carryover, then monitoring closely enough to catch and fix the issues that do come up quickly.

Key points

What to take away

  • Inventory every ranking URL on the old site before development starts, including its traffic and backlinks.
  • Map each old URL to a specific new URL with a 301 redirect; redirecting to a generic page loses rankings.
  • Match or exceed the content depth and structure of pages that already rank well.
  • Carry over structured data, canonical tags, sitemaps, and robots.txt rules, since these are easy to lose silently.
  • If rendering architecture changes, verify the new pages return full content in the initial HTML response.
  • Monitor indexing and rankings daily for the first few weeks and expect some normal short-term fluctuation.

Common misconception

What people get wrong

As long as the new site looks better, search rankings will recover on their own.

Rankings are attached to specific URLs, content, and technical signals, not to how good a redesign looks. Without a deliberate redirect map and content parity, a better-looking site can lose most of its previous search visibility and take months to rebuild it.

Related questions

Questions that come up next

Rendering, architecture, and migration questions that decide whether a crawler sees your content at all.

How Lingows handles this

In practice

Before we migrate any client to a new frontend, we build a full URL and ranking inventory of the existing site and a redirect map tied to it, and we treat that map as a hard requirement of the launch, not a follow-up task.

Because we build server-rendered application frontends, we also verify post-migration that every page meant to be found actually returns complete HTML on first load, which is the step most migrations to JavaScript-heavy frameworks skip.

Application frontends

Want this handled properly on your own site

Start with a diagnosis. You get the roadmap and the quote before anyone builds anything.