{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/south-west-pond-park-indian-bay-nl",
  "name": "South West Pond Park",
  "description": "Park owned and operated by the Town of New-Wes-Valley. Situated on South West Pond off Route 320 - 33 and ideal for boating and fishing. 45 unserviced sites",
  "url": "https://campertunity.com/listings/campgrounds/south-west-pond-park-indian-bay-nl",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2021/05/CCRVC-Re-Create-Logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Greenspond Rd",
    "addressLocality": "Indian Bay",
    "addressRegion": "NL",
    "postalCode": "A0G 2V0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.10834,
    "longitude": -53.72508099999999
  },
  "sameAs": [
    "https://ccrva.ca/campground/south-west-pond-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}