{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/anchor-bay-camp-lakehurst-on",
  "name": "Anchor Bay Camp",
  "description": "27 km north of Peterborough on County Rd 1 to Chemong Rd. County Rd 16 to Gannons Narrows, then 1.5 km to Pigeon Lake on the Trent system. Good fishing. No dogs allowed in the park.",
  "url": "https://campertunity.com/listings/campgrounds/anchor-bay-camp-lakehurst-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "197 Anchor Bay Rd",
    "addressLocality": "Lakehurst",
    "addressRegion": "ON",
    "postalCode": "K0L 1J0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.48765,
    "longitude": -78.4519
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Gravel_road"
    }
  ]
}