{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/riverside-campground-wells-me",
  "name": "Riverside Campground",
  "description": "Riverside Campground is located at 2295 Post Road, Wells ME 4090. Riverside Campground can be contacted at ***-***-**** or http://www.riversidecampground-wells.com/",
  "url": "https://campertunity.com/listings/campgrounds/riverside-campground-wells-me",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2295 Post Road",
    "addressLocality": "Wells",
    "addressRegion": "ME",
    "postalCode": "4090",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.3433286,
    "longitude": -70.5616164
  }
}