Official statement
Other statements from this video 21 ▾
- 2:06 Does mobile speed really determine your Google ranking?
- 2:12 Is mobile speed truly a decisive Google ranking factor?
- 4:19 Should you really panic if your site takes more than 3 seconds to load?
- 4:19 Are you losing half of your visitors before they even see your content?
- 5:37 Is a Speed Index under 5 seconds really enough to ensure good perceived performance?
- 5:42 Is the speed index really Google's key metric for mobile performance?
- 9:56 Why do CSS and JavaScript really block the initial display of your pages?
- 10:11 Should you really optimize the critical render path to boost speed?
- 15:29 Async or defer: which JavaScript strategy truly optimizes your crawl budget?
- 20:21 Is it really necessary to load CSS asynchronously to enhance critical rendering?
- 25:29 Why has srcset become essential for mobile SEO?
- 28:48 How much can you compress images without hurting your SEO?
- 30:00 Does lazy loading really enhance load times and SEO?
- 30:50 Should you really enable lazy loading on all your images to enhance SEO?
- 41:00 Why does Google emphasize 3G and multiple tests when using WebPageTest?
- 44:25 Do JavaScript frameworks really sabotage your mobile performance?
- 46:18 Does HTTP/2 server push really cut requests for improved SEO?
- 46:20 Is HTTP/2 server push truly a game changer for speeding up your website?
- 48:17 Does browser caching really boost your ranking on Google?
- 50:19 Should you really remove half of your WordPress plugins for SEO?
- 52:12 Does AMP really enhance your SEO performance or is it a technical trap?
Google claims that AMP effectively speeds up web pages, with 600 million indexed pages as proof of adoption. For SEOs, this suggests a potential speed gain, but only for certain types of sites. The question remains: do AMP's technical constraints justify this gain, or do other modern solutions perform better without sacrificing flexibility?
What you need to understand
What is AMP and Why Does Google Still Promote It?
AMP (Accelerated Mobile Pages) is an open-source framework launched by Google to create ultra-fast pages on mobile devices. The principle: simplified HTML, limited CSS, and controlled JavaScript. The stated goal? To drastically reduce loading times.
With 600 million indexed pages, Google showcases this figure as proof of effectiveness. However, beware: a high adoption volume does not imply universal relevance. Many media outlets and news sites adopted AMP under pressure, especially when Google favored these pages in the Top Stories carousel.
What Are the Real Limitations of This Technology?
Google acknowledges that AMP is suitable only for certain types of sites. Specifically, it works well for static editorial content: blog articles, news, basic product sheets. However, as soon as advanced interactivity, complex forms, or sophisticated e-commerce features are required, AMP becomes a straightjacket.
The paradox? The Core Web Vitals have changed the game. Since their introduction, Google evaluates the actual speed of pages, whether they are AMP or not. The result: a well-optimized page without AMP can now outperform a poorly designed AMP page in search results.
Does This Statement Hide a Strategic Retreat by Google?
The tone is revealing. Google refers to AMP as a "effective method" but acknowledges its limitations. This is no longer the aggressive marketing discourse of the early years. In reality, Google has gradually removed the specific advantages of AMP in the SERPs.
For an SEO practitioner, this means one thing: AMP is no longer a differentiating ranking lever. It has become one of several technical options to improve speed, not a requirement. If your modern technical stack (lazy loading, CDN, minification) already achieves good Core Web Vitals metrics, AMP adds no additional value.
- AMP speeds up pages through constrained HTML and Google caching
- Limited to certain types of sites: editorial content, simple sheets, news
- 600 million indexed pages do not guarantee an automatic SEO advantage
- The Core Web Vitals have leveled the playing field: a standard fast page can beat a slow AMP page
- No more specific advantages in the SERPs since the disappearance of the AMP badge and the opening of the Top Stories carousel
SEO Expert opinion
Are The Announced Figures Really Significant?
Google cites 600 million indexed AMP pages as proof of effectiveness. Let's be honest: this figure measures adoption, not performance. How many of these pages actually generate traffic? How many were created under pressure when AMP was needed to appear in the news carousel?
On the ground, we see that many sites are gradually abandoning AMP since Google opened the Top Stories carousel to non-AMP performing pages. Publishers who maintain two versions (AMP + standard) often do so out of legacy caution, not technical conviction. [To be verified]: Google publishes no data on the actual traffic share generated by these 600 million pages versus their standard versions.
Does This Statement Mask a Change in Direction?
The language used is cautiously defensive. Google refers to AMP as an "effective method" but immediately qualifies it with "limited to certain types of sites". This nuance was not present in initial communications, where AMP was presented as a universal solution for mobile.
The reality? AMP has lost its status as a favored ranking factor. The AMP badge has disappeared from the SERPs, benefits in the carousel have been removed, and Google now emphasizes Core Web Vitals as a universal criterion. This statement feels more like a justification for a project that has not fulfilled all its promises than a strong strategic recommendation.
When is AMP Still Relevant After All?
There are legitimate cases where AMP still holds real technical value. For high-traffic mobile news sites with a rigid CMS, AMP can simplify caching and ensure an acceptable baseline speed. For limited technical teams, AMP's constrained framework avoids certain common performance mistakes.
But beware: these advantages come with a significant maintenance cost. Managing two distinct HTML versions, synchronizing content, handling analytics separately, adapting ads... All of this requires resources. In 80% of observed cases, investing those same resources in optimizing the standard version (smart lazy loading, image optimization, efficient CDN) yields better results without the constraints of AMP.
Practical impact and recommendations
Should You Still Implement AMP on Your Site?
The answer depends on your technical and editorial context. If you are launching a new site in 2025, the question doesn’t even arise: focus on Core Web Vitals with modern technologies. Current frameworks (Next.js, Nuxt, even well-configured WordPress) achieve comparable performance without AMP restrictions.
If you already have AMP in place, evaluate the real ROI. Compare traffic, engagement, and conversion metrics between your AMP and standard pages. If the gap is negligible or nonexistent, you are likely wasting maintenance resources for nothing. Several major media outlets have dropped AMP without measurable traffic loss.
How to Optimize Speed Without Relying on AMP?
The Core Web Vitals are now the real playing field. Focus on three pillars: LCP (loading), FID/INP (interactivity), CLS (visual stability). A non-AMP page that scores well on these metrics will outperform a mediocre AMP page in the rankings.
Specifically, this means optimizing images (WebP, lazy loading, responsive srcset), reducing blocking JavaScript (code splitting, intelligent defer/async), using a high-performance CDN, and minimizing third-party requests (ads, analytics, tracking pixels). These optimizations benefit your entire site, not just a parallel version.
What Mistakes to Avoid in Your Performance Strategy?
Do not choose AMP by default without prior analysis. Too many sites have done this under marketing pressure, only to discover later that the technical complexity outweighed the benefits. Do not maintain two versions out of inertia: if AMP no longer provides measurable value, cleanly abandon it with 301 redirects.
Avoid the reverse trap as well: completely neglecting mobile speed on the pretext of rejecting AMP. Users and Google expect fast pages, with or without AMP. The real question is not AMP versus non-AMP, but fast page versus slow page.
- Audit your Core Web Vitals on key pages with PageSpeed Insights and Search Console
- Compare the actual performance of your AMP versus standard pages (traffic, engagement, conversions)
- Optimize images: modern formats (WebP/AVIF), compression, lazy loading, appropriate dimensions
- Reduce JavaScript: remove unnecessary scripts, defer non-critical, use code splitting
- Test on real mobile with network throttling (3G/4G), not just on Wi-Fi or desktop
- If you abandon AMP, plan clean 301 redirects and monitor metrics for 3 months
❓ Frequently Asked Questions
AMP améliore-t-il encore le classement dans Google en 2025 ?
Peut-on abandonner AMP sans perdre de trafic SEO ?
Quels types de sites bénéficient encore vraiment d'AMP ?
AMP compte-t-il toujours pour apparaître dans le carrousel Top Stories ?
Faut-il maintenir deux versions de contenu (AMP et standard) ?
🎥 From the same video 21
Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 25/01/2018
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.