Advertisement
pentago

Untitled

Nov 7th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context":"http://schema.org",
  4. "@type":"Product",
  5. "name":"$PRODUCT_NAME",
  6. "description":"$PRODUCT_DESCRIPTION",
  7. "url":"$PRODUCT_URL",
  8. "image":"$PRODUCT_IMAGE",
  9. "offers": {
  10. "@type": "Offer",
  11. "price": "$PRICE",
  12. "priceCurrency": "EUR",
  13. "availability": "http://schema.org/InStock",
  14. "itemCondition": "http://schema.org/NewCondition"
  15. }
  16. }
  17. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement