Structured Data | [
{
"@context": "https://schema.org",
"@type": "Campground",
"name": "Vejers Strand Camping",
"image": "https://www.vejersstrandcamping.dk/media/gwtos5st/vejers-strand-camping_vallife_defender_bakke.jpg",
"@id": "",
"url": "https://www.vejersstrandcamping.dk/",
"telephone": "004575277050",
"address": {
"@type": "PostalAddress",
"streetAddress": "Vejers Sydstrand 3",
"addressLocality": "Vejers Strand",
"postalCode": 6853,
"addressCountry": "DK"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 55.619914,
"longitude": 8.119318
},
"openingHours": "Mo-Su 09:00-18:00",
"amenityFeature": [
{
"@type": "LocationFeatureSpecification",
"name": "Pet Friendly",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Beach Access",
"value": true
}
],
"sameAs": [
"https://www.facebook.com/vejersstrandcamping",
"https://www.instagram.com/vejersstrandcamping"
]
}
] |