Created
September 1, 2016 18:07
-
-
Save strategyst/d8b3422667ab61ff1d928de2e5b2a87e 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": "http://schema.org/", | |
"@type": "Product", | |
"name": "Super Hat", | |
"image": "http://www.example.com/super-hat.jpg", | |
"description": "The best super hat ever from Super Shop.", | |
"mpn": "456321", | |
"brand": { | |
"@type": "Thing", | |
"name": "Super Shop" | |
}, | |
"aggregateRating": { | |
"@type": "AggregateRating", | |
"ratingValue": "4.9", | |
"reviewCount": "53" | |
}, | |
"offers": { | |
"@type": "Offer", | |
"priceCurrency": "GBP", | |
"price": "99.99", | |
"priceValidUntil": "2018-01-30", | |
"itemCondition": "http://schema.org/NewCondition", | |
"availability": "http://schema.org/InStock", | |
"seller": { | |
"@type": "Organization", | |
"name": "Super Shop" | |
} | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment