{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/keyhole-campground-california-brawley-ca",
  "name": "Keyhole Campground",
  "description": "Keyhole Campground is the smallest campground located within the Imperial Sand Dunes Recreation Area. It is a small paved \"keyhole\" offering a large group or few small groups an area to camp.",
  "url": "https://campertunity.com/listings/campgrounds/keyhole-campground-california-brawley-ca",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Brawley",
    "addressRegion": "CA",
    "postalCode": "92257",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.915,
    "longitude": -115.1177778
  },
  "sameAs": [
    "https://www.blm.gov/visit/keyhole-campground",
    "https://thedyrt.com/camping/california/keyhole-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Dunes"
    }
  ]
}