Advertisement
borisov87

Untitled

Mar 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.27 KB | None | 0 0
  1.     <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org/",
  4.   "@type": "Product",
  5.   "name": "Executive Anvil",
  6.   "image": [
  7.     "https://example.com/photos/1x1/photo.jpg",
  8.     "https://example.com/photos/4x3/photo.jpg",
  9.     "https://example.com/photos/16x9/photo.jpg"
  10.    ],
  11.   "description": "Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.",
  12.   "sku": "0446310786",
  13.   "mpn": "925872",
  14.   "brand": {
  15.     "@type": "Thing",
  16.     "name": "ACME"
  17.   },
  18.   "review": {
  19.     "@type": "Review",
  20.     "reviewRating": {
  21.       "@type": "Rating",
  22.       "ratingValue": "4",
  23.       "bestRating": "5"
  24.     },
  25.     "author": {
  26.       "@type": "Person",
  27.       "name": "Fred Benson"
  28.     }
  29.   },
  30.   "aggregateRating": {
  31.     "@type": "AggregateRating",
  32.     "ratingValue": "4.4",
  33.     "reviewCount": "89"
  34.   },
  35.   "offers": {
  36.     "@type": "Offer",
  37.     "url": "https://example.com/anvil",
  38.     "priceCurrency": "USD",
  39.     "price": "119.99",
  40.     "priceValidUntil": "2020-11-05",
  41.     "itemCondition": "https://schema.org/UsedCondition",
  42.     "availability": "https://schema.org/InStock",
  43.     "seller": {
  44.       "@type": "Organization",
  45.       "name": "Executive Objects"
  46.     }
  47.   }
  48. }
  49. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement