Created
October 28, 2021 15:49
-
-
Save pentago/e56f39fe2a448d5516e74d75bbdcedec to your computer and use it in GitHub Desktop.
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": [ | |
"https://example.com/photos/1x1/photo.jpg", | |
"https://example.com/photos/4x3/photo.jpg", | |
"https://example.com/photos/16x9/photo.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.", | |
"sku": "0446310786", | |
"mpn": "925872", | |
"brand": { | |
"@type": "Brand", | |
"name": "ACME" | |
}, | |
"review": { | |
"@type": "Review", | |
"reviewRating": { | |
"@type": "Rating", | |
"ratingValue": "4", | |
"bestRating": "5" | |
}, | |
"author": { | |
"@type": "Person", | |
"name": "Fred Benson" | |
} | |
}, | |
"aggregateRating": { | |
"@type": "AggregateRating", | |
"ratingValue": "4.4", | |
"reviewCount": "89" | |
}, | |
"offers": { | |
"@type": "Offer", | |
"url": "https://example.com/anvil", | |
"priceCurrency": "USD", | |
"price": "119.99", | |
"priceValidUntil": "2020-11-20", | |
"itemCondition": "https://schema.org/UsedCondition", | |
"availability": "https://schema.org/InStock" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment