{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-sparks",
  "name": "Spot2Nite",
  "description": "Check out Fritz's Island Campground in Sparks, Nebraska on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-sparks",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Sparks",
    "addressRegion": "NE",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.857686,
    "longitude": -100.2186175
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/nebraska/sparks/fritzs-island-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Island"
    }
  ]
}