{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/gallaber-park-skipton-england-united-kingdom",
  "name": "Gallaber Park",
  "description": "Gallaber Park is a camping location in Skipton.",
  "url": "https://campertunity.com/listings/campgrounds/gallaber-park-skipton-england-united-kingdom",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Skipton",
    "addressRegion": "england",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.00853,
    "longitude": -2.23914
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}