Skip to content

Instantly share code, notes, and snippets.

@JakeLabate
Last active April 15, 2024 18:55
Show Gist options
  • Save JakeLabate/b0a3ed41c930489fc5f02b44afdadf42 to your computer and use it in GitHub Desktop.
Save JakeLabate/b0a3ed41c930489fc5f02b44afdadf42 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://hooray.agency#WebSite",
"url": "https://hooray.agency",
"name": "Hooray Agency",
"hasPart": { "@id": "https://hooray.agency#WebPage" }
"sameAs": [
{ "@id": "https://hooray.agency#Organization" }
{ "@id": "https://hooray.agency#Brand" }
]
},
{
"@type": "WebPage",
"@id": "https://hooray.agency#WebPage",
"url": "https://hooray.agency",
"name": "Hooray Agency Homepage"
"isPartOf": { "@id": "https://hooray.agency@WebSite" }
},
{
"@type": "Brand",
"@id": "https://hooray.agency#Brand",
"url": "https://hooray.agency",
"name": "Hooray Agency",
"sameAs": [
{ "@id": "https://hooray.agency#WebSite" }
{ "@id": "https://hooray.agency#Organization" }
]
},
{
"@type": "Organization",
"@id": "https://hooray.agency#Organization",
"url": "https://hooray.agency",
"name": "Hooray Agency"
"sameAs": [
{ "@id": "https://hooray.agency#WebSite" }
{ "@id": "https://hooray.agency#Brand" }
]
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment