【发布时间】:2016-11-22 16:22:47
【问题描述】:
Google AMP Cache 是一项通过以下格式的 URL 提供 AMP 页面缓存版本的服务:
// original URL
https://amp.theguardian.com/football/2016/aug/23/roma-champions-league-porto-dundalk
// cached version on Google AMP Cache
https://cdn.ampproject.org/c/amp.theguardian.com/football/2016/aug/23/roma-champions-league-porto-dundalk
现场演示:original URL、cashed version on Google AMP Cache。
Google 是否保证此服务将(实际上)永远可用? (我在文档和常见问题解答中没有发现任何提及。)我问是因为如果谷歌要关闭它,那会造成相当多的链接失效,因为各方(包括最终用户)可能会依赖在这些 AMP 缓存网址上。
Related discussion on Twitter.
更新:我已经用真实的 URL 更新了示例。
【问题讨论】:
标签: amp-html google-cdn