Skip to content

Instantly share code, notes, and snippets.

@glosik
Created August 10, 2017 01:17
Show Gist options
  • Save glosik/eb1f7c9268912bd4382a6ed00670e855 to your computer and use it in GitHub Desktop.
Save glosik/eb1f7c9268912bd4382a6ed00670e855 to your computer and use it in GitHub Desktop.
multiple, json-ld
{
"@context": "http://schema.org/",
"persons":[
{
"@type": "Person",
"name": "Jaew Dor",
"jobTitle": "Deog"
},
{
"@type": "Person",
"name": "Jaw Dor",
"jobTitle": "Dog"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment