Structured Data | [
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Stoklund Hjemmesider",
"image": "https://tobiasstoklund.dk/logo.png",
"@id": "https://tobiasstoklund.dk",
"url": "https://tobiasstoklund.dk",
"telephone": "+45 27 57 24 37",
"address": {
"@type": "PostalAddress",
"streetAddress": "Enevej 15",
"addressLocality": "Grindsted",
"postalCode": 7200,
"addressCountry": "DK"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.6761,
"longitude": 12.5683
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
},
"sameAs": [
"https://www.facebook.com/tobiasstoklund",
"https://www.linkedin.com/in/tobiasstoklund"
],
"priceRange": "$$",
"description": "Professionel webudvikling, hosting og support i Danmark. Vi skaber moderne, hurtige og SEO-optimerede hjemmesider.",
"areaServed": "Denmark",
"serviceType": "Web Development",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Webudvikling Services",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hjemmeside Udvikling",
"description": "Moderne og responsive hjemmesider"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Webshop Udvikling",
"description": "E-commerce l\u00f8sninger"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hosting & Support",
"description": "P\u00e5lidelig hosting og teknisk support"
}
}
]
}
}
] |