{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/woodland-campground-little-sioux-ia-us",
  "name": "Woodland Campground",
  "description": "Woodland Campground is located at 1447 Benton Lane, Little Sioux IA 51545. Woodland Campground can be contacted at ***-***-**** or http://woodlandcamps.weebly.com/",
  "url": "https://campertunity.com/listings/campgrounds/woodland-campground-little-sioux-ia-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1447 Benton Lane",
    "addressLocality": "Little Sioux",
    "addressRegion": "IA",
    "postalCode": "51545",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.801213,
    "longitude": -96.061542
  }
}