{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lagon-bleu-notre-dame-de-monts-pays-de-la-loire",
  "name": "Le Lagon Bleu",
  "description": "Le Lagon Bleu is a camping location with the following properties: a toilet discharge and a swimming pool.",
  "url": "https://campertunity.com/listings/campgrounds/lagon-bleu-notre-dame-de-monts-pays-de-la-loire",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Route du Fief Bas",
    "addressLocality": "Notre-Dame-de-Monts",
    "addressRegion": "pays-de-la-loire",
    "postalCode": "85690",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.85221,
    "longitude": -2.12243
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming_pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ]
}