{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/indian-bay-park-indian-bay-nl",
  "name": "Indian Bay Park",
  "description": "Located along a fishing river, Indian Bay Park is fun for all ages. Camping lots are available from May 24th weekend to Labour Day weekend for daily, weekend, weekly or seasonal. There is a playground and swimming area.",
  "url": "https://campertunity.com/listings/campgrounds/indian-bay-park-indian-bay-nl",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2021/05/CCRVC-Re-Create-Logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "16 Park Avenue",
    "addressLocality": "Indian Bay",
    "addressRegion": "NL",
    "postalCode": "A0G",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.037433,
    "longitude": -53.86360400000001
  },
  "sameAs": [
    "https://ccrvc.ca/campground/indian-bay-park/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}