{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mulky-campground-blue-ridge-ga",
  "name": "Mulky Campground",
  "description": "Explore the great outdoors and enjoy fishing, camping, hiking and more at this wonderful location that is only a short drive from many Blue Ridge cabin rentals",
  "url": "https://campertunity.com/listings/campgrounds/mulky-campground-blue-ridge-ga",
  "image": [
    "https://www.southerncomfortcabinrentals.com/wp-content/uploads/2023/02/img-all-cabins-rentals-2.webp",
    "https://www.southerncomfortcabinrentals.com/wp-content/uploads/2022/12/logo.webp"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "240 W Main St",
    "addressLocality": "Blue Ridge",
    "addressRegion": "GA",
    "postalCode": "30513",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.86613774276146,
    "longitude": -84.32518214434981
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    }
  ]
}