{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/janes-cottage-kamperen",
  "name": "Jane's cottage kamperen",
  "description": "Medium sized cottage garden with lots of lawn, enough for 2 tents with ease. Now with new shower room",
  "url": "https://campertunity.com/listings/campgrounds/janes-cottage-kamperen",
  "image": [
    "https://campspace.com/media/medium/uploads/space/41/6_/1_/416_1_5acf5f0808d53.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.11,
    "longitude": -1.09
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    }
  ]
}