{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/cresslands-thurlby-england",
  "name": "Cresslands",
  "description": "Cresslands is a camping location in Thurlby.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/cresslands-thurlby-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Thurlby",
    "addressRegion": "england",
    "postalCode": "PE10 0EN",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.72276,
    "longitude": -0.36306
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}