{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bungalow-durham-england",
  "name": "The Bungalow",
  "description": "Small campsite",
  "url": "https://campertunity.com/listings/campgrounds/bungalow-durham-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Hartside Crescent",
    "addressLocality": "durham",
    "addressRegion": "england",
    "postalCode": "DH1 5RF",
    "addressCountry": "united-kingdom"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.79987,
    "longitude": -1.61545
  },
  "sameAs": [
    "https://www.campercontact.com/en/united-kingdom/england/durham/111074/the-bungalow"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "15",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "15+"
}