1οΈβ£ Plan Before You Move #
β Understand the impact
- Migrations can cause temporary ranking dips.
- Medium sites: few weeks for recovery; large sites: longer.
β Change one thing at a time
- Donβt mix domain change, CMS change, and redesign together.
β Choose the right timing
- Do it during low traffic periods.
β Verify both old & new properties in Search Console
- Include all variants (http, https, www, non-www).
2οΈβ£ Prepare the New Site #
β Set up CMS + content
- Import all pages, media, and downloads.
- Ensure canonical tags, hreflang (if multilingual), and metadata are correct.
β Check robots.txt & noindex
- Prepare final robots.txt for launch.
- Remove noindex before migration.
β Ensure server capacity
- Expect higher Googlebot crawl load post-migration.
3οΈβ£ Create URL Mapping
β List all old URLs
- From sitemaps, analytics, Search Console, server logs.
β Map to new URLs
- One-to-one mapping is ideal.
- Consolidated content can redirect multiple old URLs to one relevant new page.
β Include all assets
- Map images, videos, JS, CSS to new paths.
4οΈβ£ Redirect Strategy #
β Use 301 or 308 (permanent redirects)
- Best for SEO & signal transfer.
- Avoid chains (max 3 hops, preferably direct to final URL).
β Implement redirects at server level
- Apache: .htaccess rules
- NGINX: rewrite or return
- CMS: built-in redirect plugins (if supported)
β Avoid irrelevant redirects
- Donβt send all pages to homepage (Google may treat as soft 404).
5οΈβ£ Launch the Move #
β
Turn on redirects
β
Remove temporary crawl blocks
β
Submit Change of Address in Search Console (if domain change)
β
Submit new sitemap
- Include only new URLs.
- Remove old sitemap once migration is stable.
6οΈβ£ After the Move #
β Keep redirects for at least 1 year
- Ideally, keep indefinitely.
β Update links
- Internal links (based on mapping).
- External links (contact top referring sites).
- Social profiles, ad campaigns.
β Monitor traffic & crawl
- Search Console β Index Coverage: Watch old URLs decrease, new URLs increase.
- Analytics: Expect traffic shift from old to new domain.
β Common Mistakes to Avoid #
β Forgetting to remove noindex or blocking via robots.txt
β Redirecting to wrong/non-existent URLs
β Not updating sitemaps
β Insufficient server resources for increased crawl load
π‘ Pro Tip (FSIDM Style):
Create a βSite Migration Visual Blueprintβ showing:
- Pre-migration checklist
- Redirect mapping flow
- Post-migration monitoring graph (traffic shift old β new)