{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/les-tourrades-vauvert-occitanie",
  "name": "Les Tourrades",
  "description": "Les Tourrades is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/les-tourrades-vauvert-occitanie",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Chemin des Canaux",
    "addressLocality": "Vauvert",
    "addressRegion": "occitanie",
    "postalCode": "30600",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.69414,
    "longitude": 4.25026
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}