{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/oak-bay-burlington-on-ca",
  "name": "Oak Bay Resort",
  "description": "We are a quiet, family-owned and operated resort, with 7 lakefront cottages and 31 seasonal trailer sites. Located on Upper Buckhorn Lake, 20 minutes N of Peterborough. We are within walking distance of restaurants, groceries, LCBO, pharmacy, and a hardware store. Perfect for a fishing getaway, boating, or simply a relaxing family vacation.",
  "url": "https://campertunity.com/listings/campgrounds/oak-bay-burlington-on-ca",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "24 George St",
    "addressLocality": "Buckhorn",
    "addressRegion": "ON",
    "postalCode": "K0L 1J0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.55268,
    "longitude": -78.352
  },
  "sameAs": [
    "https://ccrvc.ca/campground/oak-bay-resort/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}