{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/blue-jay-fishing-and-fremont-wi-us",
  "name": "Blue Jay Fishing and Camping Resort",
  "description": "Blue Jay Fishing and Camping Resort is located at 306 North Street, Fremont WI 54940. Blue Jay Fishing and Camping Resort can be contacted at ***-***-**** or https://www.thebluejayresort.com/home",
  "url": "https://campertunity.com/listings/campgrounds/blue-jay-fishing-and-fremont-wi-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "306 North Street",
    "addressLocality": "Fremont",
    "addressRegion": "WI",
    "postalCode": "54940",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.2637476,
    "longitude": -88.8624805
  }
}