Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Last active August 12, 2021 14:58
Show Gist options
  • Save patrickcoombe/8b4879e48870673180e0 to your computer and use it in GitHub Desktop.
Save patrickcoombe/8b4879e48870673180e0 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{ "@context": "https://schema.org",
"@type": "Article",
"headline": "Extra! Extra! Read alla bout it",
"alternativeHeadline": "This article is also about robots and stuff",
"image": "http://example.com/image.jpg",
"author": "Patrick Coombe",
"award": "Best article ever written",
"editor": "Craig Mount",
"genre": "search engine optimization",
"keywords": "seo sales b2b",
"wordcount": "1120",
"publisher": {
"@type": "Organization",
"name": "Google",
"logo": {
"@type": "ImageObject",
"url": "https://google.com/logo.jpg"
}
},
"url": "http://www.example.com",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://google.com/article"
},
"datePublished": "2015-09-20",
"dateCreated": "2015-09-20",
"dateModified": "2015-09-20",
"description": "We love to do stuff to help people and stuff",
"articleBody": "You can paste your entire post in here, and yes it can get really really long."
}
</script>
@patrickcoombe
Copy link
Author

patrickcoombe commented Aug 13, 2019

fixed! Good eye :) thank you @smakinson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment