{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/howells-camping-area-arlington-vt",
  "name": "Howells Camping Area",
  "description": "Howells Camping Area is located at 212 No Name Rd, Arlington VT 05250. Howells Camping Area can be contacted at ***-***-**** or https://www.howellscampingarea.com/",
  "url": "https://campertunity.com/listings/campgrounds/howells-camping-area-arlington-vt",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "212 No Name Rd",
    "addressLocality": "Arlington",
    "addressRegion": "VT",
    "postalCode": "05250",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.0700666,
    "longitude": -73.1635909
  }
}