Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created October 27, 2019 23:48
Show Gist options
  • Save kinlane/204a742b0927edb582f4ac7f3d287f87 to your computer and use it in GitHub Desktop.
Save kinlane/204a742b0927edb582f4ac7f3d287f87 to your computer and use it in GitHub Desktop.
bunq-json-ld-schema.org.js
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BankOrCreditUnion",
"name": "bunq",
"url": "https://www.bunq.com",
"@id": "https://www.bunq.com#identity",
"address": {
"@type": "PostalAddress",
"addressCountry": "Netherlands",
"addressLocality": "Amsterdam"
},
"alternateName": "bunq BV",
"duns": "490483578",
"email": "support@bunq.com",
"founder": "Ali Niknam",
"priceRange": "$",
"sameAs": [
"https://twitter.com/bunq",
"https://www.facebook.com/bunq",
"https://nl.wikipedia.org/wiki/Bunq",
"https://www.linkedin.com/company/bunq/",
"https://plus.google.com/u/0/105103732066845856699",
"https://www.youtube.com/channel/UCNZo2GsB_ToorMDDSHoo70g",
"https://www.instagram.com/bunq/",
"https://nl.pinterest.com/bunqtogether/",
"https://github.com/bunq",
"https://vimeo.com/bunq"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment