How to Fix 404 Errors After a Site Migration
How to fix 404 errors after a site migration depends on whether the page moved, merged, changed slug, or was intentionally removed. The goal is not to redirect everything. The goal is to preserve useful paths for users and search engines without creating irrelevant redirect noise.
Start With the Highest-Risk 404s
- URLs with backlinks or organic landing-page history.
- Navigation, footer, and template links repeated across the site.
- Conversion pages, support pages, pricing pages, and docs hubs.
- Old PDFs, assets, or campaign pages still linked from live content.
Choose the Right Fix
- Moved page: add a direct 301 redirect to the new URL.
- Merged content: redirect to the most specific merged page.
- Typo in source link: update the link in the CMS or code.
- Deleted with no replacement: return 410 or remove links pointing to it.
Migration Rule
Do not rely on redirects for your own navigation. Update internal links to the final destination so users and crawlers avoid unnecessary hops.
Validate After Redirects Ship
Re-scan the migrated pages, then spot-check redirect targets in analytics and search-console reports. Use the internal broken link checker for same-domain cleanup and the broken backlink checker when old URLs still receive external links.
Related workflows
Use the workflow page that matches your source format so the checker and fixing options stay accurate.
Ready to clean your links?
Open the workflow that best matches this guide and check your links in seconds.
Open Website broken link checkerRelated Guides
Broken Links and SEO: What Actually Matters
What broken links change for crawl efficiency, internal linking, and user trust, plus where to fix them first.
Do Broken Links Hurt SEO? What Usually Happens
A clear explanation of how broken links affect crawling, internal linking, and the overall quality of a site.
How to Fix Broken Internal Links Without Losing SEO Context
Learn how to fix broken internal links, prioritize sitewide errors, and keep users and crawlers moving through the right pages.