Created
April 17, 2017 10:51
-
-
Save sdilshod/e18cea1a7dc051c1973f85e0d7b448a5 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", | |
"bestRating": "100", | |
"ratingCount": "24", | |
"ratingValue": "87" | |
}, | |
"image": "dell-30in-lcd.jpg", | |
"name": "Dell UltraSharp 30\" LCD Monitor", | |
"offers": { | |
"@type": "AggregateOffer", | |
"highPrice": "$1495", | |
"lowPrice": "$1250", | |
"offerCount": "8" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment