facelordgists
10/4/2016 - 8:32 PM

JSON-LD review snippet structured data example

JSON-LD review snippet structured data example

<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>