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审核片段结构化数据示例的主要内容,如果未能解决你的问题,请参考以下文章