{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bridge-lake-provincial-park-camping-in-bc",
  "name": "Bridge Lake Provincial Park: Camping in Bridge Lake, BC",
  "description": "Discover Bridge Lake Provincial Park near Bridgelake, British Columbia. Serene lakeside camping, fishing, and outdoor adventure in the heart of nature.",
  "url": "https://campertunity.com/listings/campgrounds/bridge-lake-provincial-park-camping-in-bc",
  "image": [
    "https://campinglife.ca/wp-content/uploads/2023/01/canstockphoto17569800.jpg",
    "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAQAAACC0sM2AAAADklEQVR42mP8X88wLAAAK5IBgMYCdqgAAAAASUVORK5CYII="
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Bridge Lake Park Road",
    "addressLocality": "Bridge Lake",
    "addressRegion": "BC",
    "postalCode": "V0K 1E0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.48613365716453,
    "longitude": -120.69959584148516
  },
  "sameAs": [
    "https://campinglife.ca/campgrounds/bridge-lake-provincial-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}