Created
May 6, 2017 06:00
-
-
Save HoussenMoshine/fd074529ad53df1a73e89a8305251106 to your computer and use it in GitHub Desktop.
Exemple de la balise NewsArticle 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": "NewsArticle", | |
"mainEntityOfPage": { | |
"@type": "WebPage", | |
"@id": "https://toutsurandroid.blogspot.com/2017/01/netflix-vous-permet-desormais-de.html" | |
}, | |
"headline": "Netflix vous permet désormais de télécharger ses vidéos sur une MicroSD sur Android", | |
"image": { | |
"@type": "ImageObject", | |
"url": "https://lh3.googleusercontent.com/-j2jCYFh--xY/WIgU4CLAUAI/AAAAAAAAKJM/DVyB1_3qWs4/netflix-telechargement-video-1_thumb.jpg?imgmax=800", | |
"width": 700, | |
"height": 467 | |
}, | |
"datePublished": "2017-01-25T14:06:00+0300", | |
"dateModified": "2017-01-25T14:06:00+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": "Netflix propose désormais de télécharger ses vidéos sur une MicroSD sur Android. L’option était déjà disponible pour les tablettes et les téléphones depuis l’année dernière, mais cela concernait uniquement l’espace interne." | |
} | |
</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/