| Structured
Data |
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Hjemme Hos",
"url": "https://hjemmehos.dk/",
"logo": "https://hjemmehos.dk/cdn/shop/files/HJEMMEHOS_logo_sort_43cc4d0c-d956-42c5-8fe5-bdee45e9ffaa_140x.png?v=1667917472",
"sameAs": [
"https://www.facebook.com/hjemmehosdk",
"https://www.instagram.com/hjemmehosdk/",
"https://www.pinterest.dk/hjemmehosdk/"
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+45 63 40 70 14",
"contactType": "Kundeservice",
"availableLanguage": [
"Danish"
],
"hoursAvailable": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "08:00",
"closes": "17:00"
}
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://hjemmehos.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}
]
|