{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-athens-tx",
  "name": "Spot2Nite",
  "description": "Check out Windsor Place RV Estates in Athens, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-athens-tx",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Athens",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.2025923,
    "longitude": -95.8813389
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/texas/athens/windsor-place-rv-estates?slug=windsor-place-rv-estates"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}