{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/round-bottom-campground-cherokee-nc",
  "name": "Round Bottom Campground",
  "description": "Round Bottom Campground is located in Cherokee, NC.",
  "url": "https://campertunity.com/listings/campgrounds/round-bottom-campground-cherokee-nc",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cherokee",
    "addressRegion": "NC",
    "postalCode": "28719",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.6157677,
    "longitude": -83.2117143
  }
}