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 a site with separate mobile and desktop URLs, it is enough to include only one version in the sitemap if the bidirectional annotations are present in the HTML code. There is no need to include both if the annotation is correct.
55:56
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h07 💬 EN 📅 28/01/2021 ✂ 28 statements
Watch on YouTube (55:56) →
Other statements from this video 27
  1. 13:31 Can your slow pages drag down the rankings of your entire site?
  2. 13:33 Do Core Web Vitals really affect your entire site or just your slow pages?
  3. 13:33 Can you really block the collection of Core Web Vitals using robots.txt or noindex?
  4. 14:54 Why does CrUX collect your Core Web Vitals even if you block Googlebot?
  5. 15:50 Does Google really underplay the true importance of Page Experience in rankings?
  6. 16:36 Is Page Experience really just a secondary ranking signal?
  7. 17:28 Does LCP truly measure the speed perceived by the user?
  8. 19:57 Do Core Web Vitals really measure continuously throughout the user session?
  9. 20:04 Do Core Web Vitals really change after the initial page load?
  10. 21:22 How does Google estimate your Core Web Vitals when CrUX data is lacking?
  11. 22:22 How does Google estimate a page's Core Web Vitals without sufficient CrUX data?
  12. 27:07 How does Google now assign AMP cache's CrUX data to the origin?
  13. 29:47 Is AMP still necessary to rank in Top Stories on mobile?
  14. 32:31 How can you leverage server logs to uncover 4xx errors in Search Console?
  15. 34:34 Why do new sites experience extreme volatility in indexing and ranking?
  16. 34:34 Should you really analyze server logs to diagnose 4xx errors in Search Console?
  17. 34:34 Why does your new site fluctuate like a yo-yo in the SERPs?
  18. 40:03 Should you really report copied content from your site using Google's spam form?
  19. 40:20 How can you effectively report copied content spam to Google?
  20. 43:43 Are your franchise pages considered doorway pages by Google?
  21. 45:46 Is duplicate content really harmless to your SEO?
  22. 45:46 Is it true that duplicate content won't penalize your SEO?
  23. 45:46 Are your franchise pages seen as doorway pages by Google?
  24. 51:52 Does the http:// or https:// namespace in an XML sitemap really affect crawlability?
  25. 52:00 Does using HTTPS for your XML sitemap namespace hurt your SEO ranking?
  26. 56:00 Should you really submit both mobile AND desktop versions in your sitemap?
  27. 61:54 Should you give up on AMP if you’re using GA4 to measure your performance?
📅
Official statement from (5 years ago)
TL;DR

Google confirms that a sitemap can contain only one version of the URL (mobile OR desktop) if the bidirectional annotations rel="alternate" and rel="canonical" are correctly implemented in the HTML code. This statement simplifies the technical management of sites with separate URLs, but relies on a critical condition: the accuracy of the annotations. In practice, an incomplete sitemap combined with faulty annotations can create serious indexing issues.

What you need to understand

Why does Google allow only submitting one version of the URL?

When a site maintains distinct URLs for mobile and desktop, Google relies primarily on the HTML annotations to understand the relationship between these versions. The rel="alternate" media="only screen and (max-width: 640px)" tags on the desktop side and rel="canonical" on the mobile side explicitly indicate to the crawler which version to serve based on the context.

If these annotations are present and consistent, Googlebot can discover all URL pairs by crawling only one version. The sitemap then becomes redundant for this specific function — it is merely used to speed up initial discovery or signal deep pages.

What constitutes a correct bidirectional annotation?

The bidirectional annotation requires that each URL points to its counterpart and vice versa. On the desktop version https://example.com/page, there should be a link to https://m.example.com/page with rel="alternate" and the appropriate media attribute. On the mobile version, a rel="canonical" must point back to the desktop version.

This symmetry allows Google to automatically map all pairs without needing a comprehensive inventory in the sitemap. But beware: a missing, malformed, or inconsistent annotation breaks this logic and can leave orphan pages or create canonicalization conflicts.

In what context does this practice still apply?

This setup primarily concerns sites that have chosen to maintain separate mobile/desktop URLs rather than adopt a responsive design with unique URLs. This architectural choice has become a minority since the widespread adoption of responsive design and mobile-first indexing.

The sites still affected are often historical platforms (legacy e-commerce, complex media portals) where a complete redesign is postponed for budgetary or technical reasons. For these sites, managing annotations and sitemaps remains critical, as an error can fragment indexing between the two versions.

  • A sitemap can contain only one version (mobile OR desktop) if the HTML annotations are perfectly implemented.
  • Bidirectional annotations (rel="alternate" + rel="canonical") must cover 100% of URL pairs without exception.
  • This approach pertains to sites with separate URLs, a minority configuration compared to responsive design.
  • The sitemap remains useful for rapid discovery and managing deep pages, even with correct annotations.
  • Google uses HTML annotations as the primary source for mapping mobile/desktop relationships.

SEO Expert opinion

Is this statement consistent with real-world observations?

On paper, Google's logic is perfectly defensible. HTML annotations are indeed more reliable than a sitemap for defining canonical relationships, as they are directly attached to each resource. In theory, a crawler can rebuild the entire tree by following these links.

However — and here lies the problem — in practice, annotations are rarely perfect across an entire site. Field audits regularly reveal inconsistencies: orphan pages without rel="canonical", asymmetric annotations (present in one direction but not the other), miscalibrated media attributes, or worse, conflicts where multiple mobile pages point to the same desktop page with different canonicals. [To be verified] to what extent Googlebot tolerates these partial errors without degrading indexing.

What risks does this minimalist approach entail?

Including just one version in the sitemap creates a total dependency on the quality of the annotations. If an annotation is missing or erroneous in one part of the site, Google may never discover the counterpart mobile (or desktop) pages. The risk is particularly high on large sites with dynamically generated content.

Some practitioners prefer a defensive approach: submit both versions in the sitemap, even if annotations are present. This redundancy provides an extra layer of security and speeds up discovery, especially after a massive deployment or update. Google does not penalize this practice — it simply ignores detected duplicates.

Warning: On large sites (>100k URLs), an unnoticed annotation error can leave thousands of mobile pages unindexed. Regular monitoring via Search Console (coverage, declared canonicals vs. selected ones) is essential.

Should we still care about this configuration in a mobile-first indexing environment?

Since the widespread shift to mobile-first indexing, Google crawls and indexes the mobile version primarily. For a site with separate URLs, this means the mobile URL effectively becomes the canonical reference — even if the rel="canonical" technically points to the desktop.

This inversion sometimes creates confusion: SEO professionals observe that Google indexes the mobile version while displaying the desktop URL in the SERP, thanks to the annotations. As a result, the mobile sitemap becomes more critical than the desktop. If you could submit only one version, favor the mobile — this is what Googlebot crawls first and what serves as the basis for content evaluation.

Practical impact and recommendations

What steps should be taken on a site with separate URLs?

Start with a complete audit of bidirectional annotations. Export all mobile/desktop URL pairs from your CMS or database, then check that each desktop page contains a rel="alternate" pointing to its mobile version, and vice versa a rel="canonical" from the mobile to the desktop. Tools like Screaming Frog or OnCrawl can automate this verification on scale.

If the annotations are solid and comprehensive, you can technically submit only one sitemap — favor the mobile sitemap, as this is the version that Googlebot crawls first since the mobile-first indexing. But monitor coverage in Search Console: any absent or excluded page should trigger an immediate check of the corresponding annotations.

What mistakes to avoid in this configuration?

The classic mistake is to correct annotations on only part of the site, creating an inconsistency between sections. For example, new pages follow best practices, but the old catalog remains orphaned. Google may then index partially, with mobile or desktop versions missing based on section.

Another pitfall: changing URLs (structure change, moving from /m/ to m.example.com) without updating existing annotations. Old pages continue pointing to outdated URLs, breaking bidirectionality. An incomplete sitemap then hides these errors until they translate to traffic drops.

How to check if the configuration is working correctly?

Use Search Console to compare submitted URLs and indexed URLs. If you submitted only the mobile sitemap, check that desktop versions correctly appear in the coverage reports with a status of "Alternative page with proper canonical tag". If desktop pages are indexed when you intended to prioritize mobile, this is a signal of faulty annotations.

Also test using the URL inspection tool: enter a mobile URL and check that Google correctly recognizes the canonical pointing to the desktop (and vice versa). The inspection report explicitly displays the declared canonical and the one Google has selected — any discrepancies warrant investigation.

  • Audit the completeness and symmetry of rel="alternate" and rel="canonical" annotations across the site.
  • Favor the mobile sitemap if you submit only one version, as Google crawls in mobile-first.
  • Monitor Search Console coverage reports to detect orphan pages or canonicalization conflicts.
  • Set up automated annotation monitoring with every deployment of new pages.
  • Regularly test with the URL inspection tool to validate that Google correctly interprets mobile/desktop relationships.
  • Document the sitemap strategy to avoid regressions during team or vendor changes.
Google's statement simplifies sitemap management for sites with separate URLs, but it relies on a strict condition: perfectly implemented bidirectional annotations. In practice, this setup remains fragile and requires constant monitoring. If your site still maintains this architecture, a thorough technical audit is essential to avoid indexing losses. These optimizations can quickly become complex, especially on legacy platforms with dynamic URL generation — consulting a specialized SEO agency can provide an accurate diagnosis and personalized support to secure indexing without the risk of regression.

❓ Frequently Asked Questions

Dois-je absolument soumettre les deux versions mobile et desktop dans mon sitemap ?
Non, Google indique qu'une seule version suffit si les annotations bidirectionnelles (rel="alternate" et rel="canonical") sont correctement implémentées dans le code HTML. Toutefois, soumettre les deux reste une pratique défensive acceptable pour sécuriser la découverte.
Quelle version du sitemap privilégier si je n'en soumets qu'une ?
Privilégie le sitemap mobile, car Google crawle et indexe en priorité cette version depuis l'indexation mobile-first. C'est elle qui sert de base à l'évaluation du contenu et de la performance.
Comment vérifier que mes annotations bidirectionnelles sont correctes ?
Utilise un crawler comme Screaming Frog ou OnCrawl pour extraire toutes les balises rel="alternate" et rel="canonical", puis vérifie que chaque paire mobile/desktop est symétrique. La Search Console peut aussi révéler les conflits de canonicalisation.
Que se passe-t-il si une annotation est manquante sur certaines pages ?
Google risque de ne pas découvrir la version correspondante (mobile ou desktop) de ces pages, créant des orphelins dans l'indexation. Un sitemap incomplet ne compense pas cette erreur — l'annotation HTML reste prioritaire.
Cette recommandation s'applique-t-elle aux sites responsive avec URLs uniques ?
Non, elle concerne uniquement les sites à URLs séparées mobile/desktop. Les sites responsive avec une seule URL par page n'ont pas besoin d'annotations bidirectionnelles et soumettent naturellement un seul sitemap.
🏷 Related Topics
Crawl & Indexing Mobile SEO Domain Name Search Console

🎥 From the same video 27

Other SEO insights extracted from this same Google Search Central video · duration 1h07 · published on 28/01/2021

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