{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/1st-class-campground-red-bay-al",
  "name": "1ST Class Campground",
  "description": "1ST Class Campground is located at 902 Gates Street, Red Bay AL 35582. 1ST Class Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/1st-class-campground-red-bay-al",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "902 Gates Street",
    "addressLocality": "Red Bay",
    "addressRegion": "AL",
    "postalCode": "35582",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.4565448,
    "longitude": -88.1530627
  }
}