{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/ziegler-park-mitchell-ne-us",
  "name": "Ziegler Park",
  "description": "Ziegler Park is located at , Mitchell NE 69357. Ziegler Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/ziegler-park-mitchell-ne-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Mitchell",
    "addressRegion": "NE",
    "postalCode": "69357",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.938696,
    "longitude": -103.8053089
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/nebraska/mitchell/ziegler-park"
  ]
}