{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/white-sand-beach-kearney-on",
  "name": "White Sand Beach",
  "description": "Family-friendly campground in Kearney, Ontario offering seasonal RV sites, tent camping, and lakefront cottages on Himbury Lake near Algonquin Park.",
  "url": "https://campertunity.com/listings/campgrounds/white-sand-beach-kearney-on",
  "image": [
    "/hero-new.jpg",
    "https://minhaiclaw-cell.github.io/mys-retreat-opus/hero-new.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2900 Highway 518",
    "addressLocality": "Kearney",
    "addressRegion": "ON",
    "postalCode": "P0A 1M0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.55,
    "longitude": -79.37
  },
  "sameAs": [
    "https://minhaiclaw-cell.github.io/mys-retreat-opus/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}