{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/stonefold-cottages-penrith-england",
  "name": "Stonefold Cottages",
  "description": "Stonefold Cottages is a camping site in Newbiggin.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/stonefold-cottages-penrith-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Penrith",
    "addressRegion": "england",
    "postalCode": "CA11 0HP",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.64933,
    "longitude": -2.81412
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}