{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/maitland-valley-marina-campground-goderich-on",
  "name": "Maitland Valley Marina & Campground",
  "description": "100 North Harbour Road, Goderich ON. Modern facilities on the picturesque Maitland River. Excellent fishing, golf, boating and other recreational facilities.",
  "url": "https://campertunity.com/listings/campgrounds/maitland-valley-marina-campground-goderich-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "100 North Harbour Road",
    "addressLocality": "Goderich",
    "addressRegion": "ON",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.74651,
    "longitude": -81.726
  },
  "sameAs": [
    "https://ccrva.ca/campground/maitland-valley-marina-campground/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Marina"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}