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

CrUX data from the AMP cache is now attributed to the origin. If canonicalization is correctly set up between AMP and non-AMP, data from both versions is taken into account.
27:07
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h07 💬 EN 📅 28/01/2021 ✂ 28 statements
Watch on YouTube (27:07) →
Other statements from this video 27
  1. 13:31 Can your slow pages drag down the rankings of your entire site?
  2. 13:33 Do Core Web Vitals really affect your entire site or just your slow pages?
  3. 13:33 Can you really block the collection of Core Web Vitals using robots.txt or noindex?
  4. 14:54 Why does CrUX collect your Core Web Vitals even if you block Googlebot?
  5. 15:50 Does Google really underplay the true importance of Page Experience in rankings?
  6. 16:36 Is Page Experience really just a secondary ranking signal?
  7. 17:28 Does LCP truly measure the speed perceived by the user?
  8. 19:57 Do Core Web Vitals really measure continuously throughout the user session?
  9. 20:04 Do Core Web Vitals really change after the initial page load?
  10. 21:22 How does Google estimate your Core Web Vitals when CrUX data is lacking?
  11. 22:22 How does Google estimate a page's Core Web Vitals without sufficient CrUX data?
  12. 29:47 Is AMP still necessary to rank in Top Stories on mobile?
  13. 32:31 How can you leverage server logs to uncover 4xx errors in Search Console?
  14. 34:34 Why do new sites experience extreme volatility in indexing and ranking?
  15. 34:34 Should you really analyze server logs to diagnose 4xx errors in Search Console?
  16. 34:34 Why does your new site fluctuate like a yo-yo in the SERPs?
  17. 40:03 Should you really report copied content from your site using Google's spam form?
  18. 40:20 How can you effectively report copied content spam to Google?
  19. 43:43 Are your franchise pages considered doorway pages by Google?
  20. 45:46 Is duplicate content really harmless to your SEO?
  21. 45:46 Is it true that duplicate content won't penalize your SEO?
  22. 45:46 Are your franchise pages seen as doorway pages by Google?
  23. 51:52 Does the http:// or https:// namespace in an XML sitemap really affect crawlability?
  24. 52:00 Does using HTTPS for your XML sitemap namespace hurt your SEO ranking?
  25. 55:56 Is it really sufficient to include only one version, mobile or desktop, in your XML sitemap?
  26. 56:00 Should you really submit both mobile AND desktop versions in your sitemap?
  27. 61:54 Should you give up on AMP if you’re using GA4 to measure your performance?
📅
Official statement from (5 years ago)
TL;DR

Google now consolidates Core Web Vitals data from the AMP cache with that of the canonical origin. Specifically, your performance metrics include both AMP and non-AMP traffic, provided canonicalization is correctly configured. This is a game changer for evaluating page experience signals, as your lightning-fast AMP versions can boost your overall CrUX metrics.

What you need to understand

What does this consolidation of CrUX data change for the AMP cache?

Until now, AMP cache CrUX data was treated separately from that of your main origin. Google's AMP cache served your pages from its own servers (cdn.ampproject.org), creating a distinct technical origin. The result: your performance metrics were fragmented.

Now, Google attributes this data to your canonical origin. If a user loads your article via the AMP cache, their Core Web Vitals (LCP, FID, CLS) metrics show up in the CrUX report for your main domain. The artificial separation is gone.

Why is correct canonicalization the key?

Google emphasizes a crucial point: canonicalization must be bidirectional. Your AMP page should point to the non-AMP version via <link rel="canonical">, and vice versa with <link rel="amphtml">. Without this configuration, Google cannot link the two versions.

In practice, a clunky canonicalization was already problematic for indexing. Now, it also deprives you of the consolidation of CrUX metrics. If your AMP pages generate significant traffic but the canonical tags are broken, your performance data remains orphaned.

Which CrUX metrics are affected by this attribution?

All Core Web Vitals from the CrUX dataset are aggregated: Largest Contentful Paint, First Input Delay (or Interaction to Next Paint), Cumulative Layout Shift, First Contentful Paint, Time to First Byte. This data comes from real Chrome users, collected over the past 28 rolling days.

The impact is direct on your Page Experience assessment. Google uses CrUX to determine whether your pages meet the "good" thresholds of Core Web Vitals. If your AMP pages are ultra-performing (which is often the case due to the constraints of the format), they can offset slower desktop or mobile versions.

  • AMP cache CrUX data is now counted in the metrics of your main origin
  • Bidirectional canonicalization (AMP to non-AMP and vice versa) is required for attribution to work
  • All Core Web Vitals are affected, with a direct impact on the Page Experience assessment
  • High-performing AMP traffic can now boost your overall CrUX metrics instead of being isolated
  • The 28 rolling days of the CrUX dataset now include data from both versions if the configuration is correct

SEO Expert opinion

Does this announcement really address the historical issue of AMP fragmentation?

Let’s be honest: this is a technical adjustment long awaited. The separation of AMP/non-AMP origins was an architectural artifact that made no sense from a UX perspective. A user engages with your content, whether Google serves it from its cache or your server.

