{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/burton-historical-park-campground-burton-bc",
  "name": "Burton Historical Park Campground",
  "description": "Burton Historical Park Campground is one of the best kept secrets of the Kootenays. This lakeside campground offers a peaceful, relaxing and family-oriented",
  "url": "https://campertunity.com/listings/campgrounds/burton-historical-park-campground-burton-bc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "145 Lakeview Park Road",
    "addressLocality": "Burton",
    "addressRegion": "BC",
    "postalCode": "V0G 1E0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.990958,
    "longitude": -117.8876241
  },
  "sameAs": [
    "https://ccrvc.ca/campground/burton-historical-park/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}