{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/land-between-the-lakes-wranglers-golden-pond-ky",
  "name": "Land Between The Lakes National Recreation Area Wranglers Campground",
  "description": "Contact info, reviews tips & more for Land Between The Lakes National Recreation Area Wranglers Campground | Camping in Kentucky",
  "url": "https://campertunity.com/listings/campgrounds/land-between-the-lakes-wranglers-golden-pond-ky",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5100 Laura Furnace Rd",
    "addressLocality": "Golden Pond",
    "addressRegion": "KY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.73770648,
    "longitude": -87.99691636
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Vegan T."
      },
      "datePublished": "2021-09-29T00:21:35.086Z",
      "reviewBody": "Super beautiful. Perfect for tent, van life or rv. Bring the water toys.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}