Advertisement
Guest User

Untitled

a guest
Jul 29th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "http://schema.org/",
  4. "@type": "Product",
  5. "mainEntityOfPage": {
  6. "@type": "WebPage",
  7. "@id": "www.example.com"
  8. },
  9. "name": "my super cool product",
  10. "image": [
  11. "www.example.com/images/product_image"
  12. ],
  13. "description": " This is a super cool product",
  14. "sku": "20376610",
  15. "brand": {
  16. "@type": "Product"
  17. },
  18. "aggregateRating": {
  19. "@type": "AggregateRating",
  20. "ratingValue": "5.0",
  21. "reviewCount": "2"
  22. },
  23. "offers": {
  24. "@type": "Offer",
  25. "priceCurrency": "EUR",
  26. "price": "1229.0",
  27. "availability": "http://schema.org/LimitedAvailability",
  28. "seller": {
  29. "@type": "Organization",
  30. "name": "stackoverflowAnswer"
  31. },
  32. "url": "www.example.com/products/myproduct"
  33. }
  34. }
  35. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement