{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/woodsite-lodge-wheatley-hill-inglaterra",
  "name": "Woodsite Lodge",
  "description": "Woodsite Lodge is a place to camp.",
  "url": "https://campertunity.com/listings/campgrounds/woodsite-lodge-wheatley-hill-inglaterra",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "A181",
    "addressLocality": "Wheatley Hill",
    "addressRegion": "inglaterra",
    "postalCode": "DH6 3LJ",
    "addressCountry": "Reino Unido"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.73888,
    "longitude": -1.406
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodge"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodging"
    }
  ]
}