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

Keep standard links between mobile and desktop versions, even with mobile-first indexing. Do not modify existing canonical or alternate tags.
45:32
🎥 Source video

Extracted from a Google Search Central video

⏱ 59:32 💬 EN 📅 18/10/2019 ✂ 16 statements
Watch on YouTube (45:32) →
Other statements from this video 15
  1. 3:10 Changer de ciblage géographique peut-il vraiment faire chuter vos positions SEO ?
  2. 6:20 Les featured snippets peuvent-ils vraiment échapper à toute influence manuelle ?
  3. 11:00 Faut-il vraiment une URL distincte par langue ou les paramètres suffisent-ils ?
  4. 12:00 Faut-il encore utiliser des URLs mobiles séparées (m-dot) pour son site ?
  5. 13:18 Le responsive web design est-il vraiment indispensable pour un bon référencement Google ?
  6. 14:10 Google peut-il vraiment canonicaliser une page en no-index ?
  7. 15:12 Faut-il soumettre l'URL mobile ou desktop via l'API d'indexation ?
  8. 23:20 Le contenu généré par vos utilisateurs peut-il ruiner votre SEO ?
  9. 27:40 Le cache Google reflète-t-il vraiment ce que Googlebot indexe de votre JavaScript ?
  10. 28:40 Le mode sombre de votre site peut-il impacter votre référencement naturel ?
  11. 33:56 Faut-il vraiment exclure les sitemaps XML avec un no-index HTTP ?
  12. 40:00 Comment isoler le contenu adulte pour que SafeSearch fonctionne correctement ?
  13. 44:25 Pourquoi Google crawle-t-il moins souvent les pages no-index et comment éviter leur déclassement ?
  14. 46:23 Les erreurs serveur détruisent-elles vraiment votre crawl budget ?
  15. 53:30 Les rich snippets trop promotionnels peuvent-ils nuire à votre classement Google ?
📅
Official statement from (6 years ago)
TL;DR

Google asserts that standard links (canonical and alternate) should be maintained between desktop and mobile versions, even after the transition to mobile-first. This guidance is surprising as it appears to contradict the logic of indexing that favors the mobile version. In practice, this means that your historical markup remains relevant and removing it could create issues for crawlers in interpretation.

What you need to understand

Why does Google insist on maintaining existing tags?

The mobile-first indexing has created confusion among many SEO practitioners. Some thought that by switching to this mode, the historical tags linking desktop and mobile versions lost their utility.

However, Google continues to crawl both versions in most cases. The canonical and alternate annotations still serve to clarify the relationship between these versions, even if indexing prioritizes mobile. Removing these tags would confuse Googlebot.

What does this mean in practice for a site with a separate configuration?

A site with distinct URLs for desktop (www.example.com) and mobile (m.example.com) relies on a cross-signaling system: the desktop page points to its mobile equivalent via rel="alternate", and the mobile page refers back to the desktop via rel="canonical".

With mobile-first, Googlebot primarily crawls m.example.com. But it still needs to understand that this mobile version is not an isolated page — that it indeed corresponds to www.example.com. Without these tags, there is a risk of duplication or loss of signal.

Does this statement also apply to responsive sites?

No. A responsive site only has one URL per content, so there is no need for alternate or canonical tags between desktop/mobile versions. This guideline from Mueller applies only to separate configurations (m.example.com) or sites using dynamic serving with content variations based on the user-agent.

If your site is responsive, you are not affected by this statement. You can ignore this debate and focus on other aspects of mobile-first.

  • Separate configuration (distinct URLs): absolutely maintain canonical and alternate tags
  • Dynamic serving (same URL, different content): the Vary: User-Agent directive remains essential
  • Responsive: no action required, one HTML for all devices
  • Switching to mobile-first does not change the necessity for these technical annotations
  • Removing these tags may lead to indexing errors or duplication

SEO Expert opinion

Is this guideline consistent with real-world observations?

Overall, yes. We are indeed seeing indexing issues on sites that have removed their canonical/alternate tags thinking they were doing the right thing after transitioning to mobile-first. Google continued to crawl both versions and found itself lost without these signals.

What is less clear is why Google maintains such a systematic double crawl. If indexing is truly mobile-first, why this persistent reliance on desktop annotations? [To be verified] to what extent Googlebot continues to actively crawl the desktop versions of separate sites — official data is lacking.

What nuances should be added to this rule?

Mueller's statement is correct, but it obscures a reality: having separate URLs for mobile and desktop is an inherited architecture, technically heavy and prone to recurring errors. If you are still in that situation, the real question is not 'should I keep my tags?', it's 'when will I switch to responsive?'

