Created
September 1, 2016 17:10
-
-
Save strategyst/26a7b32ebd90182c83f07f2f92636147 to your computer and use it in GitHub Desktop.
Organization and sponsor schema using JSON-LD
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", | |
"name": "National Public Radio", | |
"url": "http://npr.org", | |
"sponsor": | |
{ | |
"@type": "Organization", | |
"name": "GloboCorp", | |
"url": "http://www.example.com/" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment