Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created March 21, 2024 19:03
Show Gist options
  • Select an option

  • Save patrickcoombe/9dd459a39b225710404f522e6b7a16c3 to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/9dd459a39b225710404f522e6b7a16c3 to your computer and use it in GitHub Desktop.
Article JSON-LD 2024
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "Title of a News Article",
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
"datePublished": "2015-02-05T08:00:00+08:00",
"dateModified": "2015-02-05T09:20:00+08:00",
"author": [{
"@type": "Person",
"name": "Jane Doe",
"url": "https://example.com/profile/janedoe123"
},{
"@type": "Person",
"name": "John Doe",
"url": "https://example.com/profile/johndoe123"
}]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment