Google 结构化数据
Google structured data
在我问之前我想提一下我已经搜索了解决方案...
我正在尝试构建 Goggle 的 AMP 页面。我使用了他们的模板并使用 Chrome 的开发人员工具对其进行了测试,但是,在 Google 自己的结构化数据测试工具中,我收到了一个错误和两个警告。我一直在试图弄清楚这件事。这是我的代码,下面是我看到的错误的屏幕截图。
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline": "Remote Card Sorting and Prioritization Matrix Tools for usability testing and information architecture.",
"datePublished": "2016-10-08T12:02:41Z",
"dateModified": "2016-11-05T12:02:41Z",
"author": "usabiliTEST",
"image": [
"/i/usabilitestLogo.png"
],
"publisher": "usabiliTEST"
}
</script>
如何解决这个问题?我还缺少什么?
图片必须是 'Image Object'。
"image": {
"@type": "ImageObject",
"url": "https://google.com/thumbnail1.jpg",
"height": 800,
"width": 800
},
在我问之前我想提一下我已经搜索了解决方案...
我正在尝试构建 Goggle 的 AMP 页面。我使用了他们的模板并使用 Chrome 的开发人员工具对其进行了测试,但是,在 Google 自己的结构化数据测试工具中,我收到了一个错误和两个警告。我一直在试图弄清楚这件事。这是我的代码,下面是我看到的错误的屏幕截图。
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline": "Remote Card Sorting and Prioritization Matrix Tools for usability testing and information architecture.",
"datePublished": "2016-10-08T12:02:41Z",
"dateModified": "2016-11-05T12:02:41Z",
"author": "usabiliTEST",
"image": [
"/i/usabilitestLogo.png"
],
"publisher": "usabiliTEST"
}
</script>
如何解决这个问题?我还缺少什么?
图片必须是 'Image Object'。
"image": {
"@type": "ImageObject",
"url": "https://google.com/thumbnail1.jpg",
"height": 800,
"width": 800
},