{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/la-paviniere-le-mele-sur-sarthe-normandia",
  "name": "La Paviniere",
  "description": "Camper place in the water. Quiet area, 5 places.",
  "url": "https://campertunity.com/listings/campgrounds/la-paviniere-le-mele-sur-sarthe-normandia",
  "image": [
    "https://img.campercontact.com/media/photos/4222124650886718.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "La Pavinière",
    "addressLocality": "le-mele-sur-sarthe",
    "addressRegion": "normandia",
    "postalCode": "61170",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.50853,
    "longitude": 0.35744
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.38,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  }
}