{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-holcombe-wi",
  "name": "Spot2Nite",
  "description": "Check out Split Ridge Campground in Holcombe, Wisconsin on Spot2Nite",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-holcombe-wi",
  "image": [
    "https://spot2nite-staging.s3-us-west-2.amazonaws.com/uploads/photo/attachments/a55e03a6-b477-11ed-bfce-ae29f73191bf/card.jpg?v=63892816440"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "32639 295th Avenue",
    "addressLocality": "Holcombe",
    "addressRegion": "WI",
    "postalCode": "54745",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.269014,
    "longitude": -91.0203669
  },
  "checkinTime": "15:00:00",
  "checkoutTime": "14:00:00",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "30",
    "priceValidUntil": "2026-06-26"
  },
  "priceRange": "$30+"
}