
一、AMP的发展与现状
二、WordPress全力支持AMP
三、中国AMP生态
四、AMP与PWA结合的使用方案
五、AMP全自动广告
并在example.com/amp/下托管每个网页的AMP版本。您需要在每个AMP网页和非AMP网页的<head>中添加<link>标记,以表明哪些内容同属一体。
href="http://example.com/amp/news">
href="http://example.com/news">
六、如何实现AMP自动广告
<script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"> </script>
<title>My AMP Page</title>
…
<body>
<amp-auto-ads type="adsense" data-ad-client="ca-pub-123456789123456"></amp-auto-ads>
...
</body>
七、如何检查AMP是否实施成功
- 检查用户从AMP页面退出后,去了哪里
- 检查最新的新闻以及搜索的文章是否有安装AMP
- 检查是否有大量无效的AMP(客户端要通过Webmaster Search Console检查)
- 检查网站界面是否能激励用户继续浏览,比如投放匹配内容广告,优化界面等等
八、为什么安装AMP后,网站用户数下降?
- https://ampbyexample.com/
- https://developers.google.com/web/progressive-web-apps/
- 本文多数出自Google官方微信内容。
- 想了解移动端如何优化,请阅读对网页进行优化后,Google帮你“测试载入速度”