Advertisement
pentago

Untitled

Oct 5th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 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": "AggregateOffer",
  11. "lowPrice": "$LOWEST_PRICE",
  12. "highPrice": "$HIGHEST_PRICE",
  13. "priceCurrency": "HKD"
  14. }
  15. }
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement