Live data from Hacker News

Ask HN: Does AMP only work on Google infrastructure?

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN: Does AMP only work on Google infrastructure?

#3
Yes, anyone can serve AMP and use the JavaScript, which is open source. Any search engine or social network can choose to parse and link to or cache AMP since it is findable in the head tag of non-AMP pages.

Google is driving development, but the entire thing is open source and shouldn't be confused with Google's particular implementation of caching and linking.

That said, one goal of AMP is to serve more ads by making mobile pages load faster, and by making ads less disruptive to slow growth of ad block sue on mobile.

Re: Ask HN: Does AMP only work on Google infrastructure?

#4
As far as I know, it only works on Google's infrastructure.

AMP is dead on arrival. It is just a pointless subset of open technologies which are delivered via Google's products and CDN. It won't likely ever be supported by third party platforms unless Google abuses its search monopoly to redirect pages to their AMP equivalent.

One of AMP's upcoming features on its roadmap is ad support[0]. I think that's all you really need to know, when a core part of AMP is adding adverts to your new faster web, you know it is just a Google plant.

[0] https://www.ampproject.org/roadmap/

Re: Ask HN: Does AMP only work on Google infrastructure?

#5

Yes, anyone can serve AMP and use the JavaScript, which is open source. Any search engine or social network can choose to parse and link to or cache AMP since it is findable in the head tag of non-AMP pages. Google is driving development, but the entire thing is open source and shouldn't be confused with Google's particular implementation of caching and linking. That said, one goal of AMP is to serve more ads by maki…

That isn't what AMP's own docs say. They say a core part of AMP is delivery via Google's CDN:

https://www.ampproject.org/docs/get_started/about-amp.html

> AMP is a way to build web pages for static content that render fast. AMP in action consists of three different parts:

> - AMP HTML

> - AMP JS

> - Google AMP Cache

There's no supported way to use a non-Google AMP Cache.

Re: Ask HN: Does AMP only work on Google infrastructure?

#6
The Google AMP CDN is provided as a "convenience" to publishers, but publishers can ask Google to link instead to their own CDN. I think because the project is early, right now this can only be done via a manual request to Google. But it's going to be required downstream for publishers to synchronize their visitor data appropriately, recognize subscribers, and serve ads.

(disclosure: my company, Parse.ly, is an analytics launch partner for AMP.)

Re: Ask HN: Does AMP only work on Google infrastructure?

#7

Yes, anyone can serve AMP and use the JavaScript, which is open source. Any search engine or social network can choose to parse and link to or cache AMP since it is findable in the head tag of non-AMP pages. Google is driving development, but the entire thing is open source and shouldn't be confused with Google's particular implementation of caching and linking. That said, one goal of AMP is to serve more ads by maki…

That isn't what AMP's own docs say. They say a core part of AMP is delivery via Google's CDN: https://www.ampproject.org/docs/get_started/about-amp.html > AMP is a way to build web pages for static content that render fast. AMP in action consists of three different parts: > - AMP HTML > - AMP JS > - Google AMP Cache There's no supported way to use a non-Google AMP Cache.

There's currently not a non-Google AMP cache, but anyone can build one. All the tools currently exist and are licensed to allow it under Apache 2.0 https://github.com/ampproject/amphtml

https://www.ampproject.org/docs/support/faqs.html#how-do-acc...

"Google has stated that it will provide a cache that can be used by anyone at no cost, and all AMPs will be cached by Google’s cache. Other companies may build their own cache as well."

I suggest reading through more of the information Google provides.

Re: Ask HN: Does AMP only work on Google infrastructure?

#8
AMP is no different than Facebook IA. Both are designed to make pages load faster in so much it really benefits the platform it's on. You can load AMP pages directly and the framework itself relies on only rendering elements when needed. While the number of 3rd party embeds (for example) is limited, it is growing. Outside of keeping the wall garden up, there are obvious user benefits though it's too early.

Re: Ask HN: Does AMP only work on Google infrastructure?

#9

As far as I know, it only works on Google's infrastructure. AMP is dead on arrival. It is just a pointless subset of open technologies which are delivered via Google's products and CDN. It won't likely ever be supported by third party platforms unless Google abuses its search monopoly to redirect pages to their AMP equivalent. One of AMP's upcoming features on its roadmap is ad support[0]. I think that's all you real…

Google has publicly stated that AMP versions of content will appear higher than non AMP pages in search results. This is not a secret. Ad support has already been a feature as of the last few months.
Post reply on HN