{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/log-cabin-resort-and-campground-trego-wi-1",
  "name": "Log Cabin Resort and Campground",
  "description": "Full Service Campground and Resort, nestled along the Namekagon River. Premier destination for Tube/Canoe/Kayak rentals.",
  "url": "https://campertunity.com/listings/campgrounds/log-cabin-resort-and-campground-trego-wi-1",
  "image": [
    "https://static.wixstatic.com/media/739d65_a71d5014d7d44e44b9c8a7819ec07f6c~mv2.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "N7470 Log Cabin Drive",
    "addressLocality": "Trego",
    "addressRegion": "WI",
    "postalCode": "54888",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.9016772,
    "longitude": -91.8249769
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canoeing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Kayaking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Paddling"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}