{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/la-plaine-sur-mer-pays-de-la-loire",
  "name": "The Bernier",
  "description": "Le Bernier is a camping site.",
  "url": "https://campertunity.com/listings/campgrounds/la-plaine-sur-mer-pays-de-la-loire",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rue du Champ Villageois",
    "addressLocality": "La Plaine-sur-Mer",
    "addressRegion": "pays-de-la-loire",
    "postalCode": "44770",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.15062,
    "longitude": -2.19511
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}