{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/coquihalla-campground-burlington-on",
  "name": "Coquihalla Campground",
  "description": "The Coquihalla Campground has approximately 117 camping sites and is located along the Coquihalla River. Approximately 32 are full service hook-ups with",
  "url": "https://campertunity.com/listings/campgrounds/coquihalla-campground-burlington-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "800 Kawkawa Lake Road",
    "addressLocality": "Hope",
    "addressRegion": "BC",
    "postalCode": "V0X 1L4",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.3791676,
    "longitude": -121.4253948
  },
  "sameAs": [
    "https://ccrva.ca/campground/coquihalla-campground/",
    "https://www.rvezy.com"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-10-01"
  },
  "priceRange": "$0+"
}