{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/westport-camping-grounds-ma",
  "name": "Westport Camping Grounds",
  "description": "Westport Camping Grounds is located at 346 Old County Road, Westport MA 2790. Westport Camping Grounds can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/westport-camping-grounds-ma",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "346 Old County Road",
    "addressLocality": "Westport",
    "addressRegion": "MA",
    "postalCode": "2790",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.624005,
    "longitude": -71.0682831
  }
}