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

AMP pages are compatible with all recent browsers, but PWA features like the service worker are not yet supported by Safari and Edge. Google is working toward full integration of these features with other browsers.
36:45
🎥 Source video

Extracted from a Google Search Central video

⏱ 58:36 💬 EN 📅 14/12/2016 ✂ 10 statements
Watch on YouTube (36:45) →
Other statements from this video 9
  1. 3:43 3 secondes de chargement : pourquoi Google fixe-t-il ce seuil critique pour vos conversions ?
  2. 10:00 Pourquoi AMP interdit-il le JavaScript personnalisé et comment ça impacte votre SEO ?
  3. 12:04 L'expérience AMP est-elle vraiment le parcours utilisateur idéal selon Google ?
  4. 13:24 PWA et AMP : faut-il choisir entre fonctionnalités avancées et vitesse de chargement ?
  5. 16:11 Comment installer un service worker sur les pages AMP en cache pour améliorer la performance ?
  6. 29:55 L'AMP booste-t-elle vraiment la visibilité et l'engagement par rapport aux pages classiques ?
  7. 34:25 Le préchargement AMP par Google cache-t-il un levier SEO sous-exploité pour vos pages mobiles ?
  8. 53:34 Les caches tiers AMP peuvent-ils améliorer votre référencement sans pénalités ?
  9. 71:50 Les publicités AMP se chargent-elles vraiment aussi vite que le contenu ?
📅
Official statement from (9 years ago)
TL;DR

Google confirms that AMP pages work on all modern browsers, but PWAs still face major restrictions on Safari and Edge, especially regarding service workers. This technical fragmentation directly impacts the mobile strategy of sites looking to leverage these technologies. SEOs must anticipate these compatibility gaps when deploying progressive solutions.

What you need to understand

What’s the real difference between AMP and PWA in terms of compatibility?

AMP (Accelerated Mobile Pages) relies on a simplified subset of standard HTML, CSS, and JavaScript. This minimalist approach ensures uniform rendering across all recent browsers without depending on advanced features. The framework imposes strict constraints that eliminate compatibility risks.

Progressive Web Apps (PWA) use modern APIs like service workers to provide offline experiences, push notifications, and installation on the home screen. These advanced features depend on browser support, creating significant fragmentation. Safari and Edge lag considerably in these implementations.

What causes issues with Safari and Edge for PWAs?

Apple's Safari deliberately limits certain PWA capabilities to protect the App Store ecosystem. Service workers face storage restrictions, push notifications do not work on iOS, and installation remains constrained. This stance reflects a commercial strategy rather than a technical limitation.

Historical Edge lagged technologically before its transition to Chromium. Google’s statement likely predates this transition. Modern Edge now fully supports PWAs, making this aspect of the claim outdated.

What impact does it have on SEO and user experience?

Google indexes AMP pages via a dedicated cache that speeds up their display in mobile results. This infrastructure ensures stable performance regardless of the user's browser. PWAs depend on the browser's JavaScript engine and network capabilities, leading to a variable experience.

The Core Web Vitals measure real-user performance. A PWA that works flawlessly on Chrome may fail on Safari, degrading overall metrics. This fragmentation complicates optimization and forces testing on each platform individually.

  • AMP guarantees universal compatibility but imposes significant functional restrictions that limit creative and interactive possibilities.
  • PWAs offer superior functional richness but require cross-platform development with rigorous testing on Safari and Edge.
  • Browser fragmentation directly impacts the Core Web Vitals measured by Google in its mobile ranking algorithm.
  • iOS Safari represents 25-30% of mobile traffic depending on sectors, making it impossible to ignore its limitations on PWAs.
  • Modern Edge (post-Chromium) is no longer a problem for PWAs, contrary to what the original statement suggests.

SEO Expert opinion

Is this statement still relevant in the face of evolving browser markets?

To be honest: Edge has switched to Chromium and now supports PWAs as well as Chrome. This part of Google’s statement is technically outdated. Microsoft has even made PWAs a strategic focus of its ecosystem, with deep integration into Windows 11. [To be confirmed] but the statement seems to date back to before 2020.

Safari remains the real structural barrier to PWAs. Apple maintains voluntary restrictions on iOS to preserve its App Store. Developers partially bypass these limits with native wrappers, but the pure PWA experience remains degraded. This situation is unlikely to change as long as Apple maintains its current mobile business model.

Is AMP still a relevant mobile strategy in SEO?

AMP has lost its direct ranking advantage. Google has removed the lightning badge, and prioritized display in news carousels is no longer exclusive to AMP pages. The only remaining benefit is guaranteed loading speed, but a well-optimized site without AMP can achieve equivalent or even superior performance.

The maintenance cost of a parallel AMP version often exceeds the benefits for sites that already master their Core Web Vitals. Media and news sites may still justify AMP for distribution via Google News and Discovery, but e-commerce and corporate sites have little interest in investing in this technology today.

What technical approach should be prioritized in practice?

The optimal strategy depends on your Safari audience. If iOS represents less than 20% of your traffic, a full PWA offers a positive ROI despite Apple’s limitations. Beyond that, you need to assess whether critical PWA features (offline, notifications) justify developing a degraded experience for Safari.

Pragmatism often dictates a progressive hybrid approach: a well-optimized mobile site as a base, with PWA features activated only on compatible browsers. This client-side detection avoids degrading the Safari experience while leveraging advanced capabilities where possible.

Warning: Google Analytics and Search Console do not differentiate performance by browser in Core Web Vitals reports. A site with excellent Chrome scores may have catastrophic metrics on Safari without you noticing immediately. Always test on real iOS devices.

Practical impact and recommendations

How can you effectively test your mobile site’s compatibility?

Use real physical devices rather than emulators for Safari iOS. macOS simulators do not accurately reproduce network constraints and bugs specific to iOS versions. A test iPhone running different iOS versions is the minimal investment to validate a PWA.

For Edge, focus on the modern Chromium version that shares Chrome's engine. Older EdgeHTML versions are now marginal in traffic statistics. If your analytics still show significant EdgeHTML traffic, it's likely enterprise traffic with outdated machines.

Should you maintain a parallel AMP version today?

Analyze the traffic currently generated by your AMP pages via Search Console. If they account for less than 10% of mobile impressions, the maintenance cost probably exceeds the value provided. Redirect properly to the canonical versions after ensuring your performance is equivalent.

For media and publishers, AMP remains relevant only if you aim for distribution on Google News, Discover, or third-party platforms that require this format. In that case, maintain a minimal version without seeking full functional parity with your main site.

What mistakes should you avoid when deploying PWA?

Failing to implement browser compatibility detection on the client side is the most common mistake. Your service worker must check for support before registering. On Safari, offer an alternative experience without advanced features instead of a broken site with console errors.

The other classic pitfall: assuming that all Chrome users have the same capabilities. Chrome Android may have different limitations than desktop Chrome, particularly for push notifications that require variable system permissions depending on Android versions.

  • Validate your pages on a physical iPhone with the latest iOS version and the previous version at a minimum before deploying PWA.
  • Set up Analytics segments by browser to monitor Core Web Vitals specifically on Safari vs. Chrome.
  • Implement progressive feature detection rather than outdated user-agent detection.
  • Test the offline behavior of your service workers on Safari, which applies different storage rules than Chrome.
  • If you maintain AMP, audit the real traffic generated quarterly to assess the ROI of this maintenance.
  • Document the degraded features on Safari so that product teams understand acceptable limitations.
Mobile browser fragmentation necessitates a nuanced technical strategy. AMP guarantees compatibility but limits creative possibilities. PWAs offer superior functional richness at the cost of rigorous cross-platform development. iOS Safari remains the main hurdle with its voluntary restrictions. These technical choices rapidly become complex depending on your audience and objectives. Consulting a specialized technical SEO agency can significantly accelerate this diagnosis and avoid months of costly iterations on architectural choices that impact your organic performance for years.

❓ Frequently Asked Questions

Mon site e-commerce doit-il investir dans AMP ou PWA en priorité ?
Une PWA apporte plus de valeur pour l'e-commerce : panier persistant offline, notifications de promotions, installation sur l'écran d'accueil. AMP ne justifie plus l'investissement pour ce secteur depuis la disparition de l'avantage ranking direct.
Les limitations Safari sur les PWA impactent-elles réellement mon référencement Google ?
Indirectement oui. Les Core Web Vitals mesurés par Google agrègent les performances de tous les navigateurs. Si ton site PWA est lent ou dysfonctionnel sur Safari iOS, cela dégrade tes métriques globales et donc ton ranking mobile.
Comment détecter si mes utilisateurs Safari rencontrent des problèmes avec mon PWA ?
Configure des segments Analytics spécifiques par navigateur et surveille le taux de rebond, la durée de session et les conversions sur Safari vs Chrome. Un écart significatif révèle une expérience dégradée nécessitant une attention technique.
Edge moderne supporte-t-il réellement toutes les fonctionnalités PWA maintenant ?
Oui, depuis son passage à Chromium, Edge supporte les PWA aussi complètement que Chrome, y compris l'installation, les service workers et les notifications push. La déclaration Google sur Edge est techniquement obsolète.
Puis-je simplement ignorer Safari et me concentrer sur Chrome pour mon PWA ?
Seulement si Safari représente moins de 15% de ton trafic mobile réel. Au-delà, ignorer cette audience dégrade significativement tes métriques globales et ton potentiel de conversion. Vérifie tes analytics avant de décider.
🏷 Related Topics
Domain Age & History AI & SEO Mobile SEO

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 58 min · published on 14/12/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.