Structured Data | [
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Silkeborg Food To Go",
"alternateName": "Silkeborg Food To Go",
"description": "Mad ud af huset og catering",
"url": "https://silkeborgfoodtogo.dk"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Silkeborg Food To Go",
"url": "https://silkeborgfoodtogo.dk",
"alternateName": "Silkeborg Food To Go",
"description": "Silkeborg Food To Go",
"logo": "https://silkeborgfoodtogo.dk/wp-content/uploads/2022/11/logo.png",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+45 51 51 21 81"
}
]
},
{
"@context": "https://schema.org",
"@type": "FoodEstablishment",
"image": "https://silkeborgfoodtogo.dk/wp-content/uploads/2022/11/logo.png",
"@id": "https://silkeborgfoodtogo.dk",
"name": "Silkeborg Food To Go",
"telephone": "+45 51 51 21 81",
"address": {
"@type": "PostalAddress",
"streetAddress": "Bredh\u00f8jvej 5",
"addressLocality": "Silkeborg",
"addressRegion": "Midtjylland",
"postalCode": 8600,
"addressCountry": "DK"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 56.18871307373047,
"longitude": 9.553197860717773
}
}
] |