What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

To merge sites with multiple ccTLDs into a single subdirectory, it is advisable to use redirects rather than the address change tool, as the tool requires a strict one-to-one mapping.
56:04
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h00 💬 EN 📅 09/01/2018 ✂ 7 statements
Watch on YouTube (56:04) →
Other statements from this video 6
  1. 2:45 Faut-il vraiment placer les URLs finales dans vos sitemaps pour améliorer votre indexation ?
  2. 7:16 Les données structurées peuvent-elles vraiment booster votre visibilité en recherche vocale ?
  3. 12:16 Hreflang : toutes les méthodes d'implémentation se valent-elles vraiment ?
  4. 15:55 Faut-il vraiment nofollow tous ses liens externes pour protéger son SEO ?
  5. 37:45 Faut-il vraiment optimiser la balise lastmod des sitemaps pour améliorer le crawl ?
  6. 57:19 Votre UGC sabote-t-il vraiment votre référencement Google ?
📅
Official statement from (8 years ago)
TL;DR

Google advises against using the address change tool to merge multiple ccTLDs into a single subdirectory, favoring traditional 301 redirects instead. The reason is that the tool requires a strict one-to-one mapping that does not work for this type of complex migration. In practical terms, this means that multi-domain mergers into subdirectories should be managed manually through redirects, with close monitoring of authority transfer.

What you need to understand

Why does the address change tool pose issues in this scenario?

The address change tool in Google Search Console was designed to notify Google of a simple site move: domain A becomes domain B. It operates on a logic of strict one-to-one mapping, meaning that a source URL corresponds to a single destination URL.

When merging multiple ccTLDs (country-code Top Level Domains, like .fr, .de, .co.uk) into a single domain with language subdirectories (/fr/, /de/, /uk/), this logic falls apart. Each ccTLD potentially contained thousands of URLs, and consolidating them into a single subdirectory creates multiple matches that the tool cannot handle.

What exactly is one-to-one mapping?

One-to-one mapping means that every URL from the old site must point to only one URL on the new site, without duplication or grouping. For example: example.fr/page-a → example.com/fr/page-a works. But if example.fr and example.de redirect to example.com/fr/, the tool no longer understands.

This technical constraint arises because the tool must transfer ranking signals (PageRank, crawl history, authority) cleanly. When multiple domains converge to a single space, Google cannot automate this transfer without risking confusion or loss of signals. Thus, manual 301 redirects remain the preferred method as they allow for granular control over the flow of authority.

Are redirects really enough to manage this type of migration?

Yes, if they are correctly configured. 301 redirects pass most of the PageRank and ranking signals according to Google. The real challenge lies in planning the mapping URL by URL, especially when the content structures differ between ccTLDs.

A ccTLD may have organized its content differently (categories, taxonomies, URLs) than another. Without a rigorous and tested mapping file, there is a risk of chained redirects, loops, or worse, massive 404s. Google recommends redirects because they force the practitioner to document and validate each match before migration, reducing errors.

  • The address change tool only works for simple domain-to-domain migrations with strict one-to-one mapping.
  • Merging multiple ccTLDs into subdirectories creates multiple matches incompatible with this tool.
  • Manual 301 redirects remain the preferred method as they allow for granular control and custom mapping.
  • A rigorous URL mapping file is essential to avoid traffic loss and authority dilution.
  • Google transfers ranking signals through 301 redirects, but monitoring the transfer in Search Console remains crucial for 6 to 12 months post-migration.

SEO Expert opinion

Is this recommendation truly applicable in all cases of merging?

Let's be honest: Mueller's statement is technically correct but practically incomplete. Yes, the address change tool does not handle multi-domain mergers. But simply saying "use redirects" overlooks the real complexity of these migrations.

In practice, merging multiple ccTLDs requires much more than redirects. It necessitates managing hreflang tags (which become critical for signaling new language matches), reviewing information architecture, anticipating cannibalization between similar content from different countries, and monitoring the transfer of authority domain by domain. [To be verified]: Google has never published data on the success rate of these migrations or the proportion of authority actually transferred.

What risks does this approach fail to mention?

The statement glosses over the risks of authority dilution when multiple referring domains merge. Each ccTLD likely developed its own backlink profile and geographic authority. Consolidating all of this into a single domain does not guarantee a simple addition of authorities.

Second point: the transfer timeline. Google claims that 301 redirects pass PageRank, but the consolidation time varies greatly according to field observations. Some sites regain visibility in 3-4 months, while others stagnate for a year. Mueller does not give any indication of the factors influencing this timing or how to accelerate it. Practitioners must therefore navigate uncertainly.

In which cases does this rule not apply or become counterproductive?

If the ccTLDs have very uneven performance (one strong domain, three weak domains), it may be counterproductive to merge blindly. Migrating a weak ccTLD to the main domain can introduce low-quality content and dilute overall authority. In this case, it may sometimes be better to abandon certain ccTLDs rather than merge everything.

