{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/buckhorn-narrows-resort-buckhorn-on-1",
  "name": "Buckhorn Narrows Resort",
  "description": "We are located on the upper part of Buckhorn Lake, which offers the largest area for boating and excellent fishing opportunities for species of fish,",
  "url": "https://campertunity.com/listings/campgrounds/buckhorn-narrows-resort-buckhorn-on-1",
  "image": [
    "https://ccrvc.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "352 Buckhorn Narrows Rd PO Box 99",
    "addressLocality": "Buckhorn",
    "addressRegion": "ON",
    "postalCode": "K0L 1J0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.52289,
    "longitude": -78.3709
  },
  "sameAs": [
    "https://ccrvc.ca/campground/buckhorn-narrows-resort/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}