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 pages will be treated like standard HTML pages for Core Web Vitals. They will need to meet the same thresholds, even though by default, AMP pages are generally fast enough to achieve them.
🎥 Source video

Extracted from a Google Search Central video

💬 EN 📅 01/04/2021 ✂ 40 statements
Watch on YouTube →
Other statements from this video 39
  1. La suppression de liens peut-elle déclencher une pénalité Google ?
  2. Faut-il vraiment nettoyer vos liens artificiels si Google les ignore déjà ?
  3. Les liens sont-ils vraiment en train de perdre leur pouvoir de classement sur Google ?
  4. Les backlinks perdent-ils leur importance une fois un site établi ?
  5. Faut-il vraiment bannir tout échange de valeur contre un lien ?
  6. Les collaborations éditoriales avec backlinks sont-elles vraiment sans risque selon Google ?
  7. Faut-il vraiment arrêter toute tactique de liens répétée à grande échelle ?
  8. Les actions manuelles Google sont-elles toujours visibles dans Search Console ?
  9. Un domaine spam inactif depuis longtemps retrouve-t-il automatiquement sa réputation ?
  10. Faut-il mettre à jour la date de publication après chaque petite modification d'une page ?
  11. Les sitemaps News accélérent-ils vraiment l'indexation de vos actualités ?
  12. Les balises canonical auto-référencées suffisent-elles vraiment à protéger votre site des duplications d'URL ?
  13. Faut-il vraiment abandonner les balises rel=next et rel=prev pour la pagination ?
  14. Le nombre de mots est-il vraiment un critère de classement Google ?
  15. Les sites générés par base de données peuvent-ils encore ranker en croisant automatiquement des données ?
  16. Les redirections 302 de longue durée sont-elles vraiment équivalentes aux 301 pour le SEO ?
  17. Combien de temps un 503 peut-il rester actif sans risquer la désindexation ?
  18. Pourquoi faut-il vraiment 3 à 4 mois pour qu'un site refonte soit reconnu par Google ?
  19. Les URLs mobiles séparées (m.example.com) sont-elles toujours une option viable en SEO ?
  20. Faut-il vraiment craindre de supprimer massivement des backlinks après une pénalité manuelle ?
  21. Les backlinks sont-ils devenus un facteur de ranking secondaire ?
  22. Faut-il vraiment attendre que les liens arrivent « naturellement » ou prendre les devants ?
  23. Qu'est-ce qu'un lien naturel selon Google et comment éviter les pratiques à risque ?
  24. Faut-il nofollowtiser tous les liens éditoriaux issus de collaborations avec des experts ?
  25. Les pénalités manuelles Google : êtes-vous vraiment sûr de ne pas en avoir ?
  26. Un passé spam efface-t-il vraiment son empreinte SEO après une décennie ?
  27. Les pages AMP gardent-elles un avantage concurrentiel face aux Core Web Vitals ?
  28. Faut-il vraiment mettre à jour la date de publication d'une page pour améliorer son classement ?
  29. Les sitemaps News accélèrent-ils vraiment l'indexation de votre contenu ?
  30. Pourquoi votre site oscille-t-il entre la page 1 et la page 5 des résultats Google ?
  31. Le balisage fact-check améliore-t-il vraiment le classement de vos pages ?
  32. Faut-il vraiment abandonner AMP pour apparaître dans Google Discover ?
  33. Faut-il vraiment ajouter une balise canonical auto-référentielle sur chaque page ?
  34. Faut-il encore utiliser les balises rel=next et rel=previous pour la pagination ?
  35. Le nombre de mots est-il vraiment sans importance pour le classement Google ?
  36. Les sites générés par bases de données peuvent-ils vraiment ranker sur Google ?
  37. Faut-il vraiment abandonner les URLs mobiles séparées (m.example.com) ?
  38. Faut-il vraiment se préoccuper de la différence entre redirections 301 et 302 ?
  39. Combien de temps peut-on garder un code 503 sans risquer la désindexation ?
📅
Official statement from (5 years ago)
TL;DR

Google confirms that AMP pages do not receive special treatment for Core Web Vitals. They must meet the same thresholds as standard HTML pages, even though their optimized architecture typically makes them compliant by default. For SEO teams, this means that a CWV audit remains essential for AMP, particularly concerning third-party components and extensive customizations that may degrade performance.

What you need to understand

Why does this clarification change the game for AMP?<\/h3>

For a long time, SEO practitioners viewed AMP as an automatic ticket to web performance<\/strong>. The logic seemed simple: a framework constrained by design, limited resources, hence metrics would inevitably be green.<\/p>

This statement from Mueller shatters that assumption. AMP is not a wild card<\/strong> that exempts one from rigorous CWV auditing. Google applies exactly the same thresholds — 2.5s for LCP, 100ms for FID, 0.1 for CLS — whether it's an AMP page or a vanilla HTML page with 3MB of JavaScript.<\/p>

Where are the friction points on AMP?<\/h3>

The majority of AMP pages do indeed meet the thresholds without particular effort. The framework imposes strict constraints<\/strong>: no custom JavaScript without going through validated components, CSS inline limited to 75KB, native lazy-loading on images.<\/p>

However, three scenarios create recurring problems. First, third-party ads<\/strong>: a poorly configured programmatic slot can spike CLS even on AMP. Next, dynamic components like amp-list<\/code> or amp-bind<\/code> that load content after the first render — if the area is not properly reserved, layout shift is guaranteed. Finally, custom web fonts poorly preloaded that cause visible FOIT or FOUT.<\/p>

Does this rule apply to all AMP environments?<\/h3>

Mueller makes no distinction between self-hosted AMP and AMP served from Google Cache<\/strong>. Both must meet the same CWV thresholds. This is an important point because some believed that AMP cache, with its optimized CDN distribution, might benefit from more lenient treatment.<\/p>

In reality, the cache helps significantly — nearly zero latency, pre-established connections — but does not compensate for poorly structured code<\/strong>. An AMP page that takes 8 seconds for LCP locally might take 4 seconds from the cache, but will still fall short of the threshold.<\/p>

  • AMP pages receive no special treatment<\/strong> for Core Web Vitals — same thresholds as standard HTML
  • By default, AMP generally meets the criteria<\/strong> due to the technical constraints of the framework
  • Main points of attention<\/strong>: programmatic ads, dynamic components, custom web fonts
  • AMP cache improves performance<\/strong> but does not exempt from having clean code on the editor side
  • A CWV audit remains essential<\/strong> even on AMP, especially in a real production environment

SEO Expert opinion

Is this position consistent with real-world observations?<\/h3>

Mueller's statement aligns perfectly with what we observe in production. AMP is not magical<\/strong> — it’s just a technical framework that eliminates 90% of common errors. The remaining 10% depend on the implementation and can be enough to derail metrics.<\/p>

I have audited news sites where 80% of AMP pages were CWV compliant<\/strong>, but the remaining 20% — often sponsored articles with lots of ads or enriched content like interactive quizzes — significantly exceeded the thresholds. Google indeed makes no distinction: if LCP is at 3.2s, the page is classified as “needs improvement” even if it’s technically AMP.<\/p>

What nuances should we consider regarding ease of compliance?<\/h3>

Mueller states that “by default AMP pages are generally fast enough to meet” the thresholds. This is true, but this wording masks a more complex reality<\/strong>. A basic AMP page — text, images, simple structure — will comply effortlessly. But as soon as you add customization, dynamic content, or aggressive monetization, the situation complicates.

The classic trap: migrating a site to AMP thinking it solves performance issues, then gradually reinjecting business needs<\/strong> (advanced tracking, A/B testing, real-time recommendations) that degrade the metrics. Six months later, CWV return to the same level as before migration, except now we have two versions of the site to maintain.<\/p>

In what cases does this rule pose a problem?<\/h3>

The critical scenario involves e-commerce sites on AMP<\/strong>. The framework was never designed for complex transactional journeys — cart management, multi-criteria filters, product customization. When you force these features into AMP with components like amp-bind<\/code> or amp-form<\/code>, performance quickly degrades.<\/p>

As a result, you end up with a constrained technical stack that delivers neither the desired user experience nor the expected performance<\/strong>. It’s the worst of both worlds. In these cases, a well-optimized classic HTML page — code splitting, intelligent prefetch, selective lazy-loading — can yield better CWV than an overloaded AMP page. [To be verified]<\/strong> through A/B testing on your actual traffic before generalizing.<\/p>

Warning: AMP no longer provides any specific SEO advantage since the end of the Top Stories carousel reserved for it. If your AMP pages do not meet CWV thresholds, you accumulate drawbacks — double maintenance + average performance — without any visibility gain.<\/div>

Practical impact and recommendations

What should you prioritize auditing on your AMP pages?<\/h3>

