{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/city-of-rocks-national-reserve",
  "name": "City of Rocks National Reserve",
  "description": "Discover the geological wonders and world-class rock climbing at City of Rocks National Reserve. Enjoy hiking, camping, and exploring the unique rock formations in this stunning natural wonderland.",
  "url": "https://campertunity.com/listings/campgrounds/city-of-rocks-national-reserve",
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.0727057,
    "longitude": -113.7037854
  },
  "sameAs": [
    "https://pinecliffresort.net/campgrounds-rv-parks/city-of-rocks-national-reserve"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rock Climbing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}