AMP:顶级html的强制标记&#h; html'缺少或不正确

时间:2016-10-22 19:12:53

标签: amp-html

我从AMP的Google网站站长工具中收到以下错误:

  

顶级html的强制性标记' html&'缺失或不正确。

如何解决此问题?

2 个答案:

答案 0 :(得分:2)

<html>改为<html amp><html ⚡>

答案 1 :(得分:1)

基于文档 - AMP Validation Errors

  

有效的AMP文档不得包含任何验证错误。本文档的目的是帮助您更好地理解和修复validate your AMP pages时遇到的任何验证错误。有关验证错误的完整概述,请参阅AMP validator specification

缺少强制标记

enter image description here

所有AMP文档中都必须包含以下标记:

enter image description here

这些必填代码包含AMP validator spec中的 mandatory: true 字段;它们也在AMP specification中引用。

希望这有帮助。