Advertisement
pentago

Untitled

Dec 22nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "http://schema.org",
  4. "@type": "Product",
  5. "name": "$PRODUCT_NAME_HERE", // populate from <title>
  6. "description": "$PRODUCT_DESCRIPTION_HERE", // populate from meta description
  7. "url": "$PRODUCT_PAGE_URL_HERE",
  8. "category": "$PRODUCT_CATEGORY_HERE", // populate with product's top level category
  9. "sku": "$PRODUCT_SKU_ID_HERE", // populate with product's SKU ID
  10. "brand": {
  11. "@type": "Brand",
  12. "name": "$BRAND_NAME_HERE", // populate with brand name
  13. "logo": "$BRAND_LOGO_HERE" // populate with brand logo image URL
  14. },
  15.  
  16. "offers": {
  17. "@type": "Offer",
  18. "price": "100", // populate with real price
  19. "priceCurrency": "HRK",
  20. "availability": "http://schema.org/InStock" // populate with availability
  21. },
  22.  
  23. "aggregateRating": {
  24. "@type": "AggregateRating",
  25. "ratingValue": "4", // populate with average number of star rating
  26. "reviewCount": "22" // populate with number of reviews
  27. }
  28. }
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement