{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/burlington-on-1",
  "name": "Holiday Beach Family RV Park",
  "description": "Quiet family trailer park, 125 acres with 25-acre lake. Large treed sites; 1/2 hour to Kitchener and Stratford; near New Hamburg. Heated pool, hot tub,",
  "url": "https://campertunity.com/listings/campgrounds/burlington-on-1",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1652 Puddicombe Rd",
    "addressLocality": "New Hamburg",
    "addressRegion": "ON",
    "postalCode": "N3A 2Z4",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.35188,
    "longitude": -80.6443
  },
  "sameAs": [
    "https://ccrvc.ca/campground/holiday-beach-family-rv-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming Pool"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$0+"
}