Advertisement
gondimedia

Category pages - example code

Feb 15th, 2021
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.77 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org",
  4.   "@type": "WebPage",
  5.   "breadcrumb": "Books > Literature & Fiction > Classics",
  6.   "mainEntity":{
  7.           "@type": "Book",
  8.           "author": "/author/jd_salinger.html",
  9.           "bookFormat": "https://schema.org/Paperback",
  10.           "datePublished": "1991-05-01",
  11.           "image": "catcher-in-the-rye-book-cover.jpg",
  12.           "inLanguage": "English",
  13.           "isbn": "0316769487",
  14.           "name": "The Catcher in the Rye",
  15.           "numberOfPages": "224",
  16.           "offers": {
  17.             "@type": "Offer",
  18.             "availability": "https://schema.org/InStock",
  19.             "price": "6.99",
  20.             "priceCurrency": "USD"
  21.           },
  22.           "publisher": "Little, Brown, and Company",
  23.           "aggregateRating": {
  24.             "@type": "AggregateRating",
  25.             "ratingValue": "4",
  26.             "reviewCount": "3077"
  27.           },
  28.           "review": [
  29.             {
  30.               "@type": "Review",
  31.               "author": "John Doe",
  32.               "datePublished": "2006-05-04",
  33.               "name": "A masterpiece of literature",
  34.               "reviewBody": "I really enjoyed this book. It captures the essential challenge people face as they try make sense of their lives and grow to adulthood.",
  35.               "reviewRating": {
  36.             "@type": "Rating",
  37.             "ratingValue": "5"
  38.            }
  39.             },
  40.             {
  41.               "@type": "Review",
  42.               "author": "Bob Smith",
  43.               "datePublished": "2006-06-15",
  44.               "name": "A good read.",
  45.               "reviewBody": "Catcher in the Rye is a fun book. It's a good book to read.",
  46.               "reviewRating": "4"
  47.             }
  48.           ]
  49.         }
  50. }
  51. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement