Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
My criticism:
- With AMP, people may never leave Google without realizing it (especially since Cloudflare presents the "signed key exchange" to present the original URL).
- 3rd party support is quite limited to big platforms: Ads, analytics, social media includes. You can still use iFrames, but it requires additional work.
- All JavaScript for AMP is from Google. Google's privacy policy applies.
- Support for viewing AMP pages without JavaScript must be added manually, as the custom AMP tags are not supported by "normal" browsers by default.
Sure, it has its pros:
- Faster page loads (mostly by using the Google or Cloudflare cache)...
- Some SEO.
If you don't follow the standard, you are loosing the most of the advantages: No caching anymore and the SEO dismisses - so much to the 'open' standard (it's transparent, but not more).
Related Rants
Wanted to discuss about this AMP framework by Google. I have developed with it for my company and have been having mixed feelings about it.
On one end, it gives you the power of Google cache, declarative layout and all.
But still, it seems to be too restrictive and filled with bizarre rules that often could have been avoided if they just made guidelines for normal "web pages" to be better and not yet another framework to build "AMP pages".
One more (and probably the biggest) thing. AMP is Open Source... But can it be really considered Open if the biggest player in its development is a single corporation?
question
accelerated mobile pages
opensource development
opensource
amp
google
discussion