{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mountain-view-campground-sandisfield-ma",
  "name": "Mountain View Campground",
  "description": "Mountain View Campground is located at 1856 South Main Road, Sandisfield MA 1255. Mountain View Campground can be contacted at ***-***-**** or http://www.mtviewcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/mountain-view-campground-sandisfield-ma",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1856 South Main Road",
    "addressLocality": "Sandisfield",
    "addressRegion": "MA",
    "postalCode": "1255",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.1470496,
    "longitude": -73.0741001
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/massachusetts/sandisfield/mountain-view-campground"
  ]
}