{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/beautiful-campsite-on-114-hectares-fr",
  "name": "Beautiful campsite on 114 hectares",
  "description": "Discover our cozy and luxurious campsite in Occitanie, nestled in the heart of nature on a vast site",
  "url": "https://campertunity.com/listings/campgrounds/beautiful-campsite-on-114-hectares-fr",
  "image": [
    "https://campspace.com/media/medium/uploads/space/28/dc/25/28dc2566b302892a3f10f4295c120dec.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.51,
    "longitude": 2.75
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodge"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodging"
    }
  ]
}