{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/windy-harbour-hotel-caravan-camping-site-padfield-england",
  "name": "Windy Harbour Hotel Caravan and Camping Site",
  "description": "Windy Harbour Hotel Caravan and Camping Site is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/windy-harbour-hotel-caravan-camping-site-padfield-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Padfield",
    "addressRegion": "england",
    "postalCode": "SK13 7QE",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.46238,
    "longitude": -1.94381
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}