Another edge case: ccTLDs with toxic backlink profiles or historical manual penalties. Merging these domains without prior auditing can transfer negative signals to the main domain. Google never specifies whether redirects also transfer penalties, but observations show that it can sometimes be the case. So caution is warranted.

Warning: Before any ccTLD mergers, audit the quality of backlinks and history of penalties for each source domain. A poorly prepared merger can degrade the ranking of the main domain rather than improve it.

Practical impact and recommendations

How do you concretely plan a multi-ccTLD migration to subdirectories?

First step: create a comprehensive mapping file listing every URL from each ccTLD and its exact destination in the new structure. This file must be manually validated to avoid mapping errors. Use tools like Screaming Frog or Oncrawl to crawl each ccTLD and export the URLs.

Second step: implement 301 redirects on the server side (Apache, Nginx, or via CDN). JavaScript or meta refresh redirects do not reliably pass ranking signals. Configure redirects by geographic block (all .fr URLs to /fr/, all .de URLs to /de/) while managing exceptions page by page if necessary.

What errors should you absolutely avoid during the migration?

A classic mistake: launching the migration without configuring hreflang tags on the new domain. Google needs to understand that /fr/ replaces .fr for French-speaking users. Without hreflang, Google may continue to index the old ccTLDs or create geographic confusion.

Another pitfall: not monitoring the crawl budget post-migration. When Google recrawls the old ccTLDs, follows the redirects, and discovers the new structure, it consumes a tremendous budget. If your server slows down or Google crawls too slowly, the transfer of authority can take months. Check server logs and adjust the crawl speed in Search Console if needed.

How do you verify that the migration is proceeding correctly?

Monitor daily in Search Console the number of indexed URLs for each old ccTLD (which should decrease) and for the new domain (which should increase). Use coverage reports to detect 404 errors or chained redirects that break the transfer.

Also monitor organic traffic performance by country in Google Analytics or Search Console. If a specific country loses traffic disproportionately, it signals that the hreflang or redirects for that segment have an issue. React immediately rather than waiting for Google to "figure it out on its own".

  • Create a comprehensive URL mapping file validated manually before any redirects
  • Implement server-side 301 redirects (Apache/Nginx), never via JavaScript or meta refresh
  • Configure hreflang tags on the new domain before migration to avoid geographic confusion
  • Monitor crawl budget and server logs to detect slowdowns post-migration
  • Check Search Console daily: indexed URLs, 404 errors, chained redirects
  • Analyze organic traffic performance by country to detect abnormal losses in specific segments
Multi-ccTLD migrations to subdirectories are among the riskiest SEO operations: incorrect mapping can destroy years of geographic authority. Careful planning and post-migration monitoring should span over 6 to 12 months. Given the technical complexity and business stakes, enlisting a specialized SEO agency for international migrations can help avoid costly mistakes and secure the transfer of authority.

❓ Frequently Asked Questions

Peut-on utiliser l'outil de changement d'adresse pour migrer un seul ccTLD vers un sous-répertoire ?
Oui, si c'est une migration simple un-à-un (exemple.fr vers exemple.com/fr/) avec mappage strict. L'outil fonctionne dans ce cas car il n'y a qu'un seul domaine source et un seul domaine destination.
Les redirections 301 transmettent-elles 100% du PageRank selon Google ?
Google affirme que les redirections 301 transmettent l'essentiel du PageRank, mais n'a jamais publié de chiffre précis. Les observations terrain montrent une transmission élevée mais rarement totale, surtout sur des migrations complexes.
Combien de temps faut-il maintenir les redirections après une fusion de ccTLDs ?
Google recommande de maintenir les redirections indéfiniment. En pratique, 12 à 24 mois minimum pour sécuriser le transfert complet d'autorité et laisser Google recrawler tous les backlinks pointant vers les anciens ccTLDs.
Faut-il garder les anciens ccTLDs actifs dans Search Console après la migration ?
Oui, absolument. Surveiller les anciens ccTLDs dans Search Console permet de détecter les erreurs de crawl, les URLs non redirigées, et de mesurer la décroissance progressive de l'indexation des anciens domaines.
Les redirections vers sous-répertoires risquent-elles de créer de la cannibalisation entre contenus similaires ?
Oui, si plusieurs ccTLDs avaient des contenus quasi-identiques pour différents pays. Après fusion, ces contenus peuvent entrer en compétition. Utilise hreflang pour signaler les variantes géographiques et éviter que Google ne les considère comme du contenu dupliqué.
🏷 Related Topics
Domain Age & History Domain Name Redirects International SEO

🎥 From the same video 6

Other SEO insights extracted from this same Google Search Central video · duration 1h00 · published on 09/01/2018

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.