{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-lancaster-nh",
  "name": "Spot2Nite",
  "description": "Check out Roger's Campground in Lancaster, New Hampshire on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-lancaster-nh",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Lancaster",
    "addressRegion": "NH",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.4664855,
    "longitude": -71.5462194
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}