{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-birchwood-wi",
  "name": "Spot2Nite",
  "description": "Check out Bear Paw Resort & Campground in Birchwood, Wisconsin on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-birchwood-wi",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Birchwood",
    "addressRegion": "WI",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.6580438,
    "longitude": -91.5558996
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}