{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/shady-dell-bisbee-az",
  "name": "The Shady Dell",
  "description": "The Shady Dell is located at 1 Old Douglas Road, Bisbee AZ 85603. The Shady Dell can be contacted at ***-***-**** or http://theshadydell.com/",
  "url": "https://campertunity.com/listings/campgrounds/shady-dell-bisbee-az",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1 Old Douglas Road",
    "addressLocality": "Bisbee",
    "addressRegion": "AZ",
    "postalCode": "85603",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.4298277,
    "longitude": -109.8919512
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/arizona/bisbee/the-shady-dell"
  ]
}