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

In the AMP setup, main web pages retain their priority for indexing and ranking. AMP pages must include a rel=canonical link to the standard page, allowing Google to show AMP pages in search results when relevant.
7:05
🎥 Source video

Extracted from a Google Search Central video

⏱ 51:54 💬 EN 📅 18/12/2015 ✂ 12 statements
Watch on YouTube (7:05) →
Other statements from this video 11
  1. 1:32 Le test de compatibilité mobile influence-t-il vraiment le classement sur smartphone ?
  2. 2:08 Le responsive design est-il vraiment LA solution pour le mobile-first indexing ?
  3. 3:11 Pourquoi Google exige-t-il un accès libre au JavaScript et CSS dans votre robots.txt ?
  4. 5:20 AMP est-il encore pertinent pour améliorer votre SEO mobile ?
  5. 6:20 La vitesse mobile est-elle vraiment un facteur de classement critique ?
  6. 10:40 Faut-il vraiment investir dans AMP pour améliorer son référencement ?
  7. 12:43 Faut-il vraiment un équivalent web pour indexer le contenu d'une application mobile ?
  8. 15:36 Now on Tap de Google change-t-il les règles du SEO pour les applications Android ?
  9. 22:20 L'installation d'une application mobile peut-elle vraiment booster votre classement Google ?
  10. 45:10 Faut-il vraiment implémenter AMP sur un site e-commerce ?
  11. 50:57 Faut-il sacrifier la complexité CSS pour accélérer l'AMP mobile ?
📅
Official statement from (10 years ago)
TL;DR

Google states that main pages remain prioritized for indexing, while AMP pages should point to them via rel=canonical. In practice, this setup allows Google to substitute the AMP version in mobile results when it deems appropriate. For SEO, this means maintaining a consistent dual architecture where the standard page remains the official reference, even if the AMP version is what actually displays in the mobile SERP.

What you need to understand

Why does Google maintain this distinction between main pages and AMP pages?

Google's logic is based on a simple principle: the standard page is the canonical source, the one that accumulates ranking signals. AMP is merely a technical variation, a mobile-optimized display format that inherits the authority of the main page.

In this architecture, the rel=canonical tag of the AMP page points to the standard page. This is the opposite of most canonical cases where the alternative version points to the main one. Here, Google consolidates signals on the standard page while reserving the right to display the AMP in mobile results.

What really happens during the indexing of these two versions?

Google treats the two URLs as distinct but linked entities. The standard page receives the PageRank, and backlinks count towards it, and it is the one that appears in the index as the official reference. The AMP page exists in parallel but does not dilute the signals from the main page.

Specifically, when a mobile user performs a search, Google may choose to display the AMP URL in the results (with the little lightning icon), but the ranking is still determined by the performance of the standard page. It's a substitution on the display side, not the evaluation side.

In what situations does Google display the AMP version instead of the standard one?

Google decides based on criteria that are not publicly detailed. Generally, AMPs appear in Top Stories carousels and on mobile when the query has a timely or informational urgency. On desktop, it's almost always the standard page that displays.

What complicates matters: Google has significantly reduced the visibility of AMPs since it removed the mandatory AMP carousel for Top Stories. The relevance of maintaining an AMP architecture has become questionable for many sites, except those heavily focused on breaking news.

  • The standard page retains indexing priority: it accumulates authority and backlinks.
  • The AMP rel=canonical points to the standard page, not the other way around.
  • Google displays the AMP on mobile when it deems relevant, without affecting the ranking of the main page.
  • Both versions coexist in the index, but only one has authority for SEO signals.
  • The AMP architecture remains optional: many sites perform well without it now.

SEO Expert opinion

Does this statement align with what is observed in the field?

Yes, broadly speaking. Tests indeed show that backlinks pointing to an AMP page are redirected to the standard page for PageRank calculation. Google effectively consolidates signals on the canonical version. Crawl audits confirm that Googlebot treats the standard page as the primary reference.

However, the phrase "when relevant" remains vague. Google provides no measurable criteria to predict when the AMP will be displayed. This is frustrating for an SEO looking to precisely guide their traffic. Some sites see their AMPs disappear from mobile SERPs without explanation, even though the technical setup is correct. [To be verified]: the exact criteria for displaying AMPs on mobile remain opaque.

What nuances should be added to this official guideline?

Google does not mention cases where the canonical setup is broken. If an AMP page does not correctly point to its standard version, Google may treat both as independent duplicates, creating a signal dilution. This is a common issue on sites that hastily implemented AMP.

Another missing point: the impact on crawl budget. Maintaining two versions of each page mechanically doubles the number of URLs to crawl. For a site with thousands of pages, this can slow the discovery of important new pages. Google suggests this is not a problem, but logs show that Googlebot spends time on AMPs, time it does not spend elsewhere.

In what cases does this rule not apply or become counterproductive?

If your site is not a news medium, the AMP architecture probably adds more complexity than benefits. Core Web Vitals have become the true lever of mobile performance: a well-optimized standard page on these metrics performs just as well, if not better than, a poorly designed AMP.

For e-commerce or B2B sites, maintaining two HTML templates per page is a maintenance nightmare. AMPs limit interactive functionalities, which can harm user engagement. If Google does not consistently display your AMPs in SERPs, you maintain a dual architecture for no reason.

Warning: Google has announced that AMPs are no longer required to appear in Top Stories. This statement remains technically valid, but the strategic relevance of AMP has significantly diminished. Before implementing this architecture, check that your competitors in the SERP are still using AMP—if not, you can probably do without it.

Practical impact and recommendations

How to correctly implement the canonical relationship between AMP and standard?

On the standard page side, add a <link rel="amphtml" href="AMP_PAGE_URL"> tag in the <head>. On the AMP page side, insert <link rel="canonical" href="STANDARD_PAGE_URL">. Both URLs must be absolute, in HTTPS, and point exactly to each other.

Ensure that these tags are present in the source HTML, not added by JavaScript after loading. Google crawls the raw initial HTML, and if the tags are absent at that moment, the canonical relationship will not be detected. Test with a curl or fetch as Google to be sure.

What configuration errors cause indexing issues?

The classic error: the AMP page points to itself as canonical instead of pointing to the standard page. As a result, Google treats both versions as independent, and you end up with a duplicate that dilutes your signals. Search Console will notify you of excluded or indexed AMP pages that should not be.

Another common pitfall: UTM parameters or URL variations that break the canonical relationship. If your standard page is example.com/article and the AMP points to example.com/article?source=amp, Google may not recognize the relationship. The URLs must match exactly, even in casing.

How to check that Google has understood the configuration properly?

Use the URL inspection tool in Search Console to examine the AMP page. In the "Page Analysis" section, Google should indicate "Canonical page selected by user: [Your standard page URL]". If this is the case, the relationship is well detected.

For standard pages, ensure they are indexed normally and that Google is not replacing them with their AMP version in the main index. Perform a site:yourdomain.com [exact page title] search: the URL that appears should be the standard page, even if the snippet displays the AMP logo on mobile.

  • Check that each AMP page contains a rel=canonical pointing to its standard version.
  • Check that each standard page contains a rel=amphtml pointing to its AMP version.
  • Use absolute HTTPS URLs in both tags.
  • Test the source HTML before JavaScript rendering to confirm the presence of the tags.
  • Verify in Search Console that Google has properly selected the standard page as canonical.
  • Monitor logs for any excessive crawling of AMP pages impacting the budget.
The canonical configuration between AMP and standard pages relies on a strict and reciprocal HTML declaration. The slightest syntax error or URL consistency issue can create indexed duplicates that dilute your SEO performance. Regularly monitoring Search Console and crawl logs remains essential for detecting issues. If this architecture seems complex to maintain or if you notice indexing anomalies that are difficult to diagnose, assistance from a specialized SEO agency can save you time and avoid costly mistakes in organic traffic.

❓ Frequently Asked Questions

Si je supprime mes pages AMP, est-ce que je perds du ranking sur mobile ?
Non, tant que vos pages standard sont bien optimisées pour les Core Web Vitals. Google n'utilise plus AMP comme facteur de classement depuis l'arrivée des Core Web Vitals en tant que signal de ranking.
Dois-je bloquer l'indexation des pages AMP dans le robots.txt ?
Non, surtout pas. Google a besoin de crawler les pages AMP pour comprendre la relation canonique. Bloquer leur crawl empêche Google de les afficher dans les résultats mobiles et peut créer des erreurs dans Search Console.
Les backlinks vers une page AMP comptent-ils pour la page standard ?
Oui, Google consolide les signaux de backlinks sur la page canonique (la page standard). Un lien vers l'AMP transmet son PageRank à la page standard via la relation canonique.
Peut-on avoir plusieurs pages AMP pointant vers la même page standard ?
Techniquement oui, mais c'est rarement pertinent. Une seule version AMP par page standard est la norme. Plusieurs AMP créent de la complexité sans bénéfice clair.
Comment Google choisit-il quelle version afficher dans les résultats mobiles ?
Google ne communique pas ses critères précis. En général, il affiche l'AMP sur mobile pour les contenus d'actualité ou informationnels, mais rien n'est garanti. La décision reste opaque et peut varier selon la requête.
🏷 Related Topics
Domain Age & History Crawl & Indexing Links & Backlinks Mobile SEO

🎥 From the same video 11

Other SEO insights extracted from this same Google Search Central video · duration 51 min · published on 18/12/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.