Skip to content

Instantly share code, notes, and snippets.

@JakeLabate
Last active March 1, 2022 17:57
Show Gist options
  • Save JakeLabate/a1d3bc93a29bc601c6039e0bde5c1570 to your computer and use it in GitHub Desktop.
Save JakeLabate/a1d3bc93a29bc601c6039e0bde5c1570 to your computer and use it in GitHub Desktop.
Schema Example Example
<script type="application/ld+json">
{
“@context”: “https://schema.org”,
“@type: “Person”,
“@id”: “https://www.raveis.com/teammember/CharlesMagyar/4265/#person”,
“url”: “https://www.raveis.com/teammember/CharlesMagyar/4265”,
“name”: “Charles Magyar”,
“memberOf”: {
“@type”: “Organization”,
“name”: “William Raveis Real Estate”
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment