{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/moose-lake-hayward-wi",
  "name": "Moose Lake",
  "description": "Moose Lake Campground sits along its namesake lake in the Chequamegon National Forest of northern Wisconsin. The serene lake and surrounding forest offer a spectacular location for families to enjoy nature.",
  "url": "https://campertunity.com/listings/campgrounds/moose-lake-hayward-wi",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://cdn.recreation.gov/public/2018/08/07/14/23/941f18ab-42ab-4b77-a9c8-0195a77b4360_1440.webp",
    "https://cdn.recreation.gov/public/2018/08/07/14/23/05461669-1eba-4742-9ea5-c5e2268a8b8b_700.webp",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "PO Box 896",
    "addressLocality": "Hayward",
    "addressRegion": "WI",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.0161111,
    "longitude": -91.0202778
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.3,
    "reviewCount": 30,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "15",
    "priceValidUntil": "2026-06-24"
  },
  "priceRange": "$15+"
}