Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <html>
  2. <body>
  3. <script type="application/ld+json">
  4. {
  5. "@context": "http://schema.org",
  6. "@type": "Order",
  7. "merchant": {
  8. "@type": "Organization",
  9. "name": "Amazon.com"
  10. },
  11. "orderNumber": "123-4567890-1234567",
  12. "priceCurrency": "USD",
  13. "price": "29.99",
  14. "acceptedOffer": {
  15. "@type": "Offer",
  16. "itemOffered": {
  17. "@type": "Product",
  18. "name": "Google Chromecast"
  19. },
  20. "price": "29.99",
  21. "priceCurrency": "USD",
  22. "eligibleQuantity": {
  23. "@type": "QuantitativeValue",
  24. "value": "1"
  25. }
  26. },
  27. "url": "https://www.amazon.ca/gp/css/summary/edit.html/orderID=123-4567890-1234567"
  28. }
  29. </script>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement