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

You can use the 'rel=canonical' attribute between different domains to indicate which version of the page you want to index. However, this may not always work perfectly and may still display other versions during specific searches.
7:51
🎥 Source video

Extracted from a Google Search Central video

⏱ 51:15 💬 EN 📅 11/11/2016 ✂ 10 statements
Watch on YouTube (7:51) →
Other statements from this video 9
  1. 1:09 Google PageSpeed Insights sait-il vraiment analyser les Single Page Apps ?
  2. 8:24 Le contenu masqué mobile pèse-t-il vraiment autant que le contenu visible en indexation mobile-first ?
  3. 10:29 Les interstitiels intrusifs pénalisent-ils vraiment tout votre site ?
  4. 14:36 Les mots-clés dans les URL ont-ils vraiment un impact sur le ranking Google ?
  5. 15:08 Faut-il regrouper son contenu sur une seule page ou le diviser en plusieurs URLs distinctes ?
  6. 17:12 Faut-il abandonner un domaine à l'historique complexe plutôt que de le nettoyer ?
  7. 19:21 Les certificats SSL premium offrent-ils un avantage SEO par rapport aux certificats gratuits ?
  8. 41:25 Faut-il dupliquer les balises hreflang sur mobile ET desktop avec l'indexation mobile-first ?
  9. 44:26 Faut-il automatiser les balises title et meta description depuis une base de données ?
📅
Official statement from (9 years ago)
TL;DR

Google allows using rel=canonical between different domains to signal which version to index. However, be cautious: this directive is a recommendation, not a strict command. In practice, Google may ignore your canonical and index a different version if it appears more relevant for certain queries. Control remains partial.

What you need to understand

What exactly is a cross-domain canonical tag?

The cross-domain canonical tag informs Google that a page hosted on domaine-a.com is a copy of a reference page on domaine-b.com. Unlike a 301 redirect that enforces a transfer, the canonical remains a mere technical recommendation.

Specifically, you place <link rel="canonical" href="https://domaine-b.com/original-page"> in the <head> of the duplicated page on domaine-a.com. Google understands that you want it to index the version from domaine-b.com, not the one from domaine-a.com.

Why does Google say it may not always work perfectly?

Mueller openly admits that Google may ignore your canonical directive in certain contexts. The engine does not apply this tag as a strict order but as a signal among others.

If Google detects that the page on domaine-a.com is more relevant for a specific query — better content freshness, geographical location, user context — it may choose to display that version despite your canonical. The engine reserves the right to decide solely.

When do we use a canonical between distinct domains?

The classic scenario: you syndicate content. A media outlet picks up your original article, or you publish the same content across multiple platforms. The cross-domain canonical avoids duplication and consolidates ranking signals on the primary version.

Another frequent use: multilingual or multi-regional sites with nearly identical content, or brands maintaining several domains for historical reasons but wanting to centralize indexing. The canonical then becomes a tool for consolidating pagerank and authority signals.

  • The cross-domain canonical is a recommendation, not an order: Google retains final control
  • It works best when both pages are truly identical or nearly identical
  • Google may display the non-canonical version if it seems more relevant for certain queries
  • Always prefer 301 redirects if you want a definitive and guaranteed transfer
  • The cross-domain canonical does not transfer 100% of pagerank, unlike a 301

SEO Expert opinion

Is this statement consistent with on-the-ground observations?

Yes, and that's precisely what is troubling. Mueller confirms what practitioners have noted for years: the canonical is unpredictable. On sites syndicating content, we regularly observe Google indexing the copy rather than the original, despite a correctly implemented canonical.

Mueller's "may not always work" is an understatement. In practice, the failure rate varies greatly depending on the semantic proximity of the two pages, the relative authority of the domains, and opaque factors that Google never details. [To be verified]: no public data quantifies the actual compliance rate of cross-domain canonicals.

When does the cross-domain canonical most often fail?

The first major failure case: when the source domain is more authoritative than the target domain. If domaine-a.com points via canonical to domaine-b.com, but domaine-a.com has a significantly better backlink profile, Google may ignore the directive and index domaine-a.com.

The second weak point: subtle content variations. If the page on domaine-a.com contains extra paragraphs, user comments, or a different layout, Google may determine that it's not truly a duplicate and index both versions based on search contexts.

What should you do when Google consistently ignores your canonical?

Let's be honest: your options are limited. You can check in Search Console that Google has discovered the canonical (under the "Coverage" tab), but if the engine decides to ignore it, you have no recourse.

The only real solution remains the 301 redirect if you want absolute control. The cross-domain canonical should only be used in cases where you technically can't redirect — content syndicated with a third party, editorial partnership, etc. Otherwise, you are using a unreliable tool.

Warning: Never rely on a cross-domain canonical to manage a domain migration or site merger. The 301 remains the only guaranteed method to transfer authority and enforce de-indexing of the old version.

Practical impact and recommendations

How to correctly implement a cross-domain canonical?

Place the tag in the <head> of the duplicated page: <link rel="canonical" href="https://target-domain.com/reference-page" />. The canonical URL must be absolute, never relative, and point to the exact version you want indexed.

Ensure the canonical page is accessible and indexable: no noindex, no 404, no redirect chain. If Google crawls the canonical and encounters an error, it ignores the directive. Also check that both pages are similar enough for Google to accept the duplication signal.

What mistakes should you absolutely avoid?

The first common mistake: pointing multiple different pages to the same canonical. If ten pages from domaine-a.com all point to the homepage of domaine-b.com, Google understands this as spam and ignores everything.

The second trap: using a cross-domain canonical to mask thin content or low-quality content. Google detects this pattern and may penalize both domains. The canonical is not a camouflage strategy, but a consolidation tool for legitimate syndicated content.

How to check if Google respects my canonical?

In Search Console, check the "Coverage" or "Pages" tab. Search for the URL of the duplicated page: if Google has correctly identified it as "Duplicated, canonical set by user", that’s a good sign. But this does not guarantee it will never index that version.

Also do a site:domaine-a.com "exact page title" in Google. If the page appears in results despite the canonical, it means Google has decided to index it anyway. Monitor regularly, especially in the weeks following implementation.

  • Implement the canonical tag in the <head> with an absolute URL
  • Check that the canonical target page is accessible, indexable, and without errors
  • Ensure that both pages are sufficiently similar (nearly identical content)
  • Check in Search Console that Google detects the canonical correctly
  • Regularly monitor actual indexing with targeted site: searches
  • Prefer a 301 if you need absolute control and guaranteed authority transfer
The cross-domain canonical remains a fragile tool. It works in straightforward syndication cases, but Google reserves the right to ignore it based on its own relevance criteria. For total control, always prefer a 301 redirect. If your architecture involves several domains with complex duplication issues, these optimizations can quickly become technical. It may be wise to consult a specialized SEO agency for a complete audit and personalized support that secures your indexing strategy.

❓ Frequently Asked Questions

La canonical cross-domain transfère-t-elle du pagerank comme une 301 ?
Non. La canonical cross-domain consolide les signaux d'indexation mais ne transfère pas la totalité du pagerank. Pour un transfert complet d'autorité, seule la redirection 301 est efficace.
Puis-je utiliser canonical cross-domain pour une migration de domaine ?
Non, c'est une très mauvaise idée. Google peut ignorer la canonical et continuer à indexer l'ancien domaine. Une migration nécessite des redirections 301 permanentes.
Que se passe-t-il si les deux pages ne sont pas parfaitement identiques ?
Google risque d'ignorer la canonical et de traiter les deux pages comme du contenu distinct. Plus les pages divergent, moins la canonical a de chances de fonctionner.
Comment savoir si Google a ignoré ma canonical cross-domain ?
Faites une recherche site: pour l'URL dupliquée. Si elle apparaît dans les résultats malgré la canonical, Google a décidé de l'indexer quand même. Vérifiez aussi la Search Console.
La canonical cross-domain fonctionne-t-elle entre sous-domaines d'un même domaine principal ?
Oui, mais Google traite les sous-domaines comme des entités distinctes. La canonical entre sous-domaines suit les mêmes règles qu'entre domaines totalement différents.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO JavaScript & Technical SEO Domain Name Local Search

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 51 min · published on 11/11/2016

🎥 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.