{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/aire-municipale-availles-sur-seiche-bretagne",
  "name": "Aire Municipale",
  "description": "in a small park-quiet center 400 m",
  "url": "https://campertunity.com/listings/campgrounds/aire-municipale-availles-sur-seiche-bretagne",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650782351.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "D106",
    "addressLocality": "Availles-sur-Seiche",
    "addressRegion": "bretagne",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.96247,
    "longitude": -1.19897
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}