{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cactus-plain-wilderness-study-area-az",
  "name": "Cactus Plain Wilderness Study Area",
  "description": "Explore the dunes of the 59,100-acre Cactus Plain Wilderness Study Area! Enjoy backpacking, hiking, and more near Bouse, Arizona.",
  "url": "https://campertunity.com/listings/campgrounds/cactus-plain-wilderness-study-area-az",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1785 Kiowa Ave.",
    "addressLocality": "Lake Havasu City",
    "addressRegion": "AZ",
    "postalCode": "86403",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.047,
    "longitude": -114.08
  },
  "sameAs": [
    "https://www.blm.gov/visit/cactus-plain-wilderness-study-area"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Backpacking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Dunes"
    }
  ]
}