Skip to content

Instantly share code, notes, and snippets.

@pentago
Created April 12, 2022 10:08
Show Gist options
  • Save pentago/fe6ffc15de575b3f8c7ec4e62031387d to your computer and use it in GitHub Desktop.
Save pentago/fe6ffc15de575b3f8c7ec4e62031387d to your computer and use it in GitHub Desktop.
BitDigital Organization Schema
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Bit Digital",
"description": "[INSERT BUSINESS DESCRIPTION HERE]",
"url": "https://bit-digital.com/",
"logo": "https://bit-digital.com/wp-content/uploads/2021/05/bd_share_image.jpg",
"address": {
"@type": "PostalAddress",
"streetAddress": "33 Irving Place",
"addressLocality": "New York",
"addressRegion": "NY",
"postalCode": "10003",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Service",
"url": "https://bit-digital.com/contact/"
},
"sameAs": [
"https://twitter.com/bitdigital_btbt",
"https://www.facebook.com/btbtbitdigital",
"https://www.linkedin.com/company/bit-digital/"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment