Skip to content

Instantly share code, notes, and snippets.

@saqib-nadeem
Created December 14, 2015 16:30
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 saqib-nadeem/cfd528ec5db468fed137 to your computer and use it in GitHub Desktop.
Save saqib-nadeem/cfd528ec5db468fed137 to your computer and use it in GitHub Desktop.
Sample Code Snippet for Blog Structure Data Markup
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "BlogPosting",
"headline" : "Collision Insurance",
"datePublished" : "2015-12-03",
"image": {
"@type": "ImageObject",
"url": "http://blog.ensurify.com/wp-content/uploads/2015/09/business-woman-829497_1920-1024x5751.jpg",
"height": 800,
"width": 800
},
"author" : {
"@type" : "Person",
"name" : "Chris"
},
"description": "As mentioned above, the higher the deductible, the lower your insurance premiums will be. It is important though to remember",
"articleBody" : "While it may seem self-explanatory, there also might be some misty fog around the term and what it exactly it means and that’s why we’re here. Call this is your one-stop guide to everything on collision", //Should we include whole article body in it
"publisher": {
"@type": "Organization",
"name": "Ensurify",
"logo": {
"@type": "ImageObject",
"url": "https://ensurify.com/static/img/favicon/favicon.ico", // Logo image is required
"width": 600,
"height": 60
}
},
"dateModified" : "2015-12-03",
"mainEntityOfPage":{
"@type":"WebPage",
"@id":"https://ensurify.com/sure/"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment