{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mary-march-wilderness-park-newfoundland",
  "name": "Mary March Wilderness Park",
  "description": "The park is located right on the shoreline of Newfoundland's 2nd largest lake, the historic Red Indian Lake, we promote the natural beauty and wilderness",
  "url": "https://campertunity.com/listings/campgrounds/mary-march-wilderness-park-newfoundland",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2021/05/CCRVA-Re-Create-Logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "NL",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.846931,
    "longitude": -56.473614
  },
  "sameAs": [
    "https://ccrva.ca/campground/mary-march-wilderness-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Coastal"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}