Structured Data | [
[
{
"@context": "http://schema.org/",
"@type": "Organization",
"url": "https://onkeljohn.dk/",
"name": "Onkel John",
"legalName": "Onkel John",
"description": "Onkel John",
"logo": "//onkeljohn.dk/cdn/shop/files/mobile_logo.png?v=1635500339",
"image": "//onkeljohn.dk/cdn/shop/files/mobile_logo.png?v=1635500339",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer service",
"telephone": "+4520805019"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Strandgyden 1",
"addressLocality": "Asperup",
"postalCode": 5466,
"addressCountry": "DANMARK"
}
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://onkeljohn.dk/",
"name": "Onkel John",
"description": "Onkel John",
"author": [
{
"@type": "Organization",
"url": "https://www.someoneyouknow.online",
"name": "Someoneyouknow",
"address": {
"@type": "PostalAddress",
"streetAddress": "Wilhelminaplein 25",
"addressLocality": "Eindhoven",
"addressRegion": "NB",
"postalCode": "5611 HG",
"addressCountry": "NL"
}
}
]
}
]
] |