{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/la-dune-gefosse-fontenay-normandy",
  "name": "La Dune",
  "description": "Simple place right on the water - view over the sea - center 1.2 km",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/la-dune-gefosse-fontenay-normandy",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650946030.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "La Dune",
    "addressLocality": "Géfosse-Fontenay",
    "addressRegion": "normandy",
    "postalCode": "14230",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.37286,
    "longitude": -1.10024
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.2,
    "reviewCount": 5,
    "bestRating": 5,
    "worstRating": 1
  }
}