Skip to content

Instantly share code, notes, and snippets.

@HoussenMoshine
Created May 6, 2017 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HoussenMoshine/7c544deee57cca6bc9ea60db3d5ad659 to your computer and use it in GitHub Desktop.
Save HoussenMoshine/7c544deee57cca6bc9ea60db3d5ad659 to your computer and use it in GitHub Desktop.
Exemple de balise Rating de Schema.org
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Review",
"itemReviewed": {
"@type": "Thing",
"name": "Honor 6X"
},
"headline" : "L'Honor 6X débarque en Europe et aux USA pour 250 euros",
"author": {
"@type": "Person",
"name": "Houssen Moshinaly"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "4",
"bestRating": "5"
},
"publisher": {
"@type": "Organization",
"name": "Tout sur Android"
}
}
</script>
@HoussenMoshine
Copy link
Author

Vous pouvez trouver un guide complet de Schema.org avec des exemples et conseils sur : https://housseniawriting.com/schema-org/guide-schema-org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment