{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/manitoulin-resort-manitowaning-on",
  "name": "Manitoulin Resort",
  "description": "Enjoy clean facilities at a friendly family resort on beautiful Lake Manitou. Excellent fishing and swimming in crystal-clear waters. Our 118-acre resort",
  "url": "https://campertunity.com/listings/campgrounds/manitoulin-resort-manitowaning-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "152 Holiday Haven Rd",
    "addressLocality": "Manitowaning",
    "addressRegion": "ON",
    "postalCode": "P0P 1N0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.75677,
    "longitude": -81.8718
  },
  "sameAs": [
    "https://ccrvc.ca/campground/manitoulin-resort/",
    "https://www.rvezy.com"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-22"
  },
  "priceRange": "$0+"
}