Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Last active February 18, 2025 19:32
Show Gist options
  • Save patrickcoombe/d0d51e7b807eed37e9acc4b3fbb157d9 to your computer and use it in GitHub Desktop.
Save patrickcoombe/d0d51e7b807eed37e9acc4b3fbb157d9 to your computer and use it in GitHub Desktop.
News Article JSON-LD Example NY Post
<script type="application/ld+json">
{
"@context": "https://schema.org",
"publisher": {
"@type": "Organization",
"name": "New York Post",
"sameAs": "https://nypost.com",
"logo": {
"@type": "ImageObject",
"url": "https://nypost.com/wp-content/themes/nypost/static/images/logo-nypost.png",
"height": 60,
"width": 404
}
},
"headline": "How federal judge's decision could determine Adams' fate as Hochul mulls ousting NYC mayor in historic move",
"url": "https://nypost.com/2025/02/18/us-news/al-sharpton-meets-with-kathy-hochul-to-discuss-nyc-mayor-eric-adams-fate/",
"thumbnailUrl": "https://nypost.com/wp-content/uploads/sites/2/2025/02/hochul-al-sharpton-adams-fate-meeting-comp.jpg?quality=75&strip=all",
"image": {
"@type": "ImageObject",
"url": "https://nypost.com/wp-content/uploads/sites/2/2025/02/hochul-al-sharpton-adams-fate-meeting-comp.jpg?quality=75&strip=all&w=1200",
"width": 1200,
"height": 800
},
"mainEntityOfPage": "https://nypost.com/2025/02/18/us-news/al-sharpton-meets-with-kathy-hochul-to-discuss-nyc-mayor-eric-adams-fate/",
"@type": "NewsArticle",
"dateCreated": "2025-02-18T17:41:12Z",
"datePublished": "2025-02-18T17:41:12Z",
"articleSection": "us-news",
"creator": [
{
"name": "Jack Morphet",
"@type": "Person",
"sameAs": "https://x.com/JackMorphet"
},
{
"name": "Matt Troutman",
"@type": "Person",
"sameAs": ""
}
],
"author": [
{
"name": "Jack Morphet",
"@type": "Person",
"URL": "https://nypost.com/author/",
"sameAs": "https://x.com/JackMorphet"
},
{
"name": "Matt Troutman",
"@type": "Person",
"URL": "https://nypost.com/author/",
"sameAs": ""
}
],
"keywords": [
"al sharpton",
"eric adams",
"eric adams indictment",
"kathy hochul",
"mayor",
"/metro",
"/article"
],
"video": {
"@type": "VideoObject",
"@context": "https://schema.org",
"name": "Al Sharpton spotted arriving at Gov. Hochul's NYC office where meetings set to decide Mayor's firing",
"embedUrl": "https://content.jwplatform.com/players/i8gjjPzy-SPdDOYds.html",
"contentUrl": "https://cdn.jwplayer.com/videos/i8gjjPzy-RyIcpnTz.mp4",
"uploadDate": "2025-02-18T17:38:43Z",
"description": "Al Sharpton spotted arriving at Gov. Hochul's NYC office where meetings set to decide Mayor's firing",
"thumbnailUrl": "https://cdn.jwplayer.com/v2/media/i8gjjPzy/poster.jpg?width=720",
"duration": "PT30S"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment