Created
April 21, 2019 06:51
-
-
Save patrickcoombe/fd032adb8712f93aa84e5bfd3d030bd0 to your computer and use it in GitHub Desktop.
NBC News JSON-LD Homepage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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