{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-tumwater-wa",
  "name": "Spot2Nite",
  "description": "Check out Olympia Campground Texaco in Tumwater, Washington on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-tumwater-wa",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Tumwater",
    "addressRegion": "WA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.966896,
    "longitude": -122.921702
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/washington/tumwater/olympia-campground-texaco",
    "https://rvcampgroundhq.com/campground/washington/olympia-campground/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}