{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/snettisham-caravan-park-king-s-lynn-england",
  "name": "Snettisham Caravan Park",
  "description": "Snettisham Caravan Park is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/snettisham-caravan-park-king-s-lynn-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Snettisham Beach",
    "addressLocality": "King's Lynn",
    "addressRegion": "england",
    "postalCode": "PE31 7PS",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.87223,
    "longitude": 0.44964
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}