{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/deer-creek-campground-boulder-ut",
  "name": "Deer Creek Campground",
  "description": "Deer Creek Campground is located at , Boulder UT 84716. Deer Creek Campground can be contacted at ***-***-**** or http://www.blm.gov/visit/deer-creek-campground",
  "url": "https://campertunity.com/listings/campgrounds/deer-creek-campground-boulder-ut",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Boulder",
    "addressRegion": "UT",
    "postalCode": "84716",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.85472,
    "longitude": -111.35538
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/utah/boulder/deer-creek-campground"
  ]
}