What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

AMP and desktop pages need to be linked through appropriate canonical tags to ensure proper indexing and canonicality of the pages.
569:28
🎥 Source video

Extracted from a Google Search Central video

⏱ 1249h07 💬 EN 📅 25/03/2021 ✂ 12 statements
Watch on YouTube (569:28) →
Other statements from this video 11
  1. 15:50 Pourquoi le blocage du Googlebot mobile peut-il faire disparaître vos pages de l'index ?
  2. 54:32 Faut-il arrêter d'utiliser la commande site: pour vérifier l'indexation de vos pages ?
  3. 120:45 La navigation à facettes est-elle vraiment un piège à erreurs de couverture ?
  4. 183:30 Comment canonicaliser correctement un site multilingue sans perdre vos rankings internationaux ?
  5. 356:48 Le contenu dupliqué tue-t-il vraiment votre référencement ?
  6. 482:46 Prêter un sous-domaine : quel impact réel sur votre domaine principal ?
  7. 619:55 Faut-il canonicaliser les fichiers sitemap XML pour éviter la duplication ?
  8. 695:01 La balise canonical garde-t-elle sa puissance quelle que soit l'ancienneté de la page ?
  9. 762:39 Comment gérer les paramètres URL de la navigation à facettes sans détruire votre crawl budget ?
  10. 1010:21 Les liens payants nuisent-ils vraiment au classement Google ?
  11. 1106:58 Les retours utilisateur sur les résultats de recherche influencent-ils vraiment le classement de votre site ?
📅
Official statement from (5 years ago)
TL;DR

Google emphasizes the importance of proper bidirectional linking between AMP and desktop pages through canonical tags. Without this setup, you risk inconsistent indexing, dilution of PageRank, and conflicting signals sent to Google. Specifically, each desktop page should point to its AMP equivalent via rel="amphtml", and each AMP page should specify the desktop version as canonical via rel="canonical".

What you need to understand

Why does Google insist on this bidirectional linking? <\/h3>

The relationship between AMP and desktop pages is based on a simple principle: Google needs to understand that these are two versions of the same content. Without an explicit link, the engine treats these URLs as distinct entities, which leads to content duplication, diluted ranking signals, and confusion in indexing.<\/p>

The rel="amphtml" tag on the desktop version tells Google where to find the accelerated version. Conversely, the rel="canonical" tag on the AMP page designates the desktop version as the reference URL. This architecture prevents Google from indexing both versions simultaneously in its standard organic results — only the desktop version appears, while the AMP is reserved for mobile carousels and quick results.<\/p>

What happens in case of incorrect configuration? <\/h3>

AMP canonicalization errors generate indexing issues that are often invisible on the surface. Google might index the AMP page instead of the desktop, display inconsistent URLs in the SERPs, or worse, completely ignore one of the two versions. The result? Erratic visibility depending on the device and search context.<\/p>

More insidiously, popularity signals fragment. If backlinks point to the desktop version and others to the AMP, without clear canonicalization, Google does not consolidate these signals. You lose potential PageRank due to simple technical negligence. The Search Console sometimes alerts you with "Invalid AMP URL", but not always — some issues remain silent until a deep audit reveals them.<\/p>

What is the expected technical structure? <\/h3>

The correct canonical configuration follows a strict pattern. On the desktop page (for example https:\/\/example.com\/article), you add in the <head><\/strong>: <link rel="amphtml" href="https:\/\/example.com\/article\/amp"><\/code>. This tag signals the existence of the corresponding AMP version.<\/p>

On the AMP page (https:\/\/example.com\/article\/amp), you place: <link rel="canonical" href="https:\/\/example.com\/article"><\/code>. This tag designates the desktop version as the main URL. This bidirectional link closes the loop: Google understands that these two URLs represent the same content, that the desktop version is the reference, and that the AMP is an optimized variant for mobile speed.<\/p>

  • Mandatory bidirectional linking<\/strong>: each version must point to the other with the correct rel attributes<\/li>
  • Canonical URL = desktop version<\/strong>: it is always the one used as a reference for classic organic indexing<\/li>
  • Search Console validation<\/strong>: regularly check the AMP report for canonicalization errors<\/li>
  • Content consistency<\/strong>: both versions must essentially present the same content (title, main text, key images)<\/li>
  • Impact on PageRank<\/strong>: poor canonicalization fragments popularity signals between the two URLs<\/li><\/ul>

