【发布时间】:2018-12-28 07:21:53
【问题描述】:
这有效吗?我需要一个机会将一页上的不同脚本块加入到有效对象中。
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"@id": "#111",
"description": "Test description",
"name": "My Product"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"@id": "#111",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "3.5",
"reviewCount": "11"
}
}
</script>
【问题讨论】:
标签: schema.org json-ld google-rich-snippets