{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/small-country-campground-louisa-1",
  "name": "Small Country Campground",
  "description": "Family camping in the heart of Central VA! Our campground has campsites, tent sites, and cabins open all year round.",
  "url": "https://campertunity.com/listings/campgrounds/small-country-campground-louisa-1",
  "image": [
    "https://img1.wsimg.com/isteam/ip/052bba34-e4b4-407d-9a5a-89abf7695c18/blob-b773e36.png",
    "http://img1.wsimg.com/isteam/ip/052bba34-e4b4-407d-9a5a-89abf7695c18/blob-b773e36.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4400 Byrd Mill Rd",
    "addressLocality": "Louisa",
    "addressRegion": "VA",
    "postalCode": "23093",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.019765,
    "longitude": -78.090515
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}