Created
November 21, 2023 06:05
-
-
Save wiesmann/113940a5d671a67e4c629295aa083dbb to your computer and use it in GitHub Desktop.
schema.org Iso6523
This file contains 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
{ | |
"@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