{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bancroft-tent-trailer-camp-bancroft-on",
  "name": "Bancroft Tent & Trailer Camp",
  "description": "Friendly hospitality, quiet and clean campground. Spring-fed lake, sandy beach, floating dock, water bouncer with climbing rock and waterslide. Ideal for families and friends. Pet-friendly, events, summer kids’ crafts daily at no charge. Cabin and trailer rentals available. Free WiFi.",
  "url": "https://campertunity.com/listings/campgrounds/bancroft-tent-trailer-camp-bancroft-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "27366 Hwy 62 RR 1",
    "addressLocality": "Bancroft",
    "addressRegion": "ON",
    "postalCode": "K0L 1C0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.95234,
    "longitude": -77.7474
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}