{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/keystone-korner-campground-pa",
  "name": "Keystone Korner Campground Inc",
  "description": "Contact info, reviews tips & more for Keystone Korner Campground Inc | Camping in Pennsylvania",
  "url": "https://campertunity.com/listings/campgrounds/keystone-korner-campground-pa",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "PA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.98980005,
    "longitude": -78.20280036
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Stacie S."
      },
      "datePublished": "2019-10-02T23:23:27.060Z",
      "reviewBody": "Great place to camp! Enjoyed it",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}