{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/woodland-rv-park-st-williams-on",
  "name": "Woodland RV Park",
  "description": "",
  "url": "https://campertunity.com/listings/campgrounds/woodland-rv-park-st-williams-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2018/07/ccrvc-april-13-002.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "266 Townline St 16",
    "addressLocality": "St Williams",
    "addressRegion": "ON",
    "postalCode": "N0E 1P0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.67199,
    "longitude": -80.4187
  },
  "sameAs": [
    "https://ccrva.ca/campground/woodland-rv-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-08-26"
  },
  "priceRange": "$0+"
}