{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/notchy-creek-campground-vonore-tn",
  "name": "Notchy Creek Campground",
  "description": "Contact info, reviews tips & more for Notchy Creek Campground | Camping in Tennessee",
  "url": "https://campertunity.com/listings/campgrounds/notchy-creek-campground-vonore-tn",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1235 Corntassel Road",
    "addressLocality": "Vonore",
    "addressRegion": "TN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.54086146,
    "longitude": -84.23888936
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Megan R."
      },
      "datePublished": "2020-05-22T02:05:00.662Z",
      "reviewBody": "We stayed at Notchy Creek after a long day of driving from Memphis and the camp host was willing to meet us for a late check in after they were closed. The site is mainly for RVs but the tent area is very well maintained with clean facilities and a nice dock and swimming area. It was a bit pricey at $30 a night for a tent, but besides that the campground had a lot of friendly people. ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}