{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bardou-auvergne-rhone-alpes",
  "name": "Le Bardou",
  "description": "Le Bardou is a camping site with bread service.",
  "url": "https://campertunity.com/listings/campgrounds/bardou-auvergne-rhone-alpes",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651236550"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "D103",
    "addressLocality": "114319",
    "addressRegion": "auvergne-rhone-alpes",
    "postalCode": "07170",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.55305,
    "longitude": 4.44842
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}