SEO Migration.

domain name change seo

Domain name change

Every URL on the site changes host at once. Nothing about a domain change is partial, which makes it the migration type with the least room for an incomplete redirect map.

By Arsal Riaz, Technical SEO Consultant Published

Primary riskEvery historical signal has to be forwarded at once, with no partial credit for near-complete coverage.

Definition
A domain name change migration — A domain name change migration moves an entire website from one hostname to another, usually as part of a rebrand or an acquisition. Every URL changes, so every URL needs a redirect. Google's Change of Address tool in Search Console signals the move, but the redirects themselves carry the historical signals.

Why domain changes are unforgiving

Most migration types are partial. A replatform might leave URLs untouched. A design refresh might change only templates. A domain change is total: every URL on the site changes at the same moment, and every historical signal attached to those URLs has to be forwarded through a redirect.

There is no partial credit. A redirect map covering 95% of URLs means the remaining 5% lost everything, and those are usually the oldest, deepest, most heavily linked pages — the ones nobody remembers exist and other sites have been linking to for a decade.

The order that matters

Domain changes have one sequence that works, and the most common mistake is doing step five before step four.

Verify both properties in Search Console first. Change of Address requires both the source and destination to be verified, and verification propagation is not instant. Doing this a day before cutover creates avoidable pressure.

Get the redirects live and verified on the real host before filing Change of Address. The tool checks for a working sitewide redirect. Filing early either fails outright or produces a signal Google cannot act on.

Then hold. The instinct after a domain change is to start improving the new site. Resist it for a month. If you change content, structure and templates while Google is still processing the move, you will not be able to tell which change caused which effect — and something will always look like it moved in the wrong direction.

What the Change of Address tool does and does not do

It announces the move. That is genuinely useful: it tells Google to treat the new domain as the successor rather than inferring it from redirect patterns alone.

It does not transfer anything by itself. If the redirects are wrong, filing the form does not fix them. If a page redirects to an irrelevant destination, Change of Address does not make that destination inherit the original page’s rankings. The redirects do the work; the tool sets the context.

It also only applies to full domain moves. It has no role in a protocol change, a subdomain-to-subfolder consolidation, or a URL restructure on the same domain — a point worth knowing before someone goes looking for it during a replatform.

After cutover, internal links in the codebase frequently still point at old-domain URLs. Everything works, because the redirects catch them.

That is the problem. Every internal navigation click now takes an extra hop, and crawlers spend budget traversing redirects instead of reading pages. On a large site this measurably slows how quickly the new URLs get discovered and processed.

Redirects exist for traffic you do not control. Your own internal links should point directly at their final destination. Fix them in the source, not at the redirect layer.

If the domain change is bundled with other work

It usually is — a rebrand rarely changes only the name. If the URL structure is also changing, read URL structure change alongside this, because the mapping problem compounds. If two sites are merging into the new domain, site consolidation is the page that applies.

The full engagement covers all of these together, and the checklist sets out the phase gates in order.

How this migration type goes wrong

The old domain expires

What you see Traffic that was recovering suddenly disappears, and the old domain stops resolving. Referring links now point at nothing.

What fixes it Keep the old registration for at least a year, ideally indefinitely, on auto-renew with a named owner. It is the cheapest insurance in the whole migration.

Redirects point to the new homepage

What you see Deep pages on the old domain all land on the new homepage. Rankings for those pages disappear rather than transferring.

What fixes it Map URL to equivalent URL. Where no equivalent exists, redirect to the closest relevant category or return 410 deliberately — never a homepage catch-all.

Change of Address filed before redirects are live

What you see The tool rejects the request, or accepts it while Google finds no redirect and the signal does nothing.

What fixes it File it after the sitewide redirect is verified and both properties are verified in Search Console. Order matters here.

Internal links still point at the old domain

What you see Every internal navigation click takes an extra hop. Crawl budget drains into redirects instead of pages.

What fixes it Rewrite internal links to the new domain in the codebase, not just at the redirect layer. Redirects are for external traffic, not for your own navigation.

Sequence of a domain name change, showing the action, timing and the condition that has to be true before proceeding.
Stage Action Timing Must be true before moving on
Prepare New domain verified in Search Console as its own property2–4 weeks beforeBoth old and new properties verified and collecting data
Map One-to-one redirect map covering every URL with traffic or links2–6 weeks beforeNo URL in the priority tiers lacks a named destination
Lower TTL DNS TTL reduced so the cutover propagates quickly48 hours beforeTTL is at 300 seconds or lower and has propagated
Cut over New domain live, redirects active on the old hostLaunch windowSampled redirects return one hop to a 200 on the live host
Signal Change of Address filed in Search ConsoleWithin 24 hours of cutoverSitewide redirect verified, both properties verified
Hold Old domain and its redirects kept liveAt least 12 monthsRenewal is set to auto and someone owns the registration
Domain change: what to do at each stage

When this page applies

  • The site is moving to a different registrable domain.
  • A rebrand, acquisition or merger is changing the public name.
  • You are consolidating a country domain into a global one.

When it does not

  • Only the protocol is changing — see the HTTPS migration page instead.
  • Only the subdomain is changing, such as www to non-www.
  • The domain stays and only the URL structure changes.

Domain change pre-launch checks

Run these before the cutover window, not during it.

  1. 01

    Verify both properties in Search Console

    Old and new domains each verified as domain properties, both collecting data before the move. Change of Address requires this and it takes time to propagate.

    Output Two verified properties

  2. 02

    Test the redirect map against staging

    Every priority URL tested individually for final status code and hop count. Pattern rules are not evidence that a specific URL resolves.

    Output Redirect test results

  3. 03

    Check for cross-domain canonical conflicts

    Canonical tags on the new domain must point at the new domain. A canonical still referencing the old host will keep signals pinned to a site you are trying to retire.

    Output Canonical audit

  4. 04

    Lower DNS TTL 48 hours ahead

    Drop TTL to 300 seconds so the cutover propagates in minutes rather than hours, and so a rollback is fast if one is needed.

    Output TTL confirmed at the registrar

  5. 05

    Update the highest-value external links

    Redirects carry most of the signal, but the top few referring domains are worth an email asking for a direct link update. It is an afternoon for a permanent gain.

    Output Outreach list with status

Questions people ask before starting

How long does it take to recover after a domain name change?

Expect volatility for four to twelve weeks. Larger sites take longer because Google has to recrawl more URLs to discover the move. A complete redirect map and a filed Change of Address shorten it; an incomplete map extends it indefinitely for the pages that were missed.

How long should I keep the old domain?

At least twelve months, and ideally forever. The registration costs a few dollars a year and the redirects continue to carry value from old external links for far longer than most people expect. Letting it lapse discards signal permanently.

Do I need the Change of Address tool?

For a full domain move, yes. It tells Google explicitly that the site has moved, which speeds up processing. It does not replace redirects — the redirects carry the signals, the tool announces the intent. File it after the sitewide redirect is live and verified.

Should I move content and change domain at the same time?

No, if you can avoid it. Changing two variables at once makes any traffic drop impossible to diagnose. Move the domain with content and structure held constant, confirm recovery, then make content changes. Sequencing costs weeks and saves months of guessing.

Planning this move?

Send the launch date and what is changing. We will tell you which parts of this page apply to your situation and which do not.

Reply
Typically within one business day.
Hours
Monday to Friday, 9am–6pm US Eastern.
First call
Scoping, not a pitch. No deck.