Link from AMP-Page to AMP-Page?

99封情书 提交于 2019-12-12 10:01:47

问题


i.e. I've some AMP-Pages

 amp-index.html
 amp-subpage1.html
 amp-subpage2.html
 amp-subpage3.html

should I link from amp-index.html directly to the amp-subpages or is it better to link to the non-amp-pages?


回答1:


It is up to you because in AMP documentation there is no rule for this situation or no restriction, You can link AMP page to another AMP page for fast execution.

According to AMP documentation if you have only one AMP page than your amp and non amp url is same. For more detail Make your page discoverable

According to my point of view you can link AMP-Page to AMP-Page for fast execution.




回答2:


It completely depends on you how fast you want to execute your page and how efficiently you want to show your content to the user.

If you like to see the variation between the content representation in AMP vs Normal version you can refer to the following links: http://akashshivanand.com/google-news/google-mobile-search-ui-redesign/amp/ and http://akashshivanand.com/google-news/google-mobile-search-ui-redesign/

Conclusion

  • You can link to the AMP version if Content and the execution speed (in some cases) matters a lot for you.
  • You can link to the Non-AMP version if design and functionalities matter a lot for you.

Have a great day Ahead!!




回答3:


Yes you can link your amp subpages for fast view rendering (But its not mandatory)




回答4:


Other than speed it has SEO benefits as well. AMP pages will rank better normal pages on mobile.



来源:https://stackoverflow.com/questions/46340881/link-from-amp-page-to-amp-page

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!