{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/grand-stand-rv-park-lincoln",
  "name": "Grand Stand RV Park",
  "description": "Check out Grand Stand RV Park in Lincoln, Alabama on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/grand-stand-rv-park-lincoln",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Lincoln",
    "addressRegion": "AL",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.5625915,
    "longitude": -86.1945437
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}