{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/the-dalesbridge-england",
  "name": "The Dalesbridge",
  "description": "The Dalesbridge is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/the-dalesbridge-england",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651233076"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "England",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.10377,
    "longitude": -2.36481
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}