Skip to content

Instantly share code, notes, and snippets.

@strategyst
Created September 1, 2016 17:10
Show Gist options
  • Save strategyst/26a7b32ebd90182c83f07f2f92636147 to your computer and use it in GitHub Desktop.
Save strategyst/26a7b32ebd90182c83f07f2f92636147 to your computer and use it in GitHub Desktop.
Organization and sponsor schema using JSON-LD
<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