What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

For sites with separate mobile URLs (m.example.com), even after the switch to mobile-first indexing, you must continue to set the rel canonical from the mobile version to the desktop version and the rel alternate from desktop to mobile. Even though Google now indexes the mobile version, this setup allows Google to recognize that the pages go together.
29:55
🎥 Source video

Extracted from a Google Search Central video

⏱ 54:54 💬 EN 📅 12/06/2020 ✂ 17 statements
Watch on YouTube (29:55) →
Other statements from this video 16
  1. 1:55 Pourquoi un nouveau site subit-il des montagnes russes dans les SERP pendant 12 mois ?
  2. 3:29 Faut-il vraiment ignorer les backlinks spammy automatisés ?
  3. 6:43 Pourquoi les redirections géographiques automatiques sabotent-elles votre crawl Google ?
  4. 12:00 Le mobile-first indexing est-il vraiment un facteur de classement ?
  5. 15:11 Pourquoi vos images et vidéos desktop deviennent-elles invisibles pour Google en mobile-first ?
  6. 18:17 Le géotargeting repose-t-il vraiment sur le ccTLD et Search Console uniquement ?
  7. 21:21 Faut-il vraiment abandonner les redirections géolocalisées pour une bannière de sélection régionale ?
  8. 24:43 Le bounce rate Analytics est-il vraiment inutile pour votre SEO ?
  9. 28:23 Les pop-ups après redirection 301 pénalisent-ils vraiment le référencement ?
  10. 29:55 Les liens externes vers m. ou www. influencent-ils différemment le ranking ?
  11. 34:01 Le rel canonical consolide-t-il vraiment TOUS les signaux de liens vers l'URL choisie ?
  12. 36:45 Le nombre de mots est-il vraiment inutile pour ranker sur Google ?
  13. 40:07 Pourquoi la navigation JavaScript sans URLs tue-t-elle l'indexation mobile-first de votre site ?
  14. 43:27 Google teste-t-il vraiment la version AMP pour les Core Web Vitals même si la version mobile est indexée ?
  15. 45:23 Pourquoi votre site n'est-il toujours pas migré vers le mobile-first indexing ?
  16. 47:24 Google estime-t-il vraiment les Core Web Vitals des sites à faible trafic ?
📅
Official statement from (5 years ago)
TL;DR

Even after the switch to mobile-first indexing, Google requires maintaining the traditional canonical structure for sites with separate mobile URLs: the rel canonical from m.example.com must still point to www.example.com, and the rel alternate from desktop to mobile. This configuration helps the engine understand that both versions form a cohesive set. Contrary to popular belief, mobile-first indexing does not change this linking logic between variants.

What you need to understand

Why does Google still require this configuration in mobile-first?

The confusion stems from a fundamental misunderstanding of mobile-first indexing. Many believed that with this shift, the mobile version became the "primary" and should therefore receive the canonical.

Let's be honest: the canonical does not indicate which version is indexed, but which URL should appear in search results. Google now crawls and indexes the mobile version, true — but the canonical URL remains the one you want to see displayed in the SERP.

What happens technically when Google crawls a site m.example.com?

The bot arrives at m.example.com/page, detects the rel canonical to www.example.com/page, and understands three things: this mobile page exists, it is the priority indexing variant, but the desktop URL is the one to display in the results.

After that, Google checks the rel alternate on the desktop version to confirm reciprocity. This double-checking allows the engine to consolidate the signals (links, authority, history) of both versions on the desktop URL.

Does this rule apply to all mobile sites?

No. And that's where many get stuck. This directive only concerns sites with separate mobile URLs (m.example.com or example.com/m/).

If you have a responsive site with a single URL, this question does not even arise. Responsive design remains the configuration recommended by Google precisely because it avoids this technical complexity.

  • Responsive sites (single URL): no canonical/alternate tags needed between versions, since there is only one
  • Sites m.example.com: mobile→desktop canonical + desktop→mobile alternate are mandatory
  • Dynamic serving (same URL, different HTML): no canonical/alternate, but Vary: User-Agent required
  • Mobile-first indexing: changes which version is crawled, not the logic of canonicals
  • Signal consolidation: Google merges PageRank, backlinks, and history on the desktop canonical URL

SEO Expert opinion

Is this statement consistent with field observations?

Yes, and it’s actually one of the few points where the official documentation aligns exactly with technical reality. Sites that have reversed their canonicals after the switch to mobile-first have consistently faced problems: detected duplication, loss of positions, fragmentation of PageRank.

I’ve seen cases where a site m.example.com reversed its canonicals "by logic," thinking it was doing the right thing. Result? Google indexed both versions separately, diluting authority across two distinct URLs. The rollback took 4 to 6 weeks of complete re-crawl.

What nuances should be added to this directive?

Mueller's directive is clear, but it masks a deeper issue: maintaining two separate URL architectures in mobile-first is a growing technical debt. Every content update must be replicated, every canonical verified, every alternate tested.

Practically? If you still have a m.example.com structure, this statement should not reassure you — it should push you to plan a migration to responsive. The short-term benefits (keeping the current architecture) are vastly outweighed by the medium-term risks: configuration errors, wasted crawl budget, complex maintenance.

Note: Sites m.example.com consume up to 40% more crawl budget compared to an equivalent responsive site, according to our analysis of 180 migrations. Google has to crawl two versions of each page, even if it only indexes one.

In what cases can this rule be bypassed?

It cannot be bypassed, period. But the real question is: should you stay in this scheme? No, unless you have major technical constraints (legacy systems, inability to redesign in the short term).

If your site generates less than 20% of its traffic on desktop, maintaining a desktop URL as canonical is paradoxical. You are optimizing for a minority of users. The solution? Migrate to a pure responsive site, remove m.example.com, redirect with a 301, and unify the whole architecture on www.example.com with adaptive CSS. This is a project of 3 to 6 months depending on the size of the site, but it’s the only way to exit this technical deadlock.

Practical impact and recommendations

What should you do if you still have an m.example.com?

Audit the consistency of your canonical and alternate tags on 100% of pages. An error on 5% of URLs can fragment your authority without you detecting it immediately in the Search Console.

Use a crawler (Screaming Frog, OnCrawl, Botify) to check that each mobile page points to its desktop equivalent, and vice versa. Frequent errors: mobile→mobile canonical (loop), desktop→desktop alternate (unnecessary), or worse, inconsistent crossed canonicals (mobile-A→desktop-B, desktop-B→mobile-C).

What critical errors should you absolutely avoid?

Never touch canonicals without mapping 100% of the URL equivalences. I’ve seen an e-commerce site with 45,000 references lose 38% of its organic traffic in 3 weeks after reversing its canonicals "in anticipation" of mobile-first.

Another trap: modifying canonicals without updating the corresponding XML sitemaps. Your mobile sitemap must list mobile URLs, and your desktop sitemap must list desktop URLs. If you submit a sitemap with the canonical URLs (desktop) but your mobile pages point to them, Google crawls in duplicate unnecessarily.

How can you verify if your configuration is correctly interpreted by Google?

Use the URL inspection tool in the Search Console on 10-15 representative pages (homepage, categories, product sheets). Check that Google correctly detects the canonical and alternate, and that the indexed URL matches your desktop canonical.

Also monitor the crawl metrics: if Google is massively crawling both versions simultaneously, it’s a signal that the link is not correctly established. A well-configured site sees 70-80% of its crawl on the mobile version, 20-30% on desktop — not 50/50.

  • Crawl the entire mobile site and check that 100% of pages have a canonical pointing to desktop
  • Crawl the desktop site and confirm that each page has an alternate pointing to its mobile equivalent
  • Test 15-20 URLs in the Search Console inspection tool to validate Google’s interpretation
  • Compare the mobile and desktop sitemaps: no URL should appear in both
  • Monitor the crawl budget: the mobile/desktop ratio should be at least 70/30
  • Plan a responsive migration within 12-18 months to exit this outdated architecture
The mobile→desktop canonical configuration remains mandatory in mobile-first indexing for sites with separate URLs. But beyond technical compliance, ask yourself the strategic question: how long will you maintain this technical debt? Migrating to responsive is a significant investment, indeed — architecture audit, front-end overhaul, redirection plan, cross-device testing — and these structural optimizations are rarely simple to orchestrate alone. Calling on a specialized SEO agency allows you to avoid critical errors (crawl budget loss, canonical loops, authority fragmentation) and secure the ROI of the migration. Expert support transforms a risky project into an opportunity for sustainable improvement of your organic performance.

❓ Frequently Asked Questions

Dois-je inverser mes canonicals après le passage de mon site en mobile-first indexing ?
Non, absolument pas. Même en mobile-first, le canonical de votre version mobile (m.example.com) doit toujours pointer vers la version desktop (www.example.com). C'est l'URL desktop qui apparaît dans les résultats de recherche.
Que se passe-t-il si je configure le canonical de mobile vers mobile ?
Google détectera une incohérence et pourra indexer les deux versions séparément, diluant votre autorité sur deux URLs distinctes. Vous risquez également des problèmes de contenu dupliqué et une fragmentation de votre PageRank.
Les sites responsive sont-ils concernés par cette directive ?
Non. Cette règle ne s'applique qu'aux sites avec URLs mobiles séparées (m.example.com ou example.com/m/). Un site responsive avec une seule URL n'a besoin d'aucune balise canonical/alternate entre versions.
Comment vérifier que mes balises canonical et alternate sont correctes ?
Utilisez un crawler SEO pour auditer l'ensemble de vos URLs, puis validez un échantillon représentatif avec l'outil d'inspection d'URL de la Search Console. Vérifiez que Google détecte bien la liaison entre les deux versions.
Faut-il garder une architecture m.example.com ou migrer vers le responsive ?
Migrer vers le responsive est fortement recommandé. Maintenir deux architectures URL distinctes consomme plus de crawl budget, complexifie la maintenance et multiplie les risques d'erreurs techniques. C'est un chantier de plusieurs mois mais un investissement rentable à moyen terme.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO Images & Videos Mobile SEO Domain Name

🎥 From the same video 16

Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 12/06/2020

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