{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/belmont-park-livingston-al",
  "name": "Belmont Park",
  "description": "Belmont Park is located at 1 Belmont Access, Livingston AL 35470. Belmont Park can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/belmont-park-livingston-al",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1 Belmont Access",
    "addressLocality": "Livingston",
    "addressRegion": "AL",
    "postalCode": "35470",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.5522978,
    "longitude": -87.8771317
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/alabama/livingston/belmont-park"
  ]
}