| Structured
Data |
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Korsbaek-shop.dk",
"alternateName": "Korsb\u00e6k Shop",
"url": "https://korsbaek-shop.dk/",
"logo": "https://cdn.shopify.com/s/files/1/0576/3642/1798/files/Untitled_design_180x.png?v=1624002407",
"contactPoint": {
"@type": "ContactPoint",
"telephone": 96170440,
"contactType": "customer service",
"areaServed": "DK",
"availableLanguage": "Danish"
},
"sameAs": [
"https://facebook.com/korsbaek.com",
"https://instagram.com/korsbaek.com"
]
},
{
"@context": "https://schema.org",
"@type": "ClothingStore",
"name": "Korsb\u00e6k Shop",
"image": "https://cdn.shopify.com/s/files/1/0576/3642/1798/files/Untitled_design_180x.png?v=1624002407",
"@id": "https://korsbaek-shop.dk/",
"url": "https://korsbaek-shop.dk/",
"telephone": 96170440,
"address": {
"@type": "PostalAddress",
"streetAddress": "Frederiksgade 1C, st",
"addressLocality": "Thisted",
"postalCode": 7700,
"addressCountry": "DK"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 56.95443,
"longitude": 8.686905
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"opens": "10:00",
"closes": "17:00"
}
}
]
|