{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-wolfeboro-nh",
  "name": "Spot2Nite",
  "description": "Check out Wolfboro Campground in Wolfeboro, New Hampshire on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-wolfeboro-nh",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Wolfeboro",
    "addressRegion": "NH",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.6347876,
    "longitude": -71.153853
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/new-hampshire/wolfeboro/wolfboro-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}