{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hells-canyon-wilderness-phoenix-az",
  "name": "Hell's Canyon Wilderness",
  "description": "Enjoy rock climbing, hiking, dispersed camping and more in the 9,951-acre Hells Canyon Wilderness Area northwest of Phoenix.",
  "url": "https://campertunity.com/listings/campgrounds/hells-canyon-wilderness-phoenix-az",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png",
    "https://live.staticflickr.com/1717/26671537006_4c9315d14d_b.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2020 E. Bell Road",
    "addressLocality": "Phoenix",
    "addressRegion": "Arizona",
    "postalCode": "85022",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.946917,
    "longitude": -112.354377
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public_land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm_land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Dispersed"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rock_climbing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    }
  ]
}