{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/chiefland-rv-park-chiefland-fl",
  "name": "Chiefland RV Park",
  "description": "Check out Chiefland RV Park in Chiefland, Florida on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/chiefland-rv-park-chiefland-fl",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Chiefland",
    "addressRegion": "FL",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.4911463,
    "longitude": -82.8652822
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}