{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-et-lodges-du-bois-dodo-septfonds",
  "name": "Camping et Lodges du Bois Dodo",
  "description": "The Camping and Lodges du Bois Dodo, surrounded by woods, is located just outside the town of Septfonds. The campsite is nestled...",
  "url": "https://campertunity.com/listings/campgrounds/camping-et-lodges-du-bois-dodo-septfonds",
  "image": [
    "https://cdn3.acsi.eu/6/7/4/c/674c44d3ee9b8.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "10 chemin de Bonnet",
    "addressLocality": "Septfonds",
    "postalCode": "82240",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.18267,
    "longitude": 1.6035
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodge"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodging"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 8.4,
    "reviewCount": 4,
    "bestRating": 10,
    "worstRating": 1
  }
}