{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/puddledock-farm-great-hockham-engeland",
  "name": "Puddledock Farm",
  "description": "Puddledock Farm is a camping site in Thetford. The location offers toilet facilities, showers, laundry services, WiFi, and a small shop.",
  "url": "https://campertunity.com/listings/campgrounds/puddledock-farm-great-hockham-engeland",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Puddledock Lane",
    "addressLocality": "Great Hockham",
    "addressRegion": "england",
    "postalCode": "IP24 1FQ",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.49452,
    "longitude": 0.85793
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Farm"
    }
  ]
}