{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/peeper-pond-campground-exeter",
  "name": "Peeper Pond Campground",
  "description": "Peeper Pond Campground is located at 159 Liberty Church Road, Exeter RI 2822. Peeper Pond Campground can be contacted at or",
  "url": "https://campertunity.com/listings/campgrounds/peeper-pond-campground-exeter",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "159 Liberty Church Road",
    "addressLocality": "Exeter",
    "addressRegion": "RI",
    "postalCode": "2822",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.552134,
    "longitude": -71.576613
  }
}