Created
May 6, 2017 08:12
-
-
Save HoussenMoshine/7c544deee57cca6bc9ea60db3d5ad659 to your computer and use it in GitHub Desktop.
Exemple de balise Rating 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": "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> |
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/