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

For mobile sites, it is recommended to use 'rel canonical' to point to the desktop version. Google uses the desktop version for indexing and ranking, while also displaying the mobile URL for smartphone users.
19:58
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h04 💬 EN 📅 09/05/2014 ✂ 25 statements
Watch on YouTube (19:58) →
Other statements from this video 24
  1. 3:13 404 ou 410 : quelle erreur HTTP choisir pour accélérer la désindexation d'une URL ?
  2. 5:13 Google supporte-t-il vraiment la directive crawl-delay dans robots.txt ?
  3. 5:17 Pourquoi Google ignore-t-il la directive crawl-delay dans robots.txt ?
  4. 7:52 Comment écrire rel=nofollow sans risquer d'être ignoré par Google ?
  5. 8:54 Comment Google gère-t-il vraiment l'indexation des URLs avec paramètres ?
  6. 9:12 La balise canonique évite-t-elle vraiment l'indexation des URLs à paramètres ?
  7. 11:44 Le texte incrusté dans les images est-il invisible pour Google ?
  8. 11:57 Pourquoi Google peine-t-il à lire le texte intégré dans vos images ?
  9. 15:17 Le fichier disavow agit-il vraiment au moment du crawl ou plus tard ?
  10. 15:17 Le cache Google révèle-t-il vraiment l'impact de vos backlinks désavoués ?
  11. 18:17 Google privilégie-t-il vraiment le desktop pour le classement des sites responsive ?
  12. 20:25 Faut-il vraiment utiliser 'noindex' pour économiser des ressources de crawl ?
  13. 22:14 La pagination affecte-t-elle vraiment l'indexation de vos pages ?
  14. 24:02 Pourquoi vos rich snippets disparaissent-ils du jour au lendemain ?
  15. 24:17 Pourquoi Google refuse-t-il d'afficher vos rich snippets malgré un balisage Schema.org impeccable ?
  16. 28:09 Les communiqués de presse tuent-ils votre stratégie de backlinks ?
  17. 33:26 Faut-il vraiment noindexer toutes les pages de coupons sans offres actives ?
  18. 36:08 Le texte ALT des images influence-t-il vraiment l'indexation et le classement dans Google ?
  19. 37:21 Reformuler des articles de news suffit-il encore pour ranker sur Google ?
  20. 40:58 Faut-il vraiment attendre la prochaine mise à jour Penguin pour sortir d'une pénalité ?
  21. 49:00 Comment Google détecte-t-il qu'une requête nécessite l'affichage de Maps dans les résultats ?
  22. 52:29 Le désaveu de liens protège-t-il vraiment contre le netlinking négatif ?
  23. 56:37 Les mots-clés dans les URLs influencent-ils vraiment le classement Google ?
  24. 62:16 Un site avec quelques pages uniques mais beaucoup de contenu dupliqué risque-t-il une pénalité globale ?
📅
Official statement from (12 years ago)
TL;DR

Google recommends using rel=canonical from the mobile version to the desktop version for indexing. The desktop version serves as the reference for ranking, but the mobile URL can be displayed to smartphone users. This directive seems to contradict the logic of mobile-first indexing and deserves clarification to avoid costly configuration errors that can harm organic visibility.

What you need to understand

Why does Google recommend canonizing mobile to desktop?

John Mueller's recommendation stems from a technical principle: the desktop version remains the reference for indexing in certain specific contexts. When a site maintains two separate URLs (m.example.com and www.example.com), Google must choose which version to index as the primary one.

By configuring rel=canonical from mobile to desktop, you explicitly inform Google that the desktop version is the canonical source. The search engine then consolidates all ranking signals (links, metrics) to this single URL. Mobile users see the mobile URL in the results, but it is the desktop version that accumulates authority.

Does this directive still apply with mobile-first indexing?

This is where it becomes tricky. Mobile-first indexing changes the game: Google crawls and indexes primarily the mobile version of your site. Mueller's recommendation concerns sites with separate URLs, a configuration that Google has been discouraging for years.

If you have a responsive site (one URL for both mobile and desktop), this directive simply does not apply to you. The rel=canonical makes no sense when there is only one URL. The confusion arises because many sites still maintain separate mobile URLs, often for legacy reasons or specific technical issues.

What is the difference between the indexed URL and the displayed URL?

Google can index one URL (desktop) while displaying another (mobile) in the SERPs depending on the user's device. This is a mechanism of URL substitution based on context. You won't see it in Search Console, but it's active on the user side.

Specifically: your desktop version accumulates the PageRank, backlinks are consolidated towards it, but a mobile user sees m.example.com/page in their results. Google automatically applies this logic when it detects the canonical tag and a correct mobile alternate annotation.

  • Sites with separate URLs: rel=canonical mobile→desktop remains Google's recommended configuration to avoid duplication
  • Responsive sites: no action needed, a single URL = no canonical issues
  • Mobile-first indexing: the mobile version is crawled first, but the canonical can point to desktop if distinct URLs exist
  • Signal consolidation: all ranking metrics accumulate on the canonical URL (desktop), not on the mobile variant
  • SERP display: Google may display the mobile URL to smartphone users even if the desktop is indexed

SEO Expert opinion

Is this recommendation consistent with real-world observations?

Let's be honest: this directive from Mueller dates back to a time when separate mobile URLs were still common. Nowadays, the majority of professional sites are responsive. Maintaining two separate URLs has become an anti-pattern that Google actively discourages.

In practice, sites with m.example.com that properly apply this canonical mobile→desktop usually do not encounter major issues. However, maintenance complexity is real: cross alternate/canonical annotations, risk of loops, frequent configuration errors. SEO audits regularly reveal sites where this mechanism is broken, creating unintended duplication.

In what cases does this rule not apply?

If you have a responsive site (99% of cases today), forget this whole canonical mobile→desktop story. It simply does not apply to you. A single URL = no canonical to manage for mobile.

Furthermore, if you have separate URLs but the mobile version is richer or different in content, pointing to desktop via canonical can dilute relevance. Google will index the desktop, but if your mobile strategy is independent, you lose this granularity. [To be verified]: Google does not publish any data on the real impact of this configuration on mobile ranking in edge cases such as progressive web apps or mobile-only experiences.

What nuances should be added to this directive?

Mueller does not clarify how this recommendation aligns with the widespread mobile-first indexing. If Google crawls primarily the mobile version, but the mobile points in canonical to desktop, which version does it actually evaluate for ranking? The official documentation remains unclear.

In practice, Google appears to use the mobile content for initial indexing, then consolidate signals towards the canonical desktop URL. But no official case studies confirm this with supporting data. Inconsistencies are also noted: sites where Search Console indicates mobile-first is active, but ranking fluctuations suggest that Google still partially evaluates the desktop.

Attention: If you maintain separate mobile URLs, ensure that your alternate and canonical annotations are perfectly symmetrical. An error in this configuration can lead to partial de-indexation or URL cannibalization. Google does not always alert you in Search Console.

Practical impact and recommendations

What should I do if I have separate mobile URLs?

First step: audit your current configuration. Verify that each mobile page (m.example.com/page) contains a <link rel="canonical" href="https://www.example.com/page" /> pointing to the desktop version. Simultaneously, the desktop version should contain <link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.example.com/page" />.

Next, test with the URL Inspection tool in Search Console. Request indexing of a mobile page, then check that Google correctly identifies the canonical desktop. If Google ignores the canonical, it is often a consistency issue between mobile and desktop (content too divergent, intermediate redirects).

What errors should be avoided in this configuration?

The classic mistake: canonical loops. Mobile points to desktop, but desktop also points to another URL (www vs non-www, HTTP vs HTTPS). Google then abandons resolution and indexes what it wants, often duplicating.

Another common trap: canonical mobile→desktop, but mobile content is limited. If your mobile version hides entire sections (unexpanded accordions, content hidden in CSS), Google crawls the sparse mobile, indexes the desktop, and may consider there is inconsistency. Result: loss of ranking on certain queries.

How to migrate to a responsive site if I still have separate URLs?

If you are maintaining m.example.com only for legacy reasons, migration to responsive is the true solution. Plan a 301 migration of all the mobile URLs to their desktop equivalents, then implement a responsive design. Google follows the 301s, consolidates signals, and you eliminate all maintenance complexity.

During migration, monitor Search Console closely. 404 errors on old mobile URLs, unresolved canonicals, and crawl drops are frequent. Prepare a rollback plan if mobile traffic drops by more than 15% within 48 hours of deployment.

  • Audit all mobile pages: presence and correct target of rel=canonical pointing to desktop
  • Check for symmetry in annotations: desktop must contain rel=alternate pointing to mobile
  • Test with Search Console Inspection: Google must identify the canonical desktop on mobile pages
  • Eliminate canonical loops: one final canonical URL, no chain of redirects
  • Ensure parity of mobile/desktop content: no important sections hidden on mobile
  • Plan a responsive migration if possible: eliminating separate URLs remains the best long-term option
The mobile→desktop canonical configuration works, but it is complex and prone to errors. If you do not have any major technical constraints, migrating to a responsive site removes this headache. For sites that need to maintain separate URLs (business applications, significant legacy constraints), this mechanism demands absolute rigor in annotations and ongoing monitoring. These technical optimizations and migrations can be tricky to orchestrate without deep expertise: hiring a specialized SEO agency can help you avoid costly mistakes and ensure a smooth transition without traffic loss.

❓ Frequently Asked Questions

Dois-je utiliser rel=canonical si mon site est responsive ?
Non. Un site responsive utilise une seule URL pour mobile et desktop, donc aucune canonical mobile→desktop n'est nécessaire. Cette directive ne concerne que les sites avec URL mobiles séparées (m.example.com).
Que se passe-t-il si j'inverse la canonical (desktop vers mobile) ?
Google indexera alors la version mobile comme canonique, ce qui peut poser problème si elle contient moins de contenu ou des éléments masqués. La recommandation officielle est mobile→desktop pour consolider les signaux sur la version la plus complète.
Comment Google choisit-il quelle URL afficher dans les SERP ?
Google affiche l'URL mobile (m.example.com) aux utilisateurs smartphones et l'URL desktop aux utilisateurs ordinateur, même si l'URL canonique indexée est la version desktop. C'est une substitution automatique basée sur le device.
Cette configuration est-elle compatible avec le mobile-first indexing ?
Oui, mais avec nuances. Google crawle la version mobile en priorité, mais consolide les signaux vers l'URL desktop si canonical mobile→desktop est présente. La documentation officielle reste floue sur les détails d'évaluation du ranking.
Puis-je avoir des contenus différents entre mobile et desktop avec cette config ?
Google le tolère, mais c'est risqué. Si la version mobile est trop appauvrie ou divergente, Google peut considérer qu'il y a incohérence et pénaliser le ranking. Visez une parité de contenu maximale entre les deux versions.
🏷 Related Topics
Crawl & Indexing Mobile SEO Domain Name Local Search

🎥 From the same video 24

Other SEO insights extracted from this same Google Search Central video · duration 1h04 · published on 09/05/2014

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