Maintaining two synchronized versions, with impeccable cross-markup, is an operational nightmare. Configuration errors are common: canonical pointing to the wrong page, missing alternate, non-equivalent content between versions. All this creates noise and dilutes the SEO signal.

In what cases might this directive not apply?

If you have a site with an extremely simplified mobile version, almost a subset of content compared to desktop, it may be tempting to canonicalize mobile to itself and abandon the desktop version as the reference. However, Google might view this as reverse cloaking.

Another edge case: sites that have migrated to responsive but keep m.example.com as a permanent 301 redirect. Here, the alternate/canonical tags indeed become obsolete once the redirect is in place. But be cautious not to remove the tags before the migration is completed and stable in the index.

Alert: Do not touch your canonical/alternate markup without having verified in Search Console that Google is crawling and indexing both versions correctly. An early removal could lead to a sharp drop in visibility.

Practical impact and recommendations

What should you do concretely on a site with a separate configuration?

First, check the integrity of your existing tags. Every desktop page should have a rel="alternate" pointing to its mobile equivalent, and every mobile page should have a rel="canonical" pointing to the desktop. No exceptions, no orphan pages.

Next, ensure the content consistency between both versions. If the mobile page displays significantly different or slimmed-down content compared to the desktop, Google may ignore your tags and index both versions separately, creating cannibalization.

What mistakes should be absolutely avoided?

Never remove canonical/alternate tags thinking that mobile-first renders them useless. This is the most common mistake since the deployment of mobile-first. Google continues to rely on these signals to consolidate the indexing of both versions.

Another trap: creating chains of redirects or loops between mobile and desktop. If m.example.com redirects to www.example.com, which redirects back to m.example.com based on the user-agent, you are creating a labyrinth for Googlebot. Ensure your redirects are clear and unidirectional.

How can you verify that your configuration is compliant?

Use the URL inspection tool in Search Console. Test a desktop page and check that Google correctly detects the alternate mobile version. Then test the mobile page and confirm that the canonical points to the desktop.

Crawl your site with Screaming Frog or a similar tool in mobile user-agent mode, then in desktop mode. Compare the two exports to identify inconsistencies: pages without alternate, missing canonical, mismatched content. Correct methodically.

  • Verify that each desktop page has a rel="alternate" to its mobile version
  • Check that each mobile page has a rel="canonical" to the desktop
  • Compare the content of both versions to avoid significant discrepancies
  • Test URL inspection in Search Console on both versions
  • Crawl the site in mobile and desktop to detect inconsistencies
  • Never remove tags without prior validation in the index
If you are still operating an architecture with separate URLs for mobile and desktop, maintaining the canonical and alternate tags remains essential, even in mobile-first. These annotations allow Google to consolidate the indexing of both versions and avoid duplication. That said, this configuration is technically heavy and prone to recurring errors. If your resources permit, consider migrating to responsive — it’s the only way to sustainably simplify your architecture. These technical projects can be complex to manage internally, especially on large sites. Engaging a specialized SEO agency can help you obtain a precise diagnosis and tailored support to secure the transition.

❓ Frequently Asked Questions

Dois-je supprimer les balises canonical et alternate après le passage au mobile-first ?
Non, au contraire. Google recommande explicitement de les conserver, car elles permettent de clarifier la relation entre les versions mobile et desktop, même si l'indexation privilégie le mobile.
Cette règle s'applique-t-elle aux sites responsive ?
Non. Les sites responsive n'ont qu'une seule URL par contenu, donc pas besoin de balises alternate ou canonical entre versions. Cette directive vise uniquement les configurations avec URLs séparées (m.exemple.com).
Que se passe-t-il si je retire ces balises par erreur ?
Google risque de ne plus comprendre la relation entre vos versions mobile et desktop, ce qui peut entraîner de la duplication dans l'index, une perte de signal SEO ou des erreurs d'indexation. Réintroduisez-les immédiatement si vous constatez des problèmes.
Comment vérifier que mes balises sont correctement configurées ?
Utilisez l'outil d'inspection d'URL dans la Search Console pour tester une page desktop et sa version mobile. Vérifiez que Google détecte bien le rel="alternate" et le rel="canonical" dans les deux sens. Crawlez aussi votre site en mobile et desktop pour comparer.
Vaut-il mieux migrer vers le responsive plutôt que maintenir deux versions ?
Oui, dans la plupart des cas. Une architecture responsive simplifie la gestion technique, élimine les risques d'incohérence et réduit la charge de crawl. Si vous en avez encore les moyens, c'est la meilleure option à long terme.
🏷 Related Topics
Crawl & Indexing Images & Videos Links & Backlinks Mobile SEO

🎥 From the same video 15

Other SEO insights extracted from this same Google Search Central video · duration 59 min · published on 18/10/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.