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

With mobile-first indexing, Google uses the mobile version as the canonical version for indexing. The rel='canonical' link should point to the desktop version to maintain the relationship between the desktop and mobile versions.
5:18
🎥 Source video

Extracted from a Google Search Central video

⏱ 52:23 💬 EN 📅 11/07/2019 ✂ 13 statements
Watch on YouTube (5:18) →
Other statements from this video 12
  1. 2:33 Les emojis dans les meta descriptions sont-ils un levier SEO ou un gadget inutile ?
  2. 11:35 Faut-il vraiment corriger toutes les erreurs 404 sur son site ?
  3. 15:01 Pourquoi les clics totaux dans la Search Console ne correspondent-ils jamais à la somme des clics par requête ?
  4. 15:04 Pourquoi vos rich snippets disparaissent sans affecter votre confiance de domaine ?
  5. 16:58 Les échanges de liens systématiques sont-ils vraiment détectés par les algorithmes de Google ?
  6. 22:12 Peut-on indexer des pages vides si elles apportent de la valeur utilisateur ?
  7. 24:10 Faut-il vraiment éviter de réutiliser une URL pour mettre à jour un article Google News ?
  8. 28:46 Pourquoi Google tarde-t-il autant à reconnaître une balise canonical corrigée ?
  9. 29:51 Google crawle-t-il vraiment certaines URLs seulement tous les six mois ?
  10. 31:40 Votre sitemap peut-il vraiment tuer votre crawl budget ?
  11. 39:47 Faut-il vraiment privilégier le code 410 au 404 pour accélérer le désindexation ?
  12. 41:14 Google Search Console utilise-t-il une version obsolète de Chrome pour le rendu ?
📅
Official statement from (6 years ago)
TL;DR

Google indexes the mobile version as the canonical version, but Mueller recommends maintaining a rel=canonical to the desktop version to preserve the relationship between versions. Practically, this means linking to a desktop URL even though the mobile version is the one that counts for indexing. This counterintuitive guideline deserves to be unpacked, as it directly impacts how you configure your canonical tags on responsive or adaptive sites.

What you need to understand

Why does Google index mobile but request a canonical link to desktop?

Since the shift to mobile-first indexing, the bot primarily crawls and evaluates the mobile version of your pages. This version determines ranking, content signals, semantic structure—essentially, everything that matters for positioning.

However, Mueller points out that you should still configure the rel=canonical link to the desktop version. Why? Because Google needs to understand the relationship between the two versions and identify which URL to display in the SERPs based on user context. The canonical no longer necessarily points to the "true" indexed version, but rather the reference version to present.

What changes compared to the desktop-first era?

Before mobile-first, the canonical served to consolidate signals to the main version—generally desktop. We pointed mobile to desktop to avoid duplication and concentrate authority on a single URL.

Today, the indexing is reversed: the mobile is the source of truth, but the canonical remains directed to the desktop to maintain display consistency. It may seem contradictory, but it aligns with Google's logic: index what matters (mobile), display what is canonical (desktop in appropriate contexts).

Does this recommendation apply to all types of sites?

No. If you have a responsive site with a single URL for both mobile and desktop, this directive does not directly apply to you: there is only one URL, so there is no question of inter-version canonical issues.

However, if you have two distinct versions—typically a subdomain m.example.com or a directory /mobile/—then you are in the thick of it. You need to maintain the canonical from mobile to desktop so that Google knows which URL to prioritize in search results based on the user's device.

  • Mobile-first indexing = Google uses the mobile version to evaluate and rank content
  • Canonical to desktop = Google displays the desktop URL in desktop SERPs, mobile in mobile SERPs, but indexes the mobile
  • Responsive sites = no inter-version canonical needed, one URL per page
  • Sites with separate versions = maintain the rel=canonical mobile → desktop and alternate desktop → mobile
  • Risk = if misconfigured, Google may index the wrong version or display inconsistent URLs based on the device

SEO Expert opinion

Is this directive consistent with real-world observations?

Yes and no. In practice, most modern sites use a responsive design, which renders this question irrelevant for them. Google indexes a single URL, period. No canonical dilemma.

But for the rare sites still using dual versions (m.example.com vs www.example.com), this guideline remains valid. The problem? Mueller does not specify what happens if you do the opposite—point the canonical from desktop to mobile. [To be verified]: does this break indexing? Probably not, but it could create confusion in URL display in SERPs.

What nuances should be added to this recommendation?

First point: the mention of "canonical version for indexing" in Mueller's statement is awkward. The canonical does not designate the indexed version, but the reference version for display. The mobile is what gets indexed, but the desktop remains the canonical URL to present.

Second nuance: if your mobile site is significantly different from the desktop (truncated content, missing features), Google may penalize you in mobile-first. The canonical will not save you—it's the mobile content that will matter. Let's be honest: if your mobile experience is poor, you're in trouble.

In what cases does this rule not apply?

If you have a responsive site, you can ignore this directive. One URL = no inter-version canonical to manage. This is the case for 90% of sites in 2020 and beyond.

If you have an exclusively mobile site (no desktop version), obviously, there is no canonical to point elsewhere. And if you have a mobile app indexed through App Indexing, that's another topic—the canonical only applies to classic web URLs.

Warning: if you are migrating from a dual version setup (m. + www.) to responsive, make sure you remove all old canonicals and alternates. Leaving these tags behind can create conflicting signals and slow down the consolidation of indexing.

Practical impact and recommendations

What practical steps should be taken on a site with separate versions?

If you still have a distinct m.example.com from www.example.com, configure the rel=canonical on each mobile page to point to the corresponding desktop equivalent. Additionally, add a rel=alternate on each desktop page to indicate the corresponding mobile version.

Ensure that both versions display the same main content—titles, paragraphs, media, structured data. Google indexes the mobile, so if the mobile version is lacking, your ranking will suffer. The canonical does not compensate for deficient mobile content.

What mistakes should be absolutely avoided?

Never point the mobile canonical to a different desktop page— for example, mobile:/product/A to desktop:/category/. This breaks the matching logic and Google may completely ignore you.

Also, avoid leaving the mobile version without a canonical at all, thinking that "mobile-first" means "mobile independent." No. Google needs the explicit relationship between versions to manage SERP display based on the device. And above all, do not duplicate content between mobile and desktop without canonical/alternate tags: this opens the door to pure duplication.

How can you verify that your configuration is correct?

Use the Search Console to inspect a mobile URL and check that Google recognizes it as indexed in mobile-first. Look at the "User-declared canonical" section: it should point to desktop if you have two distinct versions.

Crawl your site with Screaming Frog or Oncrawl in mobile + desktop mode and extract the canonical and alternate tags. Check for consistency: each mobile should canonicalize to its desktop equivalent, and each desktop should have an alternate to its mobile version. Any asymmetry is a red flag.

  • Configure rel=canonical on mobile → desktop for each pair of equivalent pages
  • Add rel=alternate on desktop → mobile with the attribute media="only screen and (max-width: 640px)"
  • Verify that mobile content is as complete as desktop (text, images, structured data)
  • Inspect URLs in Search Console to confirm that Google is indeed indexing the mobile version
  • Crawl the site in mobile and desktop mode to audit the consistency of canonical/alternate tags
  • Remove any residual canonical or alternate if you are migrating to a single responsive design
In summary: if you have two distinct versions, maintain the canonical mobile → desktop and the alternate desktop → mobile. If you're using a responsive design, ignore all of this. And in all cases, make sure your mobile version is as rich as the desktop—it's the one that determines your ranking. These configurations can quickly become labyrinthine on complex sites with multiple subdomains or language versions. If you have any doubts about the coherence of your canonical tags, consulting a specialized SEO agency can help you avoid costly visibility errors.

❓ Frequently Asked Questions

Si mon site est responsive avec une seule URL, dois-je configurer un canonical ?
Non. Le canonical n'est nécessaire que si vous avez deux versions distinctes (m.example.com vs www.example.com). Avec un responsive, une URL unique suffit — pas de canonical inter-versions à gérer.
Que se passe-t-il si je pointe le canonical du desktop vers le mobile au lieu de l'inverse ?
Google risque de se mélanger les pinceaux dans l'affichage des URLs en SERP. La recommandation officielle est mobile → desktop pour maintenir le desktop comme URL de référence à présenter, même si c'est le mobile qui est indexé.
Le canonical mobile → desktop affecte-t-il le ranking de ma page ?
Non. Le ranking est déterminé par le contenu de la version mobile indexée. Le canonical sert uniquement à indiquer quelle URL afficher dans les résultats de recherche selon le device de l'utilisateur.
Comment vérifier que Google indexe bien ma version mobile et pas la desktop ?
Utilisez l'outil Inspection d'URL dans la Search Console. Il indique quelle version (mobile ou desktop) Googlebot a crawlée et indexée. Si c'est le mobile, vous êtes en mobile-first indexing.
Puis-je avoir un contenu mobile différent du desktop sans risque de pénalité ?
Attention : Google indexe le mobile, donc si votre version mobile est pauvre ou tronquée, votre ranking en pâtira. Le contenu mobile doit être aussi complet que le desktop — textes, médias, données structurées. Ne sacrifiez rien de substantiel sur mobile.
🏷 Related Topics
Crawl & Indexing AI & SEO Links & Backlinks Mobile SEO Domain Name

🎥 From the same video 12

Other SEO insights extracted from this same Google Search Central video · duration 52 min · published on 11/07/2019

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