{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/outside-pond-park-winterton-nl",
  "name": "Outside Pond Park",
  "description": "Outside Pond Park, main highway Winterton, 98 serviced sites, 24 overflow semi-serviced. Boating, Trouting, 2 hiking trails leading to lookouts. One leading to faboulous view for whale watching. Showers, laundry facilities.",
  "url": "https://campertunity.com/listings/campgrounds/outside-pond-park-winterton-nl",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2021/05/CCRVC-Re-Create-Logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "273 Main Rd",
    "addressLocality": "Winterton",
    "addressRegion": "NL",
    "postalCode": "A0B 3M0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.957536,
    "longitude": -53.329373
  },
  "sameAs": [
    "https://ccrva.ca/campground/outside-pond-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}