SEO Expert opinion

Does this statement align with on-the-ground observations? <\/h3>

On paper, Google's recommendation is clear. In practice, sites that adhere strictly to this configuration do indeed achieve consistent indexing: the desktop version appears in standard organic results, while the AMP triggers in accelerated mobile contexts (even though the AMP project has lost some importance since Core Web Vitals became a ranking criterion).<\/p>

However, one point needs clarification: Google never explicitly states what happens if you publish an AMP page without a desktop equivalent. Technically, an AMP page can self-canonicalize (the rel="canonical" points to itself). In this case, Google indexes it like any normal page. [To be verified]<\/strong>: the actual impact on the ranking of a 100% AMP architecture without a desktop version remains unclear — guidelines suggest it's possible, but documented experiences are rare.<\/p>

What are the most frequent pitfalls? <\/h3>

The first pitfall: believing that adding the rel="amphtml"<\/strong> tag on the desktop suffices. If the AMP page does not link back to the desktop via rel="canonical", the link remains incomplete. Google may then interpret the two URLs as distinct contents, leading to issues like cannibalization<\/strong>, diluted signals, and erratic indexing.<\/p>

A second classic error: pointing to an AMP URL that does not exist or generates a 404. This happens more often than one might think after a redesign or a change in URL structure. Google detects the amphtml tag, attempts to crawl the target, encounters an error, and reports an AMP validation issue<\/strong> in the Search Console. Meanwhile, the desktop version remains indexed but without benefiting from mobile acceleration.<\/p>

In what cases does this rule become less relevant? <\/h3>

Let's be honest: AMP has lost its luster<\/strong>. Since Core Web Vitals became an official ranking factor and Google dropped the lightning badge in mobile results, the tactical interest in AMP has significantly diminished. A properly optimized site (deferred JavaScript, lazy-loaded images, critical CSS inlined) can achieve equivalent performance without the complexity of a double architecture.<\/p>

For media sites that already generate traffic via Google Discover or "Top Stories" carousels, maintaining AMP remains relevant — these surfaces still prioritize AMP pages or ultra-fast pages. But for a classic e-commerce site or a corporate blog? The effort is rarely worth it. If you consider dismissing AMP<\/strong>, make sure to implement 301 redirects from the \/amp URLs to the desktop versions, and monitor the Search Console for a few weeks to ensure Google reindexes properly.<\/p>

Caution:<\/strong> If you deactivate AMP on a site that heavily benefited from it (a news site with strong presence in mobile carousels), expect a temporary drop in mobile traffic while Google reassesses your desktop pages. Prepare the groundwork by first optimizing your Core Web Vitals.<\/div>

Practical impact and recommendations

How to check your site's current configuration? <\/h3>

First step: open the Search Console, section "Experience" > "AMP". Google lists all detected AMP pages there, along with their validation status. Common errors: "Invalid canonical URL", "Missing amphtml tag on the canonical page", "AMP URL not found". Each error indicates a bidirectional linking issue.<\/p>

For a manual audit, take an arbitrary desktop URL, display its source code, look for the rel="amphtml"<\/strong> tag. Note the target URL, visit it, and verify that it contains a rel="canonical"<\/strong> pointing to the original desktop. If either tag is missing or points to the wrong URL, you have an issue. Repeat the operation on a representative sample of pages — errors are often systemic, linked to a poorly configured template.<\/p>

What corrective actions should be implemented? <\/h3>

If you're using a CMS (WordPress, Drupal, etc.), check that your AMP plugin<\/strong> automatically generates the linking tags. Official plugins (AMP for WP, official AMP plugin) do this by default, but some themes or third-party plugins can interfere. Test on a sample page, validate the source code, and then generalize.<\/p>

For a custom site or a self-built CMS, implement the logic server-side: every time a desktop page is served, dynamically inject <link rel="amphtml" href="[CORRESPONDING_AMP_URL]"><\/code> into the <head><\/strong>. On the AMP side, inject <link rel="canonical" href="[DESKTOP_URL]"><\/code>. Ensure that the URLs match exactly — a simple difference in trailing slash or protocol (http vs https) can break the link.<\/p>

Should you keep AMP or abandon it? <\/h3>

If your site generates significant traffic via Google Discover, the "Top Stories" carousels, or mobile news searches, keeping AMP is still strategic. Measure the share of traffic from these surfaces in Analytics: if it exceeds 10-15% of your mobile sessions, the ROI justifies the maintenance effort.<\/p>

In other cases — e-commerce site, showcase site, corporate blog — investing in optimizing Core Web Vitals<\/strong> on your classic desktop/mobile pages offers a better return. An LCP under 2.5s, an FID under 100ms, and a CLS under 0.1 place you in the top 75% of sites, without the complexity of a double architecture. If you choose this path, plan a clean migration: 301 redirects, monitor crawl logs, validate in the Search Console.<\/p>

  • Audit the AMP report in the Search Console to identify existing canonicalization errors<\/li>
  • Manually check the presence and consistency of rel="amphtml" and rel="canonical" tags on a sample of pages<\/li>
  • Test the validity of AMP URLs using Google's official AMP testing tool<\/li>
  • Ensure that the main content (title, text, images) is identical between the desktop and AMP versions<\/li>
  • Set up an alert to monitor the evolution of the number of valid AMP pages in the Search Console<\/li>
  • If migrating away from AMP: plan 301 redirects, optimize Core Web Vitals in advance, monitor post-migration mobile traffic<\/li><\/ul>
    Canonicalization between AMP and desktop is a specific technical issue that, if neglected, fragments your ranking signals and muddles indexing. For news sites or those heavily reliant on Google Discover, strict configuration remains essential. For others, the question is no longer "how to do AMP well" but "should we still invest in AMP" — and the answer is increasingly leaning towards thorough optimization of classic pages. These optimizations (bidirectional linking, consistency audit, possible migration) require sharp technical expertise and constant monitoring. If your team lacks resources or experience on these topics, the support of a specialized SEO agency can be invaluable in avoiding pitfalls and maximizing the impact of each architectural decision.<\/div>

❓ Frequently Asked Questions

Que se passe-t-il si je n'ai qu'un tag rel="amphtml" sur la desktop mais pas de rel="canonical" sur l'AMP ?
Google détecte la page AMP mais ne comprend pas que la desktop est l'URL de référence. Résultat : les deux versions peuvent être indexées séparément, diluant vos signaux de ranking et créant de la duplication.
Puis-je publier une page AMP sans version desktop correspondante ?
Oui, c'est techniquement possible. Dans ce cas, la page AMP s'auto-canonise (le rel="canonical" pointe vers elle-même). Google l'indexe comme une page normale, mais l'impact sur le ranking dans ce scénario reste peu documenté.
Comment savoir si mes pages AMP sont correctement indexées ?
Consultez le rapport AMP dans la Search Console. Google y liste les pages AMP détectées, leur statut de validation, et les éventuelles erreurs de canonicalisation. Un test avec l'outil de validation AMP officiel confirme la conformité technique.
Est-ce que les backlinks vers la version AMP comptent pour le ranking de la version desktop ?
En théorie, si la canonicalisation est correcte, Google consolide les signaux. En pratique, c'est flou : mieux vaut privilégier des backlinks vers la version desktop, qui sert de référence pour l'indexation organique classique.
Faut-il encore investir dans AMP en 2025 ?
Pour les sites d'actualités ou fortement présents dans Google Discover, oui. Pour la plupart des autres sites, non : optimiser les Core Web Vitals sur les pages classiques offre un meilleur ROI sans la complexité d'une double architecture.

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