Skip to content

Instantly share code, notes, and snippets.

@HoussenMoshine
Created May 6, 2017 05:59
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/a640609740f53517ccb05a35fb9147c7 to your computer and use it in GitHub Desktop.
Save HoussenMoshine/a640609740f53517ccb05a35fb9147c7 to your computer and use it in GitHub Desktop.
Exemple de la balise Article de Schema.org en JSON
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://toutsurandroid.blogspot.com/2016/12/minecraft-pocket-edition-pour-android.html"
},
"headline": "Minecraft Pocket Edition pour Android : Des infos sur la mise à jour 1.0",
"image": {
"@type": "ImageObject",
"url": "https://lh3.googleusercontent.com/-7GznQl3RSsM/WEDqTlLzT8I/AAAAAAAAJZU/OiAlWT1FxgE/minecraft-pocket-edition-1-0-1_thumb%25255B1%25255D.jpg?imgmax=800",
"width": 700,
"height": 394
},
"datePublished": "2017-01-14T14:06:14+0300",
"dateModified": "2017-01-14T14:06:14+0300",
"author": {
"@type": "Person",
"name": "Houssen Moshinaly"
},
"publisher": {
"@type": "Organization",
"name": "Tout sur Android",
"logo": {
"@type": "ImageObject",
"url": "https://4.bp.blogspot.com/-1t7IRrmyBp8/WDvu-1pbGnI/AAAAAAAAJU4/umwp70Q9LYQ1jYPLMA6IZbxGFWmv8FbwgCK4B/s1600/banniereToutSurAndroid-1.jpg",
"width": 600,
"height": 60
}
},
"description": "Mojang livre quelques informations sur Minecraft Pocket Edition 1.0. Au menu, les ours polaires, la World Seed Librairie et la musique originale de Minecraft."
}
</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