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 using distinct mobile URLs, it is advisable to add rel=alternate and rel=canonical bidirectional annotations to indicate to Google that the desktop and mobile versions of a page are linked.
10:18
🎥 Source video

Extracted from a Google Search Central video

⏱ 43:38 💬 EN 📅 30/06/2014 ✂ 8 statements
Watch on YouTube (10:18) →
Other statements from this video 7
  1. 2:40 Les erreurs mobiles tuent-elles vraiment votre classement Google ?
  2. 4:50 Faut-il vraiment traiter Googlebot comme un utilisateur lambda ?
  3. 9:38 Pourquoi Google insiste-t-il tant sur le responsive plutôt que sur les URL mobiles séparées ?
  4. 15:13 Hreflang : pourquoi vos pages multilingues ne remontent-elles pas dans les bonnes régions ?
  5. 18:28 Le ciblage géographique dans Search Console fonctionne-t-il vraiment pour les sites internationaux ?
  6. 25:04 Pourquoi Google Search Console est-il votre première ligne de défense contre les injections de contenu pirate ?
  7. 28:54 Comment savoir si Google a pris des sanctions manuelles contre votre site ?
📅
Official statement from (11 years ago)
TL;DR

Google recommends using bidirectional annotations (rel=alternate on desktop, rel=canonical on mobile) to explicitly link the desktop and mobile versions of the same page when they use different URLs. This practice helps the engine consolidate ranking signals between the two versions and prevents duplicate content issues. Specifically, this means that each desktop page should point to its mobile counterpart, and vice versa, to ensure consistent indexing.

What you need to understand

Why does Google emphasize the bidirectional nature of these annotations?

The bidirectional annotation means that the relationship between the URLs must be explicitly declared in both directions. The desktop page contains a rel="alternate" link to the mobile version, while the mobile page contains a rel="canonical" link to the desktop version.

This symmetry allows Google to verify the consistency of the declarations. If only one direction is present, the engine may ignore the annotation or misinterpret the relationship between the versions. The risk? Seeing both versions indexed separately with a dilution of ranking signals.

In what contexts does this setup still apply?

This recommendation exclusively concerns sites using distinct mobile URLs (m-dot configuration like m.example.com or example.com/m/). With the widespread adoption of mobile-first indexing, this architecture has become minority.

The majority of modern sites now use responsive design (a single URL for all versions) or dynamic serving (same URL, different HTML depending on the user-agent). In these two cases, bidirectional annotations are not necessary since there is only one URL to index.

How does Google utilize these annotations for indexing?

When Google crawls a desktop page with a rel="alternate" to a mobile URL, it understands that this mobile URL is the preferred version for mobile users. When it then crawls this mobile URL and finds a rel="canonical" to the desktop version, it confirms the relationship.

The engine can then consolidate the ranking signals (backlinks, engagement, authority) towards the canonical URL while serving the appropriate version based on the search context. Without this bidirectionality, Google must guess the relationship, increasing the risk of indexing errors.

  • Bidirectional annotations create a verifiable symmetric relationship between desktop and mobile versions
  • They enable the consolidation of ranking signals towards the canonical URL
  • This setup only applies to sites with distinct mobile URLs, not to responsive or dynamic serving
  • The absence of an annotation in one direction can lead to separate indexing of both versions
  • Google uses these annotations to determine which version to serve based on search context

SEO Expert opinion

Is this recommendation still relevant with mobile-first indexing?

Let’s be honest: this statement addresses a dying architecture. Since the full implementation of mobile-first indexing, Google primarily crawls and indexes the mobile version of sites. For sites using an m-dot configuration, this means that the mobile URL effectively becomes the primary source of signals.

The paradox? The rel="canonical" still points to the desktop version, but it is the mobile version that serves as the basis for indexing. This tension creates an avoidable technical complexity that responsive design naturally resolves. [To be confirmed]: Google has never published clear data on the actual impact of these annotations on ranking compared to simple responsiveness.

What real risks do sites face without correct annotations?

Field observations show that the absence of bidirectional annotations can indeed create indexing issues, but their severity varies greatly. Some m-dot sites without correct annotations operate without apparent problems, while others experience chaotic indexing.

The real issue arises when Google indexes both versions separately. You end up with desktop and mobile pages competing in the SERPs, a dilution of backlinks between the two versions, and ranking fluctuations depending on the device. In extreme cases, this can resemble a Panda penalty for duplicate content.

Warning: If you detect that Google is indexing both your desktop and mobile URLs in Search Console, it's a critical signal that your bidirectional annotations are incomplete or absent.

Are there simpler alternatives to this configuration?

