html JSON-LD审核片段结构化数据示例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html JSON-LD审核片段结构化数据示例相关的知识,希望对你有一定的参考价值。

<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "Review",
    "itemReviewed": {
      "@type": "Dentist",
      "name": "McMillan & Associates"
    },
    "reviewRating": {
      "@type": "Rating",
      "ratingValue": "5.0",
      "bestRating": 5
    },
    "author": {
      "@type": "Person",
      "name": "Michael"
    },
    "reviewBody": "My teeth had been bad for years. I had given up. I was actually scared. I needed 20 teeth pulled, and I was concerned about what might go wrong. When I got to the office, I can’t tell you how impressed I was. They never rushed me or pressured me at all. Everything was explained and happened just like they told me."
}
</script>

以上是关于html JSON-LD审核片段结构化数据示例的主要内容,如果未能解决你的问题,请参考以下文章

通过使用结构化数据 JSON-LD,我为网站带来了更多的流量

如何在需要等待内容加载的动态页面上使用 JSON-LD 添加结构化数据?

php 将JSON-LD结构化数据添加到列表视图

JSON-LD 和微数据在同一页面上?

JSON-LD:值的名称是不是必要?

是否必须嵌入 JSON-LD?