{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-galet-marseillan-plage",
  "name": "Camping Le Galet",
  "description": "Camping Le Galet is located in the pleasant center of the small authentic fishing town of Marseillan-Plage, in the...",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/camping-galet-marseillan-plage",
  "image": [
    "https://cdn3.acsi.eu/6/7/4/b/674b10ed7179e.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "233 avenue des Campings",
    "addressLocality": "Marseillan-Plage",
    "postalCode": "34340",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.31125,
    "longitude": 3.54436
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Restaurant"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hot_tub"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 7.9,
    "reviewCount": 4,
    "bestRating": 10,
    "worstRating": 1
  }
}