Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created May 13, 2019 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickcoombe/8f85e76e0a58618ed8baafe543be2864 to your computer and use it in GitHub Desktop.
Save patrickcoombe/8f85e76e0a58618ed8baafe543be2864 to your computer and use it in GitHub Desktop.
JSON-LD Organization Basic
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Organization",
"name": "ASPCA",
"url": "https://www.aspca.org/",
"sponsor":
{
"@type": "Organization",
"name": "exampleCorp",
"url": "http://www.example.com/"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment