{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-palestine",
  "name": "Spot2Nite",
  "description": "Check out Red Rock Ranch RV Park & Campgrounds in Palestine, Texas on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-palestine",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Palestine",
    "addressRegion": "TX",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.7621153,
    "longitude": -95.6307891
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/texas/palestine/red-rock-ranch-rv-park-campgrounds"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}