Skip to content

Instantly share code, notes, and snippets.

@glosik
Created August 10, 2017 00:51
Show Gist options
  • Save glosik/aa3963fee230ea2f7dc378ec6c5bb006 to your computer and use it in GitHub Desktop.
Save glosik/aa3963fee230ea2f7dc378ec6c5bb006 to your computer and use it in GitHub Desktop.
Multiple json-ld
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"address":
[
{
"@type": "PostalAddress"
},
{
"@type": "PostalAddress"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment