Last active
May 15, 2017 05:26
-
-
Save HoussenMoshine/9bf3515252ee4483603325a0d73ed50c to your computer and use it in GitHub Desktop.
Exemple de la balise Blogposting 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": "BlogPosting", | |
"mainEntityOfPage": { | |
"@type": "WebPage", | |
"@id": "https://housseniawriting.com/actualite/pourquoi-google-veut-se-debarrasser-des-sms/" | |
}, | |
"headline": "Pourquoi Google veut se débarrasser des SMS", | |
"datePublished": "2017-03-29T06:25:58+0200", | |
"dateModified": "2017-03-30T10:34:34+0000", | |
"author": { | |
"@type": "Person", | |
"name": "Houssen Moshinaly" | |
}, | |
"description": "Google Hangouts va se débarrasser des SMS. C'est l'une des \"nouveautés\" avec la refonte complète de Hangouts, ", | |
"image": { | |
"@type": "ImageObject", | |
"url": "https://i1.wp.com/s3-eu-west-1.amazonaws.com/s3.housseniawriting.com/wp-content/uploads/2017/03/29062457/Google-Hangouts-SMS.jpg?fit=700%2C466&ssl=1", | |
"width": 700, | |
"height": 466 | |
}, | |
"publisher": { | |
"@type": "Organization", | |
"name": "Houssenia Writing - Agence de rédaction web", | |
"logo": { | |
"@type": "ImageObject", | |
"url": "https://s3-eu-west-1.amazonaws.com/s3.housseniawriting.com/wp-content/uploads/2016/07/10091218/Houssenia-Writing-Redaction-Web_2-2.jpg", | |
"width": 600, | |
"height": 60 | |
} | |
} | |
} | |
</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/