{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-bandera-tx",
  "name": "Spot2Nite",
  "description": "Check out Seeping Springs Trout Lakes & Campground Inc in Bandera, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-bandera-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bandera",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.7916445,
    "longitude": -99.030615
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}