{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cedar-shade-campground-burlington-on-ca",
  "name": "Cedar Shade Campground",
  "description": "Friendly family getaway. Rustic setting. 45 minutes from Ottawa and Montreal off Highway 17 in Alfred. Spacious open sites. Organized weekend activities.",
  "url": "https://campertunity.com/listings/campgrounds/cedar-shade-campground-burlington-on-ca",
  "image": [
    "https://ccrvc.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "530 Peladeau Rd",
    "addressLocality": "Alfred",
    "addressRegion": "ON",
    "postalCode": "K0B 1A0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.58027,
    "longitude": -74.8376
  },
  "sameAs": [
    "https://ccrvc.ca/campground/cedar-shade-campground/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-30"
  },
  "priceRange": "$0+"
}