Official statement
Other statements from this video 11 ▾
- 6:12 Faut-il encore suivre les principes fondamentaux du SEO ou tout miser sur le mobile et les données structurées ?
- 7:26 Les paramètres URL contradictoires sabotent-ils vraiment votre crawl Google ?
- 8:42 Comment préparer efficacement son site au Mobile-First Indexing de Google ?
- 11:03 Pourquoi Yahoo bloque-t-il l'AMP Client ID API et comment cela impacte-t-il vos analytics ?
- 18:37 Les pages santé doivent-elles vraiment afficher les qualifications de leurs auteurs pour ranker ?
- 20:40 Les qualifications d'auteur influencent-elles vraiment le ranking des pages santé ?
- 21:31 Faut-il vraiment ouvrir ses environnements de dev à Googlebot pour tester le mobile-friendly ?
- 25:33 Faut-il vraiment viser le 100/100 sur PageSpeed Insights ?
- 30:57 Comment signaler efficacement un site non conforme aux règles Google ?
- 38:27 Google retarde-t-il vraiment le Mobile-First Index pour protéger les sites non prêts ?
- 46:41 Google va-t-il enfin lancer une application mobile pour la Search Console ?
Google requires that rel="amphtml" annotations appear on both standard mobile pages and AMP pages to ensure their correct association. Without this dual annotation, the engine may fail to identify which AMP version corresponds to which mobile page, compromising visibility in search results. Essentially, an orphaned or misconfigured link can negate all the benefits of your AMP implementation.
What you need to understand
What is the reasoning behind this dual annotation requirement?
Google needs to establish a two-way match between your standard mobile pages and their AMP counterparts. Without this explicit linking in both directions, the algorithm cannot reliably determine which AMP page serves as the accelerated version for which mobile page.
This requirement addresses an ambiguity issue: an AMP page could technically correspond to multiple mobile URLs if you do not establish this reciprocal canonical link. The rel="amphtml" annotation on the mobile page points to the AMP, while the AMP page must contain a rel="canonical" pointing back to the original mobile version.
What happens if this dual declaration is missing?
Without both annotations, Google may simply ignore your AMP page or treat it as an independent page. You then lose the advantage of accelerated display in mobile results, and potentially create a duplicate content issue.
Crawling also becomes less efficient. Googlebot has to guess rather than follow explicit guidelines, which lengthens processing time and may delay the indexing of your updates.
How does this differ from standard canonical tags?
A standard canonical tag indicates which version of a page should be indexed when multiple versions exist. Here, the logic is different: you are not declaring one version as preferred, you are establishing an "accelerated version" relationship.
The AMP page remains a technical variant of the mobile page, not a duplicate to avoid. The rel="amphtml" annotation tells Google: "this page has an optimized AMP version that you can serve in certain contexts." Without this clarification, the engine does not know it can offer the accelerated alternative to mobile users.
- The bidirectional annotation creates an explicit association between the mobile page and the AMP page
- Without complete linking, Google may ignore the AMP version or treat it as duplicate content
- Rel="amphtml" on the mobile page points to the AMP, while rel="canonical" on the AMP links back to the mobile page
- This logic differs from the standard canonical which resolves duplicates rather than indicating technical variants
- The absence of these annotations slows down crawling and delays the indexing of updates
SEO Expert opinion
Does this directive reflect what we observe in practice?
In practice, sites that properly implement this dual annotation do indeed see a better display rate for their AMP pages in mobile results. Audits show that incomplete configurations lead to indexing fluctuations, with Google alternating between versions based on its mood.
However, caution: even with perfect implementation, Google does not guarantee the consistent display of the AMP version. The engine may choose to serve the standard mobile page if it provides an experience deemed superior, especially regarding Core Web Vitals. [To be verified]: no official metric quantifies this preference rate.
What inconsistencies remain in this recommendation?
Google does not specify how to handle cases where a mobile page has multiple AMP variants (A/B tests, regional versions, etc.). The documentation is vague on prioritization when multiple AMP pages point to the same mobile URL via rel="canonical".
Moreover, the absence of an explicit penalty for non-compliance creates a gray area. Some sites function correctly without complete bidirectional linking, while others face massive indexing issues under the same configuration. This inconsistency suggests that other factors come into play without Google documenting them.
Under what scenarios does this rule become problematic?
For sites with thousands of pages, synchronizing these annotations represents a considerable technical challenge. An error in the template can break the association across entire sections, and detection tools do not always report these issues immediately.
Domain migrations complicate matters further. When redirecting an old mobile URL to a new one, you must update the canonical annotation of the corresponding AMP page, otherwise you create an ongoing inconsistency until Google has recrawled everything. Propagation delays can last several weeks for large sites.
Practical impact and recommendations
How can you verify that your annotations are correctly configured?
Start by inspecting the source code of a few representative pages. On your mobile page, look for the <link rel="amphtml" href="..."> tag in the <head>. On the corresponding AMP page, check for the presence of <link rel="canonical" href="..."> pointing exactly to the mobile URL.
Use Google's AMP test tool to validate each pair. It detects not only AMP syntax errors but also canonical linking inconsistencies. Complete this with a Screaming Frog crawl in "AMP" mode that automatically extracts and compares these annotations site-wide.
What implementation errors are most commonly encountered?
The classic mistake: pointing to an AMP URL in HTTP while the mobile page is in HTTPS, or vice versa. Google treats these URLs as distinct, breaking the association. The same applies to inconsistent trailing slashes (example.com/page/ vs example.com/page).
Another frequent pitfall: leaving rel="amphtml" annotations on pages that no longer have an active AMP version. If the AMP URL returns a 404 or redirects, Google considers the annotation invalid and may penalize the mobile page for misconfiguration.
Should you prioritize maintaining AMP or migrate to other solutions?
Since the introduction of Core Web Vitals as a ranking factor, the advantage of AMP has diminished. If your mobile site already achieves good native performance, the effort of maintaining two versions may no longer be justified. Google itself has confirmed that fast non-AMP pages receive the same treatment.
For news sites or large publishers, AMP still has advantages in the Top Stories carousel on mobile. Assess the actual ROI: measure the traffic specifically from AMP pages versus the technical effort of synchronization. If the delta is marginal, migrating to a single high-performing mobile architecture may prove more cost-effective.
- Crawl the entire site to extract all mobile/AMP pairs and check their consistency
- Ensure that the URLs in annotations are absolute and use the same protocol (HTTPS)
- Check for any orphaned annotations pointing to deleted or redirected AMP pages
- Test a representative sample with Google's official AMP test tool
- Monitor Search Console for AMP indexing errors reported by Google
- Document the process of updating annotations during migrations or URL changes
❓ Frequently Asked Questions
Que se passe-t-il si ma page mobile a un rel="amphtml" mais que la page AMP n'a pas de rel="canonical" ?
Dois-je mettre ces annotations sur les pages desktop aussi ou uniquement sur les mobiles ?
Une page AMP peut-elle pointer vers une URL mobile différente de celle qui la référence ?
Comment gérer les annotations lors d'une migration de domaine ?
Les erreurs d'annotations AMP impactent-elles le ranking des pages mobiles classiques ?
🎥 From the same video 11
Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 20/12/2017
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.