tldlist.us/Change domain extension

.move

Change domain extension without losing SEO — migration checklist

URL mapping, redirects and monitoring · Updated

Migration rule

Treat a TLD change as a URL migration, not a branding toggle. Keep content and paths stable, map every old URL to one relevant new URL, launch server-side 301 or 308 redirects, update canonicals and internal links, submit Search Console Change of Address and the new sitemap, then monitor both domains. Expect temporary fluctuation while the move is processed.

Before the move: reduce the number of unknowns

Changing brand.example.com to brand.example.net changes every public URL, even if every path stays identical. Search engines must recrawl the old address, follow the redirect, index the new address and transfer accumulated signals. Google recommends changing one major thing at a time: do not combine the domain move with a CMS replacement, redesign, new URL structure and content rewrite unless the constraints make separation impossible.

The controlling reference for Google Search is the current Site Moves and Migrations guide. The checklist below turns it into a TLD-specific working plan.

1. Build a one-to-one URL map

Inventory indexed pages, linked pages, files and historical URLs from sitemaps, analytics, server logs, crawls and Search Console.

Old URLNew URLExpected result
brand.example.com/brand.example.net/301/308 directly
brand.example.com/pricingbrand.example.net/pricing301/308 directly
brand.example.com/docs/setupbrand.example.net/docs/setup301/308 directly
brand.example.com/retired-pageClosest consolidated replacement or 404/410Never an irrelevant homepage redirect
www.brand.example.com/pathbrand.example.net/pathOne hop, not www → apex → new

Hostnames are illustrative reserved-style placeholders, not live migration instructions.

2. Prepare the new domain before redirecting traffic

Also migrate non-web dependencies: email, SPF/DKIM/DMARC, OAuth callbacks, webhooks, API allowlists, app links, certificates, CDN hostnames and status pages. A search-perfect move can still fail operationally if the old domain anchors identity or integrations.

3. Launch permanent redirects

Use server-side permanent redirects—normally HTTP 301 or 308—from each old URL directly to its mapped destination. Do not route the request through an old HTTP-to-HTTPS hop, a www normalization hop and then the new domain if one direct response can reach the final URL. Redirect chains add latency and create more points of failure.

Google states that 301 and other permanent redirects do not cause a loss of PageRank. That does not mean every migration is lossless: missing pages, wrong mappings, blocked resources, changed content and broken canonicals can still discard value. Test status codes, destination URLs and final content at scale.

Avoid the homepage trap. Redirecting hundreds of unrelated old pages to the new homepage may be treated as soft 404 behavior. Map a relevant replacement or return an honest 404/410 when no replacement exists.

4. Send consistent discovery signals

  1. Verify old and new properties in Search Console, including relevant www, non-www and subdomain variants.
  2. Submit Change of Address for the old domain and applicable variants. It is for domain moves, not a simple HTTP-to-HTTPS move.
  3. Submit the new sitemap. Keep the old URL inventory available during monitoring so redirect processing can be observed.
  4. Update internal links immediately so users and crawlers do not need a redirect for navigation.
  5. Update major external links, profiles, ads, email templates, app-store listings and partner integrations.

All signals should agree: old URL redirects to new URL; the new URL is indexable; its canonical names itself; the sitemap lists it; and internal links point to it. Mixed signals slow diagnosis.

5. Monitor the move

SignalHealthy directionInvestigate
Old-domain trafficDeclines as redirects are usedPages still returning 200 or missing redirect rules
New-domain trafficRises as URLs are indexedBlocked crawling, noindex, wrong canonicals
Old indexed URLsDecline over timeRedirect loops, temporary responses, stale content
New indexed URLsApproach the canonical inventoryDuplicates, sitemap errors, soft 404s
Server logsCrawlers hit old then new URLs5xx, unexpected 404s, excessive chains
Queries and conversionsShift to new URLsLanding-page mismatch or broken analytics

Keep the old domain and redirects

Google recommends keeping redirects as long as possible and generally at least one year so signals and old links can be processed. From a user perspective, keeping them indefinitely can protect bookmarks, printed materials and forgotten inbound links. That means continuing to renew and secure the old domain; letting it expire can turn a migration asset into a brand and security risk.

Update important links to the new URL rather than relying forever on redirect latency. Keep a renewal owner, monitoring and certificates for every old hostname that still receives requests.

Launch-day go/no-go checklist

Go when

  • URL map is complete and tested
  • New canonicals and internal links use new URLs
  • HTTPS and all live host variants work
  • Redirects return one-hop 301/308 responses
  • Search Console properties are verified
  • Rollback and monitoring owners are named

Pause when

  • High-value pages lack destinations
  • New site is noindexed or blocked
  • Redirect rules send everything home
  • Email or identity still depends on unfinished DNS
  • Analytics cannot distinguish old and new hosts
  • The move is bundled with an untested redesign

Frequently asked questions

Will changing a domain extension hurt SEO?
Temporary fluctuations are normal while search engines recrawl and process the move. Accurate mappings, permanent redirects and consistent canonical, sitemap and link signals reduce avoidable loss.
Should every old URL redirect to the homepage?
No. Redirect to the closest relevant equivalent. If none exists, return an honest 404/410 rather than an irrelevant homepage redirect.
How long should redirects stay?
Google recommends as long as possible and generally at least one year. Keeping them longer protects users and old links if the old domain remains securely controlled.
Should I redesign at the same time?
Avoid it when possible. Keeping content and architecture stable makes it easier to identify whether a problem comes from the domain move.