{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/croft-spartanburg-sc",
  "name": "Croft",
  "description": "Croft camping reservations and campground information. Learn more about camping near Croft and reserve your campsite today.",
  "url": "https://campertunity.com/listings/campgrounds/croft-spartanburg-sc",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "450 Croft State Park Road",
    "addressLocality": "Spartanburg",
    "addressRegion": "SC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.88111,
    "longitude": -81.87028
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established_campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}