Skip to content

Instantly share code, notes, and snippets.

@wiesmann
Created November 21, 2023 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wiesmann/113940a5d671a67e4c629295aa083dbb to your computer and use it in GitHub Desktop.
Save wiesmann/113940a5d671a67e4c629295aa083dbb to your computer and use it in GitHub Desktop.
schema.org Iso6523
{
"@context" : "https://schema.org",
"@type" : "Organization",
"name": "Klick-Tipp Limited",
"url" : "https://www.klicktipp.com/",
"iso6523Code": ["0199:9845000B1ED2C9F55818", "0060:2216853822", "9932:113364153"],
"address" : {
"@type" : "PostalAddress",
"addressCountry": "UK",
"addressLocality": "London",
"streetAddress": ["15 Cambridge Court", "210 Shepherd’s Bush Road"],
"postalCode": "W6 7NJ"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment