{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/secluded-valley-rv-campground-newland",
  "name": "Secluded Valley RV Campground",
  "description": "Check out Secluded Valley RV Campground in Newland, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/secluded-valley-rv-campground-newland",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Newland",
    "addressRegion": "NC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.981933,
    "longitude": -82.015287
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ]
}