Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created April 21, 2019 06:51
Show Gist options
  • Select an option

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

Select an option

Save patrickcoombe/fd032adb8712f93aa84e5bfd3d030bd0 to your computer and use it in GitHub Desktop.
NBC News JSON-LD Homepage
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Organization",
"url": "http://www.nbcnews.com",
"logo": {
"@type": "ImageObject",
"url": "https://sslnodeassets.nbcnews.com/cdnassets/projects/site-images/nbcnews-logo-white.png",
"width": 166,
"height": 24
},
"sameAs": ["https://twitter.com/nbcnews", "https://www.facebook.com/nbcnews", "https://plus.google.com/+nbcnews", "https://www.instagram.com/nbcnews", "https://www.youtube.com/nbcnews"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment