{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/perception-huntsville-ut",
  "name": "Perception Park Campground",
  "description": "Perception Park Campground is located at 12566 Utah 39 Scenic, Huntsville UT 84317. Perception Park Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/perception-huntsville-ut",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "12566 Utah 39 Scenic",
    "addressLocality": "Huntsville",
    "addressRegion": "UT",
    "postalCode": "84317",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.289632,
    "longitude": -111.6406134
  }
}