{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/fougeres-lacanau-lacanau-nouvelle-aquitaine",
  "name": "The Fougères Lacanau",
  "description": "Les Fougères Lacanau is a campsite location.",
  "url": "https://campertunity.com/listings/campgrounds/fougeres-lacanau-lacanau-nouvelle-aquitaine",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Avenue de l'Océan",
    "addressLocality": "Lacanau",
    "addressRegion": "nouvelle-aquitaine",
    "postalCode": "33680",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.0022,
    "longitude": -1.0935
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}