{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/upper-big-bend-campground-moab-ut",
  "name": "Upper Big Bend Campground",
  "description": "Campsites tucked along the Colorado River Canyon with spectacular views suitable for tent camping. Individual sites are available on a first-come, first-serve basis. This campground is popular with climbers visiting the Big Bend Bouldering Area, a short walk away. (Do not enter the river without the required life jackets; it has dangerous under currents.)Individual Sites: 8 Fees: $20/night Water: No Toilets: Yes Hook-ups: No",
  "url": "https://campertunity.com/listings/campgrounds/upper-big-bend-campground-moab-ut",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Moab",
    "addressRegion": "UT",
    "postalCode": "84532",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.64933,
    "longitude": -109.48819
  },
  "sameAs": [
    "https://www.blm.gov/visit/upper-big-bend-campground",
    "https://www.camping.org/campgrounds/utah/moab/upper-big-bend-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Bouldering"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}