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 sites utilizing mobile subdomains, it is vital to set up bidirectional annotations with rel=alternate and rel=canonical to share ranking signals between desktop and mobile versions.
11:47
🎥 Source video

Extracted from a Google Search Central video

⏱ 59:15 💬 EN 📅 24/03/2015 ✂ 10 statements
Watch on YouTube (11:47) →
Other statements from this video 9
  1. 2:45 La compatibilité mobile est-elle vraiment devenue un critère de classement incontournable ?
  2. 3:16 Qu'est-ce qui rend vraiment un site mobile-friendly aux yeux de Google ?
  3. 4:36 L'outil mobile-friendly de Google suffit-il vraiment à diagnostiquer tous vos problèmes mobiles ?
  4. 8:36 Pourquoi Google a-t-il créé deux classements distincts pour mobile et desktop ?
  5. 12:42 Les signaux de classement mobiles et desktop sont-ils vraiment fusionnés par Google ?
  6. 33:53 L'indexation des applications est-elle vraiment un levier de classement SEO à exploiter ?
  7. 33:53 L'indexation des applications mobile favorise-t-elle vraiment leur classement dans Google ?
  8. 46:51 Faut-il vraiment privilégier le responsive design pour le SEO mobile ?
  9. 56:15 Le contenu dupliqué mobile/desktop peut-il vraiment nuire à votre référencement ?
📅
Official statement from (11 years ago)
TL;DR

Google confirms that sites using mobile subdomains (m.example.com) must implement bidirectional annotations to share ranking signals between versions. Without this setup, SEO signals remain isolated between desktop and mobile, fragmenting the site's power. Specifically, the absence of these links can halve your visibility on one of the two platforms.

What you need to understand

Why is Google emphasizing this setup in 2025?

This statement highlights a fundamental principle: sites with separate mobile subdomains (m.mysite.com vs www.mysite.com) create two distinct entities in Google's view. Without explicit annotations, ranking signals accumulated on one version do not transfer to the other.

Backlinks pointing to www.example.com do not automatically benefit m.example.com, and vice versa. PageRank remains isolated. Engagement metrics, user signals, everything stays compartmentalized. It's exactly like managing two different sites without coordination.

What exactly does “bidirectional” mean?

The desktop version must point to mobile with rel=alternate, indicating “here is my mobile equivalent.” Conversely, the mobile version points to desktop with rel=canonical, signaling “the desktop version is my reference.”

This double annotation allows Google to understand that these two URLs represent the same content and should share their signals. Without this complete configuration, Google may index both versions independently, creating duplicate content and diluting your authority.

Is this method still relevant with mobile-first indexing?

Mobile-first indexing primarily uses the mobile version to index and rank pages. However, for sites with mobile subdomains, Google still needs to identify which mobile URL corresponds to which desktop URL. The annotations remain critical.

Without them, Google might index only your desktop version or only your mobile version, depending on what it finds first. You lose control over which version appears in the results for different devices.

  • Mobile subdomains create two distinct entities that do not naturally share their SEO signals
  • rel=alternate on desktop points to the equivalent mobile version
  • rel=canonical on mobile designates the desktop version as reference
  • Without bidirectional configuration, backlinks and PageRank remain isolated
  • Mobile-first indexing does not eliminate the need for annotations for separate subdomain architectures

SEO Expert opinion

Does this recommendation align with real-world observations?

Completely. Audits regularly show mobile subdomain sites that lose 40 to 60% of their visibility simply because the annotations are missing or incorrectly configured. A common scenario: a site receives all its backlinks on www.example.com, but Google mainly indexes m.example.com, which does not benefit from them.

Even more insidious: some sites implement rel=alternate on desktop but forget rel=canonical on mobile. Google finds itself facing two versions without a clear hierarchy, potentially considering the mobile version duplicate content without authorization. Ranking fluctuations then become erratic.

What nuances does Google not mention here?

The statement remains silent on the speed of signal transfer between versions. In practice, it is observed that even with perfect configuration, it typically takes 3 to 6 weeks for a new desktop backlink to reflect in mobile ranking. [To verify] for sites with millions of pages, where this delay can significantly extend.

Another point not addressed: sites that have migrated from a subdomain structure to responsive design. Google does not clarify whether old annotations should be removed immediately or gradually. Field reports suggest that a sudden removal could temporarily destabilize indexing.

In what cases does this configuration become secondary?

If you are using a responsive design with a single URL for all devices, these annotations become unnecessary. That is why Google has been recommending for years to prefer responsive design over mobile subdomains.

For sites in dynamic serving (same URL, different HTML based on device), the configuration also differs. The rel=alternate/canonical annotations do not apply; instead, Vary: User-Agent should be used in the HTTP header. Mixing the two approaches creates confusion that Google struggles to resolve, resulting in inconsistent indexing.

Warning: If you have recently migrated from a mobile subdomain to responsive design, monitor Search Console for at least 2 months. Orphaned pages m.* may remain indexed and create ghost duplicate content.

Practical impact and recommendations

How can you verify that the annotations are correctly configured?

Inspect the HTML source code of your desktop and mobile pages. On desktop, look for a link tag rel="alternate" with media="only screen and (max-width: 640px)" pointing to the corresponding mobile URL. On mobile, check for the presence of a rel="canonical" pointing to the desktop version.

Use the URL inspection tool in Search Console to verify that Google correctly detects these annotations. The “Coverage” section should show the relationship between the versions. If the annotations are absent or contradictory, Google reports it in the error reports.

What technical errors prevent signal sharing?

The most common error: annotations exist but point to URLs that redirect. If desktop.com/page-a points to m.mysite.com/page-a, but the latter redirects to m.mysite.com/page-b, Google rejects the annotation. The URLs in the tags must be final URLs, after any redirections.

Second trap: annotations in JavaScript rather than in native HTML. Google may interpret them late or ignore them. For sites with millions of pages, generating these tags dynamically via JavaScript creates indexing latency of several weeks, or even months.

What strategy should be adopted to smoothly migrate to responsive design?

If you are currently managing a mobile subdomain and considering responsive design, plan a gradual migration by sections. Start with low-traffic categories to test the impact, then deploy on strategic pages once the process is validated.

Maintain 301 redirects from m.example.com to www.example.com for at least 12 months. Google retains historical signals associated with the old URLs, and these redirects allow a clean transfer of accumulated PageRank. Removing redirects too quickly can erase years of built authority.

These technical optimizations, especially on complex architectures, require sharp expertise and time. For optimal results without risking destabilizing your indexing, hiring a specialized SEO agency can help you avoid costly mistakes and accelerate the transfer of ranking signals.

  • Audit all desktop/mobile pairs to verify the presence of bidirectional annotations
  • Ensure that the URLs in the annotations are final, without intermediate redirects
  • Test URL inspection in Search Console to confirm that Google detects the relationships
  • Avoid JavaScript annotations, favor native HTML in the head
  • For responsive migrations, maintain 301 redirects for a minimum of 12 months
  • Monitor error reports in Search Console, mobile coverage section
Bidirectional rel=alternate/canonical annotations remain mandatory for mobile subdomain sites that want to share their ranking signals. Without them, you are technically managing two distinct sites with fragmented authorities. The configuration must be perfect: native HTML annotations, final URLs without redirects, and systematic verification in Search Console. For sites considering a responsive migration, a gradual approach with maintaining redirects for 12+ months minimizes ranking losses.

❓ Frequently Asked Questions

Les annotations rel=alternate et rel=canonical sont-elles toujours nécessaires avec le mobile-first indexing ?
Oui, pour les sites à sous-domaine mobile. Le mobile-first indexing change quelle version Google privilégie, mais ne résout pas l'identification des équivalences entre URLs desktop et mobile. Sans annotations, Google ne peut pas fusionner les signaux.
Que se passe-t-il si j'oublie le rel=canonical côté mobile ?
Google peut considérer les deux versions comme du contenu dupliqué distinct. Résultat : dilution de l'autorité, classements fluctuants, et potentiellement indexation d'une seule des deux versions selon ce que Google trouve en premier.
Puis-je utiliser rel=alternate dans un sitemap au lieu du HTML ?
Oui, Google supporte les annotations dans les sitemaps XML. Mais l'implémentation HTML reste plus fiable et rapide à crawler. Pour les gros sites, combiner les deux méthodes offre une redondance utile.
Combien de temps après correction des annotations Google partage-t-il les signaux ?
Généralement 3 à 6 semaines pour les sites moyens. Les sites avec millions de pages peuvent attendre plusieurs mois. Le crawl et la réévaluation des relations prennent du temps.
Le responsive design élimine-t-il définitivement le besoin de ces annotations ?
Totalement. Avec une URL unique pour tous les devices, il n'y a plus de relation à définir. C'est pourquoi Google recommande le responsive comme architecture préférentielle depuis des années.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO Images & Videos JavaScript & Technical SEO Mobile SEO Domain Name Social Media

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 59 min · published on 24/03/2015

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