{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/k-park-naples-fl-us",
  "name": "K-Park - Naples, FL",
  "description": "K-Park includes amenities such as laundry facilities. This campground is located on - in naples, FL.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/k-park-naples-fl-us",
  "image": [
    "https://www.roverpass.com/system/pictures/images/000/034/979/medium/33.png?1487462589",
    "https://www.roverpass.com/system/pictures/images/000/034/979/big/33.png?1487462589"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1366 Henderson Creek Dr",
    "addressLocality": "Naples",
    "addressRegion": "FL",
    "postalCode": "34114",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 26.0528661,
    "longitude": -81.693102
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2.5,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  }
}