Your first reflex should be to extract the real CWV data from the Search Console<\/strong>, filtered by AMP URLs if you have a dual implementation. Lab tools (Lighthouse, PageSpeed Insights) provide a preliminary indication, but the real-world metrics from CrUX are what Google actually uses for ranking.<\/p>

Focus on three risk areas. First, ad slots<\/strong> — test with and without to quantify their actual impact on CLS and LCP. Next, the dynamic components<\/strong>: everything that loads after the first render must have a fixed reserved space to avoid layout shifts. Finally, custom fonts<\/strong>: use font-display: swap<\/code> and preload critical variants with <link rel="preload"><\/code>.

How do you fix CWV issues specific to AMP?<\/h3>

For LCP, the classic culprit is an unoptimized hero image<\/strong>. Even though AMP handles lazy-loading, it doesn’t compress files for you. Use an image CDN with automatic compression (WebP/AVIF) and adaptive sizing. On mobile, a 1200px image loaded in full width while the viewport is 375px will kill LCP.<\/p>

For CLS, the trick is to define explicit dimensions for all elements<\/strong> that can change size: amp-ad<\/code>, amp-img<\/code>, amp-iframe<\/code>. If you’re using amp-list<\/code> for dynamic content, set a minimum height with a skeleton loader. And test in real conditions — often, it’s the ad that doesn’t load in dev but blows up CLS in production.<\/p>

When should you consider abandoning AMP?<\/h3>

If you maintain AMP solely for performance and your AMP pages do not meet CWV thresholds<\/strong>, the question is worth considering. Let’s be honest: maintaining two versions of the site incurs a cost — development, testing, editorial synchronization.<\/p>

Do the simple calculation. How much organic traffic actually comes to the AMP URLs?<\/strong> If it’s less than 15% and the metrics are no better than the HTML version, you are investing resources for no gain. In this case, it’s better to focus efforts on a single hyper-optimized version. These optimizations may be complex to orchestrate alone — analyzing CrUX data, technical prioritization, cross-device validation. A specialized SEO agency in web performance can help you objectify decisions and implement fixes methodically.<\/p>

  • Extract real CWV data (Search Console + CrUX) filtered by AMP URLs
  • Specifically audit ad slots and quantify their CLS/LCP impact
  • Check that all dynamic components (amp-list, amp-bind) have reserved dimensions
  • Optimize hero images: WebP/AVIF compression + mobile adaptive sizing
  • Configure font-display: swap<\/code> and preload critical fonts
  • Compare AMP vs standard HTML performance on a representative sample of pages
AMP pages do not benefit from any special treatment regarding Core Web Vitals. The framework's architecture makes compliance easier by default, but does not exempt you from a rigorous audit — particularly regarding ads, dynamic content, and custom fonts. If your AMP pages do not outperform the HTML version on CWV metrics, reconsider the ROI of maintaining this dual technical stack.<\/div>

❓ Frequently Asked Questions

Les pages AMP ont-elles un avantage de ranking grâce à leurs performances ?
Non, elles sont traitées exactement comme des pages HTML normales. Elles doivent respecter les mêmes seuils CWV et n'ont aucun bonus spécifique. Le seul avantage est que le framework AMP facilite techniquement l'atteinte de ces seuils.
Le cache AMP améliore-t-il automatiquement les Core Web Vitals ?
Le cache AMP réduit la latence et accélère le chargement, ce qui aide pour le LCP. Mais il ne corrige pas les problèmes de code — un CLS causé par des ads mal configurées ou un LCP plombé par une image non optimisée resteront problématiques même avec le cache.
Dois-je auditer les CWV même sur des pages AMP basiques ?
Oui, surtout en environnement de production réel avec publicités et tracking activés. Une page AMP de test sans tiers peut être conforme, puis échouer en prod à cause des scripts publicitaires ou analytics.
Quels composants AMP posent le plus de problèmes pour les CWV ?
Les amp-ad (layout shift si mal dimensionnés), amp-list et amp-bind (CLS si pas de hauteur réservée), et les polices web custom (LCP si pas de preload). Les iframes embarqués type amp-iframe peuvent aussi dégrader le FID.
Faut-il abandonner AMP si mes pages ne respectent pas les seuils CWV ?
Pas nécessairement. Identifiez d'abord la cause — souvent corrigible avec des optimisations ciblées. Mais si les performances AMP sont équivalentes ou inférieures à votre version HTML classique, le ROI de maintenir deux stacks devient discutable.

🎥 From the same video 39

Other SEO insights extracted from this same Google Search Central video · published on 01/04/2021

🎥 Watch the full video on YouTube →

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