What to fix first after a site migration
A migration can create ranking loss even when the redesign looks successful. Search engines need clear signals that old URLs now live at new destinations, that important pages remain crawlable, and that the preferred version of each page is unambiguous. The first 48 hours matter because this is when crawl errors, accidental blocks, and redirect mistakes are easiest to catch before they spread through indexing.
Why the first 48 hours matter
In the first two days after launch, your goal is not perfection. Your goal is to prevent avoidable damage. Search engines may recrawl old URLs quickly, and if they hit 404s, redirect loops, or blocked pages, recovery slows down.
A practical launch-day sequence:
- Check the highest-value URLs first.
- Confirm redirects resolve in one hop.
- Verify robots.txt and noindex settings.
- Inspect canonicals and internal links.
- Regenerate and submit XML sitemaps.
Priority order: redirects, indexing, canonicals, sitemaps
The order matters because each layer supports the next.
- Redirects preserve equity from old URLs.
- Indexability ensures search engines can access the new pages.
- Canonicals tell crawlers which version should rank.
- Sitemaps accelerate discovery and validation.
If you reverse that order, you may submit a sitemap for pages that are still blocked or canonicalized incorrectly.