Skip to content

Instantly share code, notes, and snippets.

@HoussenMoshine
Created May 6, 2017 06:00
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/fd074529ad53df1a73e89a8305251106 to your computer and use it in GitHub Desktop.
Save HoussenMoshine/fd074529ad53df1a73e89a8305251106 to your computer and use it in GitHub Desktop.
Exemple de la balise NewsArticle de Schema.org
<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>
@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