The real question is not "how to correctly implement bidirectional annotations" but rather "why maintain an m-dot architecture?" Migrating to responsive design completely eliminates this technical issue.

For sites that cannot migrate immediately (technical legacy, business constraints), dynamic serving offers an interesting compromise: same URL for all devices, HTML tailored server-side based on the user-agent. This avoids bidirectional annotations while allowing differentiated desktop/mobile optimization. The cost? Increased server complexity and the need to send the header Vary: User-Agent.

Practical impact and recommendations

How can you check that your bidirectional annotations are correctly implemented?

First step: crawl your desktop site and extract all rel="alternate" tags pointing to mobile URLs. For each detected mobile URL, verify that it contains a rel="canonical" pointing to the original desktop URL. A tool like Screaming Frog can automate this verification.

Second critical check in Google Search Console: consult the coverage report and filter by URL type. If you see both desktop and mobile URLs indexed for the same content, your annotations are incomplete. The "International and Mobile Settings" report (when available) can also reveal inconsistencies.

What implementation errors should you absolutely avoid?

The most common mistake? Asymmetrical annotations: the desktop page points to a mobile URL that no longer exists, or the mobile page points to a different desktop URL than the one it references. This creates complex redirect chains that Google struggles to resolve.

Another classic pitfall: using relative URLs instead of absolute ones in the annotations. Google explicitly recommends full URLs with protocol and domain. Lastly, beware of annotations present in the HTML but absent from rendered versions if you use JavaScript to inject them — Google may not detect them during the initial crawl.

What strategy should you adopt according to your technical context?

If you maintain an m-dot architecture for historical reasons, the correct implementation of bidirectional annotations remains essential. Automate their generation via your CMS or framework to avoid manual errors, and set up regular monitoring to detect inconsistencies.

If you are considering a redesign or technical migration, now is the perfect time to abandon the m-dot architecture in favor of responsive design. The gains in technical simplicity, crawl budget, and consolidation of signals far outweigh the investment. However, these technical transformations require precise expertise to avoid traffic loss.

  • Crawl your desktop URLs and extract all rel="alternate" tags to mobile URLs
  • Verify that each mobile URL contains a rel="canonical" pointing to the corresponding desktop URL
  • Check in Search Console that only the canonical URLs (desktop in m-dot) are indexed
  • Use absolute URLs (protocol + full domain) in all annotations
  • Automate the generation of annotations via your CMS to ensure consistency
  • Regularly monitor changes in indexing and crawl errors related to annotations
Bidirectional annotations remain technically necessary for m-dot sites but represent an avoidable complexity. Migrating to responsive design definitively eliminates this issue while simplifying technical management. These architecture optimizations strike at the heart of technical SEO and can quickly become complex depending on your technological stack. Engaging a specialized SEO agency can provide personalized support to choose the most suitable strategy for your context and ensure the migration without loss of visibility.

❓ Frequently Asked Questions

Faut-il vraiment implémenter les annotations bidirectionnelles si mon site est déjà en responsive design ?
Non, absolument pas. Les annotations bidirectionnelles ne concernent que les sites avec URL mobiles distinctes (m-dot). En responsive, vous avez une seule URL par page, donc aucune annotation n'est nécessaire.
Quelle est la différence entre rel=alternate et rel=canonical dans ce contexte ?
Le rel="alternate" sur la page desktop indique l'existence d'une version mobile alternative. Le rel="canonical" sur la page mobile désigne la version desktop comme version principale. C'est cette symétrie que Google appelle "bidirectionnelle".
Google peut-il pénaliser un site m-dot sans annotations correctes ?
Google ne pénalise pas directement, mais l'absence d'annotations peut entraîner une indexation séparée des deux versions, créant du contenu dupliqué et une dilution des signaux de classement. Les conséquences ressemblent à une baisse de visibilité.
Les annotations bidirectionnelles doivent-elles être placées dans le <head> ou peuvent-elles être en HTTP headers ?
Les deux méthodes sont valides. Vous pouvez utiliser des balises <link> dans le <head> HTML ou des en-têtes HTTP Link. L'essentiel est que Google puisse les détecter au moment du crawl.
Comment gérer les annotations pour un site avec plusieurs variantes mobiles (tablette, smartphone) ?
Google recommande de pointer vers la version mobile principale (généralement smartphone). Si vous avez vraiment besoin de différencier tablette et smartphone avec des URL distinctes, utilisez des media queries dans l'attribut media du rel="alternate", bien que cette complexité soit rarement justifiée.
🏷 Related Topics
Domain Age & History Crawl & Indexing Images & Videos Mobile SEO Domain Name

🎥 From the same video 7

Other SEO insights extracted from this same Google Search Central video · duration 43 min · published on 30/06/2014

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