The worst time to discover that a redesign changed every important URL is the morning after launch. A new site can be faster, cleaner, and easier to use while search traffic falls because the migration removed the paths, links, and page meaning that crawlers already understood.
Some movement is normal while search engines recrawl a changed site. A sustained decline is not something to explain away. Treat the launch as a controlled migration with a before-and-after record.
Separate the redesign from the migration
A visual redesign changes presentation. A migration changes URLs, hosting, rendering, navigation, content, or all of them. Combining those changes makes diagnosis harder because there is no clean way to tell which decision caused the loss.
Before work begins, inventory the current canonical URLs, status codes, titles, headings, internal links, indexability rules, structured data, and organic landing-page performance. That inventory is the contract the new site must either preserve or change deliberately.
Build a URL map before redirects
Export every discoverable URL from the sitemap, internal crawl, analytics, search performance reports, and backlink data. Map each valuable old URL to the closest new page with the same purpose. A redirect to the homepage is not a substitute for a real match.
Use server-side permanent redirects where a page has moved. Point each old address directly to its final destination and avoid chains. Pages with no replacement should return an honest 404 or 410. This is cleaner for visitors and easier to audit.
Preserve page purpose, not just keywords
A migration can keep the same title tag and still change the page beyond recognition. Compare the primary question answered, the proof offered, the conversion action, and the internal-link role. If a service page becomes a thin gallery, the URL technically survived while its search purpose did not.
Keep useful copy and evidence until the replacement is demonstrably stronger. Design around the information people came to find instead of treating text as filler between visual blocks.
Check the rendered site
Inspect both source HTML and the rendered page. Confirm that primary content, links, canonicals, robots directives, and structured data are present in the version a crawler can process. A browser screenshot cannot prove that these signals exist.
Also check mobile navigation, pagination, filters, and JavaScript error paths. If users cannot reach a page through normal links, crawlers may have the same problem.
Launch with a rollback boundary
Save the old redirect rules, crawl exports, sitemap, analytics configuration, and deploy identity. Define what would trigger a rollback before launch. Examples include a large cluster of priority URLs returning errors, canonical tags pointing to the wrong host, or primary content missing from rendered HTML.
A rollback should restore a known state, not start a second unplanned redesign. Keep the old host and redirect capability available long enough to repair mistakes without losing control of the move.
Monitor leading signals before rankings
Rankings and traffic are late signals. In the first hours, watch status codes, redirect destinations, indexability, canonical targets, sitemap fetches, server errors, and crawler access. In the following days, compare indexed pages, impressions, clicks, and landing-page groups against the baseline.
Segment the report by page type. A stable total can hide a failed product section and a temporary increase elsewhere. Keep a log of launch changes so each movement can be tied to a real event.
Diagnose the shape of the drop
A sitewide cliff immediately after launch usually points to access, rendering, canonical, or redirect problems. A decline limited to one directory suggests a template, content, or mapping issue. A gradual loss may reflect changed internal links, weaker page purpose, or search engines reevaluating the new content.
Start with the simplest explanation that fits the evidence. Restore broken contracts first. Do not publish a wave of unrelated content while the migration itself remains unverified.
Frequently asked questions
Sources
- Site Moves and Migrations
Google Search Central / Accessed Aug 9, 2026
- Website Migration with Bing
Bing Webmaster Blog / Accessed Aug 9, 2026
- Redirections in HTTP
MDN Web Docs / Accessed Aug 9, 2026



