{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/taylor-lake-campground-olney-il",
  "name": "Taylor Lake Campground",
  "description": "Taylor Lake Campground is located at 6152 Illinois 130, Olney IL 62450. Taylor Lake Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/taylor-lake-campground-olney-il",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6152 Illinois 130",
    "addressLocality": "Olney",
    "addressRegion": "IL",
    "postalCode": "62450",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.7951581,
    "longitude": -88.0921286
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/illinois/olney/taylor-lake-campground"
  ]
}