Created
July 4, 2016 02:57
-
-
Save ahmedkaludi/98ae2a04ae257c70ddf47d4beb0fdbef 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", | |
"aggregateRating": { | |
"@type": "AggregateRating", | |
"ratingValue": "3.5", | |
"reviewCount": "11" | |
}, | |
"description": "0.7 cubic feet countertop microwave. Has six preset cooking categories and convenience features like Add-A-Minute and Child Lock.", | |
"name": "Kenmore White 17\" Microwave", | |
"offers": { | |
"@type": "AggregateOffer", | |
"priceCurrency": "USD", | |
"highPrice": "1495", | |
"lowPrice": "1250", | |
"offerCount": "8", | |
"offers": [ | |
{ | |
"@type": "Offer", | |
"url": "save-a-lot-monitors.com/dell-30.html" | |
}, | |
{ | |
"@type": "Offer", | |
"url": "jondoe-gadgets.com/dell-30.html" | |
} | |
] | |
}, | |
"review": [ | |
{ | |
"@type": "Review", | |
"author": "Ellie", | |
"datePublished": "2011-04-01", | |
"description": "The lamp burned out and now I have to replace it.", | |
"name": "Not a happy camper", | |
"reviewRating": { | |
"@type": "Rating", | |
"bestRating": "5", | |
"ratingValue": "1", | |
"worstRating": "1" | |
} | |
}, | |
{ | |
"@type": "Review", | |
"author": "Lucas", | |
"datePublished": "2011-03-25", | |
"description": "Great microwave for the price. It is small and fits in my apartment.", | |
"name": "Value purchase", | |
"reviewRating": { | |
"@type": "Rating", | |
"bestRating": "5", | |
"ratingValue": "4", | |
"worstRating": "1" | |
} | |
} | |
] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment