{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hameau-du-lac-villeneuve-en-retz-pays-de-la-loire",
  "name": "Le Hameau du Lac",
  "description": "Le Hameau du Lac is a camping location with internet, toilet facilities, laundry service, and showers.",
  "url": "https://campertunity.com/listings/campgrounds/hameau-du-lac-villeneuve-en-retz-pays-de-la-loire",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "La Guerivière",
    "addressLocality": "Villeneuve-en-Retz",
    "addressRegion": "pays-de-la-loire",
    "postalCode": "44580",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.06252,
    "longitude": -1.95754
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}