Created
April 12, 2022 10:08
-
-
Save pentago/fe6ffc15de575b3f8c7ec4e62031387d to your computer and use it in GitHub Desktop.
BitDigital Organization Schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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