{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/kens-lake-campground-moab-ut",
  "name": "Ken's Lake Campground",
  "description": "Ken's Lake Campground is located at Kens Lake Campground Road, Moab UT 84532. Ken's Lake Campground can be contacted at ***-***-**** or https://www.recreation.gov/camping/kens-lake-group-sites/r/campgroundDetails.do?contractCode=NRSO&parkId=75838",
  "url": "https://campertunity.com/listings/campgrounds/kens-lake-campground-moab-ut",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Kens Lake Campground Road",
    "addressLocality": "Moab",
    "addressRegion": "UT",
    "postalCode": "84532",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.4779186,
    "longitude": -109.4229725
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/utah/moab/ken-s-lake-campground"
  ]
}