{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bear-den-cabins-camp-hermosa-sd-1",
  "name": "Bear Den Cabins & Camp",
  "description": "Bear Den Cabins & Camp features 2 rustic cabins and 3 glamping tents, a fresh new shower house and lots of things to do. Located just outside Custer State Park.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/bear-den-cabins-camp-hermosa-sd-1",
  "image": [
    "https://beardencabinsandcamp.com/wp-content/uploads/2022/03/1Asset-3.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "13795 Ghost Canyon Rd",
    "addressLocality": "Hermosa",
    "addressRegion": "SD",
    "postalCode": "57744",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.81597471443442,
    "longitude": -103.29868871807794
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Glamping"
    }
  ]
}