{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/parks-ferry-campground-greensboro-ga",
  "name": "Parks Ferry Campground",
  "description": "Contact info, reviews tips & more for Parks Ferry Campground | Camping in Georgia",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/parks-ferry-campground-greensboro-ga",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Greensboro",
    "addressRegion": "GA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.51500033,
    "longitude": -83.26700036
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Pamela  R."
      },
      "datePublished": "2020-07-24T16:28:45.198Z",
      "reviewBody": "Loved the location. Great access to Lake Oconee. Bathhouses are a mess. In one bathhouse only 1 of the 3 showers was working. In the other bathhouse, all 3 showers working but paint peeling off walls so bad I had paint chips on me after my shower. Beach was closed due to Covid. ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 3,
        "bestRating": 5,
        "worstRating": 1
      }
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Jesse E."
      },
      "datePublished": "2020-08-06T19:07:01.072Z",
      "reviewBody": "This is a beautiful rv campsite with water and electric hook up its on my family must rotation on weekend camp sites",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 5,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}