| Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://elverborn.dk/#org",
"name": "Elverborn.dk",
"url": "https://elverborn.dk/",
"logo": "",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "86 62 16 22",
"contactType": "customer service",
"email": "kontakt@elverborn.dk",
"areaServed": "DK",
"availableLanguage": [
"Danish",
"English"
]
}
]
},
{
"@type": "WebSite",
"@id": "https://elverborn.dk/#website",
"url": "https://elverborn.dk/",
"name": "Elverborn.dk",
"publisher": {
"@id": "https://elverborn.dk/#org"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://elverborn.dk/soeg?search={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "LocalBusiness",
"@id": "https://elverborn.dk/#localbusiness",
"name": "Elverborn.dk",
"image": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "Klokkest\u00f8bervej 29",
"addressLocality": "Viborg",
"postalCode": 8800,
"addressCountry": "DK"
},
"telephone": "86 62 16 22",
"email": "kontakt@elverborn.dk",
"url": "https://elverborn.dk/",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "mandag",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "tirsdag",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "onsdag",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "torsdag",
"opens": "09:00",
"closes": "17:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "fredag",
"opens": "09:00",
"closes": "17:00"
}
],
"priceRange": "DKK",
"currenciesAccepted": "DKK",
"paymentAccepted": [
"Mobile Payment",
"Credit Card"
],
"parentOrganization": {
"@id": "https://elverborn.dk/#org"
}
}
]
}
]
|