{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/emplacement-central",
  "name": "Emplacement central",
  "description": "Set up your tent, park your camper and relax in the safety of our rear-co",
  "url": "https://campertunity.com/listings/campgrounds/emplacement-central",
  "image": [
    "https://campspace.com/media/medium/uploads/space/33/32/_1/3332_1_5e53cd5d31b03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Australia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -19.28,
    "longitude": 146.79
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    }
  ]
}