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