{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/daddy-rabbits-campground-willis-va",
  "name": "Daddy Rabbits Campground",
  "description": "Daddy Rabbit's campground is a great place for relaxation. Just 5 miles from the Blue Ridge Parkway! Upgraded Electric!",
  "url": "https://campertunity.com/listings/campgrounds/daddy-rabbits-campground-willis-va",
  "image": [
    "https://img1.wsimg.com/isteam/stock/107466",
    "http://img1.wsimg.com/isteam/stock/107466"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2015 Union School Rd SW",
    "addressLocality": "Willis",
    "addressRegion": "VA",
    "postalCode": "24380",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.82057,
    "longitude": -80.43041
  },
  "sameAs": [
    "https://daddyrabbitscampground.com/",
    "https://www.rvezy.com"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    }
  ]
}