{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-concan-tx-1",
  "name": "Spot2Nite",
  "description": "Check out Seven Bluffs Cabins in Concan, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-concan-tx-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Concan",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.538141,
    "longitude": -99.7172801
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    }
  ]
}