But here's the hitch — [To be verified]: Google doesn't specify the weighting applied when metrics diverge significantly between AMP and non-AMP. If 70% of your mobile traffic comes from the ultra-fast AMP cache and 30% from your standard slower mobile version, how does CrUX aggregate? Proportional ratio to actual traffic volume? Arithmetic mean? No clarification.

In what scenarios can this consolidation skew your performance diagnosis?

Imagine your AMP pages show an LCP of 1.2 seconds (excellent) but your non-AMP mobile version maxes out at 3.8 seconds (poor). After consolidation, your overall CrUX report may show an "average" LCP of 2.0-2.5 seconds, depending on traffic distribution.

The risk? Masking real performance issues on your main version. You could turn green in CrUX thanks to the AMP leverage while leaving your standard mobile site sluggish. For an accurate audit, you now need to cross-reference CrUX data from the origin with your RUM (Real User Monitoring) metrics by page type.

Warning: If you abandon AMP after benefiting from this consolidation, your CrUX metrics may plummet. Anticipate the impact before you dismantle everything.

Is Google consistent with its long-term strategy on AMP?

This announcement comes as AMP has not been a requirement for Top Stories since 2021. Google has deprioritized the format, acknowledging that Core Web Vitals alone suffice. Consolidating CrUX data is implicitly admitting that the separation of origins was a design mistake.

Paradoxically, this may rekindle interest in AMP — not as an imposed format, but as a CrUX metrics optimizer. If you maintain AMP for part of your traffic (especially mobile), you benefit from an aggregated performance boost. Viable strategy? Yes, if you have the resources to maintain two versions. Otherwise, it's better to optimize your single version.

Practical impact and recommendations

What should you prioritize checking on your AMP setup?

First reflex: audit your canonical tags. Crawl your site with Screaming Frog or Oncrawl isolating AMP pages. Check that each AMP page contains <link rel="canonical" href="https://yoursite.com/page"> pointing to the non-AMP version. Then check the reverse: each non-AMP page must have <link rel="amphtml" href="https://yoursite.com/page/amp">.

Next, verify in Search Console that Google is indexing the correct canonicals. Go to Coverage > Excluded > "Alternative page with appropriate canonical tag". Your AMP pages should be listed there, confirming that Google understands the hierarchy. If they appear in indexed pages, you have a canonicalization issue.

How to measure the actual impact of this CrUX consolidation?

Compare your CrUX data before/after in PageSpeed Insights or the Core Web Vitals report in Search Console. Note the date of this change deployment by Google, then observe the metrics evolution over the following 28 days (the duration of the CrUX window).

Also, set up a segmented RUM monitoring (Google Analytics 4 with Web Vitals or a tool like SpeedCurve). Filter your data by page type (AMP vs non-AMP) to understand the real contribution of each version to your overall metrics. If AMP represents 5% of traffic, the impact will be marginal. If it weighs 40%+, it's significant.

Should you maintain AMP solely to optimize CrUX?

Legitimate question. If your AMP traffic is substantial (typically media, news, recipes) and your AMP versions vastly outperform, keeping the format makes sense. You gain CrUX points effortlessly since AMP already imposes strict performance constraints.

On the other hand, if you're generating

❓ Frequently Asked Questions

Les données CrUX du cache AMP sont-elles rétroactives ou seulement prospectives après cette annonce ?
Google n'a pas précisé si l'attribution s'applique rétroactivement aux données historiques CrUX. Par sécurité, considère que seules les données collectées après le déploiement sont consolidées. Surveille l'évolution sur les 28 jours suivants pour mesurer l'impact réel.
Si ma canonicalisation AMP est cassée, est-ce que je perds complètement les données CrUX du cache ?
Oui, sans canonicalisation correcte, Google ne peut pas attribuer les données CrUX du cache AMP à ton origine principale. Ces métriques restent isolées sur l'origine cdn.ampproject.org et ne contribuent pas à ton évaluation Page Experience.
Est-ce que cette consolidation s'applique aussi aux versions AMP auto-hébergées (non servies par le cache Google) ?
Si tu héberges AMP sur ton propre domaine (ex: tonsite.com/amp/), les données CrUX étaient déjà sur ton origine. La consolidation concerne spécifiquement le cache Google (cdn.ampproject.org). L'auto-hébergement évite ce problème d'origine depuis le début.
Comment savoir quelle proportion de mon trafic provient du cache AMP versus la version non-AMP ?
Dans Google Analytics, segmente par hostname ou par paramètre d'URL AMP. Tu peux aussi utiliser les rapports Search Console en filtrant par type d'appareil et page AMP. Un RUM dédié (comme Web Vitals extension) donne des données plus précises.
Si j'abandonne AMP, combien de temps avant que mes métriques CrUX reflètent uniquement la version non-AMP ?
CrUX fonctionne sur une fenêtre glissante de 28 jours. Après suppression d'AMP, compte 4 semaines minimum pour que les anciennes données AMP sortent du dataset et que tes métriques reflètent uniquement la version non-AMP. Surveille attentivement cette période de transition.
🏷 Related Topics
Crawl & Indexing AI & SEO Mobile SEO Web Performance

🎥 From the same video 27

Other SEO insights extracted from this same Google Search Central video · duration 1h07 · published on 28/01/2021

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