{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/l-ile-du-pont-mirande-occitanie",
  "name": "L'Île du Pont",
  "description": "L'Île du Pont is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/l-ile-du-pont-mirande-occitanie",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Chemin de l'Île",
    "addressLocality": "Mirande",
    "addressRegion": "occitanie",
    "postalCode": "32300",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.51397,
    "longitude": 0.40941
  },
  "sameAs": [
    "https://www.campercontact.com/en/france/occitanie/114796/lile-du-pont",
    "https://www.campercontact.com/de/frankreich/okzitanien/114796/lile-du-pont"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}