Official statement
Other statements from this video 27 ▾
- 13:31 Can your slow pages drag down the rankings of your entire site?
- 13:33 Do Core Web Vitals really affect your entire site or just your slow pages?
- 13:33 Can you really block the collection of Core Web Vitals using robots.txt or noindex?
- 14:54 Why does CrUX collect your Core Web Vitals even if you block Googlebot?
- 15:50 Does Google really underplay the true importance of Page Experience in rankings?
- 16:36 Is Page Experience really just a secondary ranking signal?
- 17:28 Does LCP truly measure the speed perceived by the user?
- 19:57 Do Core Web Vitals really measure continuously throughout the user session?
- 20:04 Do Core Web Vitals really change after the initial page load?
- 21:22 How does Google estimate your Core Web Vitals when CrUX data is lacking?
- 22:22 How does Google estimate a page's Core Web Vitals without sufficient CrUX data?
- 27:07 How does Google now assign AMP cache's CrUX data to the origin?
- 29:47 Is AMP still necessary to rank in Top Stories on mobile?
- 32:31 How can you leverage server logs to uncover 4xx errors in Search Console?
- 34:34 Why do new sites experience extreme volatility in indexing and ranking?
- 34:34 Should you really analyze server logs to diagnose 4xx errors in Search Console?
- 34:34 Why does your new site fluctuate like a yo-yo in the SERPs?
- 40:03 Should you really report copied content from your site using Google's spam form?
- 40:20 How can you effectively report copied content spam to Google?
- 43:43 Are your franchise pages considered doorway pages by Google?
- 45:46 Is duplicate content really harmless to your SEO?
- 45:46 Is it true that duplicate content won't penalize your SEO?
- 45:46 Are your franchise pages seen as doorway pages by Google?
- 51:52 Does the http:// or https:// namespace in an XML sitemap really affect crawlability?
- 52:00 Does using HTTPS for your XML sitemap namespace hurt your SEO ranking?
- 55:56 Is it really sufficient to include only one version, mobile or desktop, in your XML sitemap?
- 61:54 Should you give up on AMP if you’re using GA4 to measure your performance?
Google states that if your mobile/desktop annotations are correctly implemented in the HTML code, submitting only one version (mobile or desktop) in the sitemap is sufficient. The engine will automatically discover the other version through the link rel="alternate" and rel="canonical" tags. In practical terms: less sitemap management overhead, but only if your annotations are flawless.
What you need to understand
What do "mobile/desktop annotations" mean in HTML code?
Mobile/desktop annotations refer to the <link> tags that establish the relationship between your two versions of pages. On the desktop version, you place a rel="alternate" media="only screen and (max-width: 640px)" href="https://m.example.com/page" pointing to the mobile. On the mobile version, you add a rel="canonical" href="https://www.example.com/page" pointing to the desktop.
This bidirectionality allows Google to understand that these two URLs represent the same content, adapted for different contexts. It is the official mechanism documented since the era of separate mobile sites (m-dot), before responsive design and Mobile-First Indexing became dominant.
Why does Google say that a single URL is enough in the sitemap?
The principle is simple: if your annotations are clean, Googlebot only needs one entry point. It crawls the submitted URL, detects the link tags, follows the relationships, and discovers the other version. In theory, submitting both versions becomes redundant.
This statement mainly aims to simplify management for sites that still maintain separate versions. Fewer URLs in the sitemap mean less risk of duplication errors and less maintenance. However — and this is where it gets tricky — this logic relies on a critical assumption: your implementation is perfect.
In what context does this recommendation remain relevant?
This directive from Google primarily addresses sites that still utilize a m-dot architecture (separate mobile subdomain like m.example.com). With Mobile-First Indexing deployed by default since July 2019, the majority of modern sites use responsive design: a single URL for all devices.
For these responsive sites, the question doesn’t even arise. But for legacy players — legacy e-commerce, high mobile audience media, complex international sites — who maintain two distinct versions, this statement has a direct impact on crawl budget strategy and sitemap management.
- Mandatory bidirectional annotations: rel="alternate" on desktop + rel="canonical" on mobile
- One URL in the sitemap is enough if the implementation is correct
- Google will discover the other version through crawling the link tags
- Primarily concerns m-dot sites, not modern responsive sites
- Theoretical crawl budget savings, but real risk if annotations are faulty
SEO Expert opinion
Is this statement consistent with on-the-ground observations?
In practice, yes — but with huge caveats. I have observed in several projects that Google does indeed detect alternative versions via the annotations. On an e-commerce site with 50,000 references using m-dot, we removed mobile URLs from the sitemap: no loss of mobile indexing was noted after 3 months of GSC monitoring.
Let's be honest: this approach works only if your annotations are 100% perfect. However, in reality, we constantly find errors — mobile canonical pointing to desktop but no reciprocal alternate, tags present on the homepage but missing on pagination, conflicts in AMP versions. This is where Google's theory collapses. [To verify]: Google claims that "correctly implemented" is sufficient, but never specifies the error tolerance rate before degradation.
What concrete risks exist if we blindly follow this recommendation?
The main risk: partial loss of mobile indexing if your annotations have flaws. Imagine that a CMS update breaks the rel="alternate" tags on 20% of your product pages. If these mobile URLs are no longer in the sitemap AND the annotations are broken, Google can take weeks to rediscover them — especially on a large site with a limited crawl budget.
Second risk: longer discovery time for new pages. On a news site publishing 50 articles/day in both desktop and mobile versions, submitting only the desktop potentially slows down mobile indexing. Yes, Google follows the annotations — but how long does it take? For time-sensitive content, every hour counts.
In what cases should we ignore this directive and submit both versions?
I recommend submitting both versions in several specific scenarios. High-volume sites (>100k pages) where even the slightest annotation bug can go unnoticed for months. Sites undergoing technical redesign: as long as the migration isn’t stabilized, it’s better to secure with dual submission.
Also: sites with ultra-tight crawl budgets (rare case, but real on some massive marketplaces). Paradoxically, submitting both versions can accelerate discovery by forcing Google to explicitly crawl both URLs, rather than relying on passive detection via annotations. And finally, as soon as we detect inconsistencies in GSC (mobile pages crawled but not indexed for no clear reason), reintroducing mobile URLs in the sitemap may unblock the situation.
Practical impact and recommendations
What should be done concretely before removing mobile URLs from the sitemap?
First critical step: complete audit of annotations. Export a representative sample (homepage, categories, product sheets, articles) and manually check the source code. Each desktop page must carry a rel="alternate" pointing to mobile, and each mobile page must carry a rel="canonical" pointing to desktop. No exceptions.
Use tools like Screaming Frog in "Mobile" + "Desktop" mode to crawl both versions simultaneously and detect inconsistencies. Compare the two exports: if a desktop URL has an alternate to mobile, the corresponding mobile URL MUST have a canonical to this desktop URL. Any asymmetry = bug to fix before any sitemap modification.
How to validate that Google correctly detects both versions without double submission?
Test in a controlled environment first. Create a test sitemap containing only the desktop URLs of an isolated section of the site (e.g.: a specific category). Submit it via GSC, wait 2-3 weeks, then check in the "Coverage" tab if the corresponding mobile URLs appear as indexed.
Also monitor server logs: Googlebot should crawl the mobile URLs even if they are not in the sitemap, following the annotations. If you notice a sharp drop in mobile crawling after removing from the sitemap, it’s a sign that the annotations are not doing their job. Immediately reintroduce the mobile URLs.
What mistakes should be avoided during the transition?
Classic mistake: removing mobile URLs from the sitemap all at once on a large site. Proceed in progressive phases — start with one category, validate over 4-6 weeks, then extend. This approach limits damage in case of unforeseen problems.
Another common trap: forgetting to check annotations on paginated pages, e-commerce filters, URL parameters. Annotations are often correct on the homepage/main categories but broken on dynamically generated URLs. Crawl exhaustively before making a decision.
- Audit the annotations rel="alternate" and rel="canonical" on 100% of templates
- Test in an isolated subsection before global deployment
- Monitor GSC "Coverage" and server logs for 4-6 weeks post-transition
- Prepare for a quick rollback: keep a complete mobile sitemap ready to reactivate
- Document the implementation for future CMS updates/redesigns
- Validate with Google Search Console Inspection Tool for a few key mobile URLs to confirm detection
❓ Frequently Asked Questions
Si mon site est en responsive design, cette recommandation me concerne-t-elle ?
Peut-on soumettre uniquement les URL mobiles dans le sitemap au lieu des desktop ?
Comment vérifier que mes annotations mobile/desktop sont correctes ?
Quel délai entre soumission sitemap desktop et indexation mobile via annotations ?
Retirer les URL mobiles du sitemap améliore-t-il le crawl budget ?
🎥 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 →
💬 Comments (0)
Be the first to comment.