Last active
March 31, 2022 17:05
-
-
Save patrickcoombe/ad09380e3df7b4d0e3dc to your computer and use it in GitHub Desktop.
Product
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org/", | |
| "@type": "Product", | |
| "name": "Executive Anvil", | |
| "image": "http://www.example.com/anvil_executive.jpg", | |
| "description": "Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.", | |
| "mpn": "925872", | |
| "brand": { | |
| "@type": "Thing", | |
| "name": "ACME" | |
| }, | |
| "aggregateRating": { | |
| "@type": "AggregateRating", | |
| "ratingValue": "4.4", | |
| "reviewCount": "89" | |
| }, | |
| "offers": { | |
| "@type": "Offer", | |
| "priceCurrency": "USD", | |
| "price": "119.99", | |
| "priceValidUntil": "2020-11-05", | |
| "itemCondition": "http://schema.org/UsedCondition", | |
| "availability": "http://schema.org/InStock", | |
| "seller": { | |
| "@type": "Organization", | |
| "name": "Executive Objects" | |
| } | |
| } | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome