Exemple de balise AggregateRating de Schema.org
This file contains 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", | |
"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" | |
} | |
] | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vous pouvez trouver un guide complet de Schema.org avec des exemples et conseils sur : https://housseniawriting.com/schema-org/guide-schema-org/