{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/heartland-rv-park-huntsville-tx",
  "name": "Heartland RV Park",
  "description": "We now offer covered spots for $650 All other spots are $500 Water, Sewer, Electricity, and Internet included",
  "url": "https://campertunity.com/listings/campgrounds/heartland-rv-park-huntsville-tx",
  "image": [
    "https://img1.wsimg.com/isteam/ip/8f4c1cba-4b82-4a04-947c-60c0385edd42/rv47.jpg",
    "http://img1.wsimg.com/isteam/ip/8f4c1cba-4b82-4a04-947c-60c0385edd42/rv47.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3366 Texas Highway 19",
    "addressLocality": "Huntsville",
    "addressRegion": "TX",
    "postalCode": "77320",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.823991,
    "longitude": -95.428617
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    }
  ]
}