页面如何告诉浏览器 AMP HTML 版本存在?
How can a page tell browsers that an AMP HTML version exists?
我知道我会有两个页面,AMP 页面和常规页面。 AMP 版本比普通版本规范 link,但普通版本如何指定有可用的 AMP 版本?
AMP document discovery documentation指定需要在<head>
中添加此标签:
<link rel="amphtml" href="...">
例如,如果您查看来自已支持 AMP 的发布商(例如 http://www.bbc.co.uk/news/world-europe-34471849)的网页,您可以在 <head>
:
<link rel="amphtml" href="http://www.bbc.co.uk/news/amp/34471849">
我知道我会有两个页面,AMP 页面和常规页面。 AMP 版本比普通版本规范 link,但普通版本如何指定有可用的 AMP 版本?
AMP document discovery documentation指定需要在<head>
中添加此标签:
<link rel="amphtml" href="...">
例如,如果您查看来自已支持 AMP 的发布商(例如 http://www.bbc.co.uk/news/world-europe-34471849)的网页,您可以在 <head>
:
<link rel="amphtml" href="http://www.bbc.co.uk/news/amp/34471849">