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

For WordPress sites using AMP plugins, it makes sense to test different options to complement the features that the official plugin may not offer. This may involve modifying the open-source plugin to better fit your specific needs.
6:22
🎥 Source video

Extracted from a Google Search Central video

⏱ 53:42 💬 EN 📅 23/08/2016 ✂ 10 statements
Watch on YouTube (6:22) →
Other statements from this video 9
  1. 3:38 Les canoniques chaînées AMP peuvent-elles faire disparaître vos pages de l'index Google ?
  2. 7:17 Comment tester et optimiser vos pages AMP pour maximiser leur visibilité dans les résultats de recherche ?
  3. 8:36 Panda est-il vraiment devenu invisible dans l'algorithme de Google ?
  4. 11:18 Les fluctuations de trafic sont-elles vraiment normales ou révèlent-elles un problème de qualité ?
  5. 13:04 Les fichiers PDF sont-ils vraiment indexés par Google ?
  6. 23:16 Faut-il vraiment créer des liens sortants vers d'autres sites pour améliorer son SEO ?
  7. 25:15 Les flux sociaux intégrés impactent-ils vraiment le classement Google ?
  8. 42:29 Le crawl Google suit-il vraiment les impressions en Search Console ?
  9. 47:07 Les redirections 301 protègent-elles vraiment votre classement lors d'une migration ?
📅
Official statement from (9 years ago)
TL;DR

Google explicitly allows modifications to the open-source AMP plugin for WordPress to tailor functionalities to specific needs not covered by the official version. This statement validates a practice already common among developers: testing multiple AMP plugins or forking the source code. In concrete terms, this means you are not obliged to use the official version if it limits your technical or editorial capabilities.

What you need to understand

Why does Google encourage modifications to the official AMP plugin?

The official AMP plugin for WordPress has always been designed as a generic solution covering common use cases. However, sites with high editorial or technical demands regularly encounter its limitations: inability to customize certain components, rigid templates, and missing features for complex forms or third-party integrations.

Google acknowledges this real-world situation. Rather than imposing a closed framework, the company endorses the approach of testing other plugins or directly modifying the open-source code. This stance reflects the AMP philosophy post-2021: AMP is no longer an exclusive format for the stories carousel but a performance framework that each site can adapt to its technical stack.

What features are typically missing from the official plugin?

Commonly reported limitations concern advanced CSS customization, the integration of custom JavaScript components (even when adhering to AMP specs), or fine management of AMP caching. WordPress e-commerce sites also report friction with certain payment plugins or product filters.

Another drawback is the support for complex structured data. The official plugin generates basic JSON-LD, but for cases like multi-criteria recipes, recurring events, or nested FAQs, you often need to inject custom code or use another specialized plugin.

Does modifying the official plugin break updates?

Yes, forking the official plugin cuts you off from automatic updates. Each security or compatibility update for WordPress will need to be manually integrated into your fork. This is a non-negligible maintenance burden, especially if your technical team is small.

The best practice is to extend the plugin through hooks and filters rather than modifying the core directly. WordPress offers actions like amp_post_template_head or amp_content_sanitizers which allow you to inject custom code without touching the source files. If these entry points are insufficient, then consider forking or an alternative plugin.

  • The official AMP plugin is a solid but generic foundation, unsuitable for sites with complex technical or editorial needs.
  • Google explicitly validates the use of alternative plugins or the modification of open-source code to address these limitations.
  • Forking the plugin imposes technical debt: you must manually maintain security and compatibility updates.
  • Prioritizing extensions via WordPress hooks allows you to retain automatic updates while customizing behavior.
  • Common limitations involve advanced CSS customization, custom JavaScript integrations, and complex structured data.

SEO Expert opinion

Is this statement consistent with observed practices?

Absolutely. Experienced WordPress SEOs have not limited themselves to the official plugin for years. Alternatives like AMP for WP (by WP Wax) or TranslatePress AMP for multilingual sites are already widely deployed across tens of thousands of sites. Mueller's statement simply formalizes an established on-the-ground practice.

What changes is that Google is publicly stating it. This cuts short the alarming rhetoric like ‘only the official plugin ensures compliance’. AMP compliance depends on the generated HTML code, not the plugin used. If your output passes the AMP validator and adheres to the specs, it doesn't matter what tool produced it.

What nuances should be added to this recommendation?

The first nuance: not all alternative AMP plugins are created equal. Some have been abandoned for 2 years, while others inject non-compliant code or hidden ads. Before adopting a third-party plugin, check: last updated date, number of active installations, GitHub issues history, and the quality of support.

The second nuance: AMP is no longer a direct ranking factor since the mandatory stories carousel was removed. If your site already performs well on Core Web Vitals in its non-AMP version, investment in AMP (custom plugin or official) may not yield measurable ROI. Test in A/B on a subset of pages before generalizing. [To verify] based on the type of your mobile traffic and your sector.

In what cases is it better to avoid a custom fork?

If your technical team does not have a dedicated senior WordPress developer, forking the official plugin is a false good idea. Technical debt accumulates quickly: each major WordPress update (transitioning from PHP 7.x to 8.x, changes in REST APIs) can break your fork. You end up with a site frozen on an outdated version for fear of breaking anything.

Another scenario: sites with low mobile traffic volume (less than 30% of total traffic). If AMP only accounts for a marginal fraction of your conversions, maintaining a custom fork or an alternative plugin does not economically justify itself. Stick with the official plugin and accept its limitations, or completely abandon AMP in favor of traditional Core Web Vitals optimization.

Warning: Google does not guarantee any technical support for forks or third-party plugins. In the event of indexing issues or penalties related to non-compliant AMP content, you are solely responsible. Document every modification and maintain a strict AMP validation log.

Practical impact and recommendations

What should you do concretely if the official plugin is not sufficient?

The first step: list the exact missing features. Do not switch to an alternative plugin or a fork out of vague frustration. Document: ‘impossible to customize the AMP header without breaking compliance’, ‘Gravity Forms do not display’, ‘FAQ schemas do not generate correctly’. This list will serve as your specifications.

Next, test alternative plugins in a staging environment. AMP for WP, Better AMP, AMPforWP Advanced are the three most maintained ones. Install them one by one, validate with Google’s official AMP tool, and measure the impact on Core Web Vitals via PageSpeed Insights. Also compare the ease of customization and quality of the developer documentation.

How can you avoid breaking indexing when modifying the plugin?

If you opt for a fork, implement continuous AMP monitoring. Search Console offers a section dedicated to AMP errors: monitor it daily for the first two weeks post-deployment. A spike in errors like ‘unauthorized tag’ or ‘CSS too large’ immediately signals a problem.

The second safeguard: automate AMP validation in your CI/CD pipeline. Tools like amphtml-validator (in CLI) or the AMP Validator API can block a deployment if the generated code is non-compliant. Never trust manual validation on a few sample URLs.

Should you still invest in AMP or focus on traditional Core Web Vitals?

The question is different depending on your sector. For news or recipe sites, AMP remains interesting for extreme mobile loading speeds and certain Google Discover features. For e-commerce or B2B sites with long conversion cycles, AMP offers little measurable value since the end of the mandatory carousel.

Specifically: if your non-AMP version already scores green on Core Web Vitals (LCP < 2.5s, FID < 100ms, CLS < 0.1), investing in a custom AMP plugin only makes sense if you aim for specific features such as AMP stories or advanced advertising integrations. Otherwise, focus your resources on traditional optimization.

  • Document precisely the limitations of the official plugin before seeking an alternative (missing features, blocking bugs).
  • Test alternative plugins in a staging environment with systematic AMP validation and measurement of Core Web Vitals.
  • Automate AMP validation in your deployment pipeline to avoid silent regressions.
  • Monitor Search Console daily for 2 weeks after any AMP plugin change.
  • Assess the real ROI of AMP: if your non-AMP version already performs well on Core Web Vitals, investment may not be justified.
  • If you fork the official plugin, plan for a dedicated developer resource for maintenance and security updates.
Google's statement validates a pragmatic approach: the official AMP plugin is not mandatory, and you can adapt or replace it according to your needs. However, this flexibility comes with a price: increased technical maintenance, risks of non-compliance, and potential technical debt. If your internal team lacks resources or advanced WordPress expertise, these optimizations can quickly become a time sink. In this case, hiring an SEO agency specialized in WordPress and AMP can provide personalized support, regular compliance audits, and technical monitoring of framework developments without tying up your developers internally.

❓ Frequently Asked Questions

Puis-je utiliser plusieurs plugins AMP en même temps sur WordPress ?
Non, activer simultanément deux plugins AMP crée des conflits de réécriture d'URL et génère du code HTML invalide. Désactivez complètement un plugin avant d'en tester un autre.
Est-ce que modifier le plugin AMP officiel fait perdre le support Google ?
Google ne fournit aucun support technique direct sur les plugins, officiels ou non. Votre responsabilité est de garantir que le code HTML généré reste conforme aux specs AMP, quel que soit l'outil utilisé.
Les plugins AMP alternatifs affectent-ils le ranking Google ?
Le ranking dépend de la conformité du code HTML final et des Core Web Vitals, pas du plugin en tant que tel. Si le plugin alternatif génère du code plus rapide et conforme, il peut améliorer le ranking.
Comment savoir si mon fork du plugin AMP reste conforme aux specs ?
Utilisez l'outil de validation AMP officiel de Google (accessible via l'extension Chrome ou en ligne) sur un échantillon représentatif de pages. Automatisez cette validation dans votre pipeline CI/CD.
Faut-il maintenir une version AMP si mon site passe déjà les Core Web Vitals ?
Pas nécessairement. AMP n'est plus un facteur de ranking direct. Si votre version standard performe bien, l'investissement AMP ne se justifie que pour des fonctionnalités spécifiques comme les stories ou Google Discover.
🏷 Related Topics
AI & SEO Mobile SEO

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 53 min · published on 23/08/2016

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