{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/wolf-river-lodge-fremont-wi",
  "name": "Wolf River Lodge",
  "description": "Wolf River Lodge is located at 8839 Wolf River Road, Fremont WI 54940. Wolf River Lodge can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/wolf-river-lodge-fremont-wi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8839 Wolf River Road",
    "addressLocality": "Fremont",
    "addressRegion": "WI",
    "postalCode": "54940",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.2107245,
    "longitude": -88.8337219
  }
}