{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dogs-allowed-les-tailles",
  "name": "dogs_allowed",
  "description": "Come and pitch your tent or camper van with us, in a quiet place. In the middle of the countryside. The activities Hiking...",
  "url": "https://campertunity.com/listings/campgrounds/dogs-allowed-les-tailles",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "les Tailles",
    "addressCountry": "BE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.213,
    "longitude": 5.753
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    }
  ]
}