{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-houghton-lake-mi-1",
  "name": "Spot2Nite",
  "description": "Check out Au Sable State Forest in Houghton Lake, Michigan on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-houghton-lake-mi-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Houghton Lake",
    "addressRegion": "MI",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.273985,
    "longitude": -84.7972628
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}