Advertisement
fthobe

Example json aggregated review

Jun 12th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org/",
  4.   "@type": "Book",
  5.   "name": "Super Book",
  6.   "description": "Ultra interesting. Super impressive.",
  7.   "aggregateRating": {
  8.     "@type": "AggregateRating",
  9.     "ratingValue": "88",
  10.     "bestRating": "100",
  11.     "ratingCount": "20"
  12.   }
  13. }
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement