Skip to content

Instantly share code, notes, and snippets.

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/cf9152f7efff7448e4216189fcca88f4 to your computer and use it in GitHub Desktop.
Save patrickcoombe/cf9152f7efff7448e4216189fcca88f4 to your computer and use it in GitHub Desktop.
JSON-LD Person Example With Occupation
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"name": "Peter Venkman",
"hasOccupation": {
"@type": "Occupation",
"name": "Parapsychologist",
"educationRequirements": "PhD in parapsychology"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment