{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/holbrook-pond-recreation-area-savannah-ga",
  "name": "Holbrook Pond Recreation Area",
  "description": "Contact info, reviews tips & more for Holbrook Pond Recreation Area | Camping in Georgia",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/holbrook-pond-recreation-area-savannah-ga",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Savannah",
    "addressRegion": "GA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.91021499,
    "longitude": -81.5570734
  },
  "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": "Michelle R."
      },
      "datePublished": "2022-10-21T05:55:45.125Z",
      "reviewBody": "Large wooded space, free laundry, excellent showers in heated/air conditioned rooms. Hiking trails, pond and fort lewis nearby. Only 1/2 hour drive to Savannah. ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4,
        "bestRating": 5,
        "worstRating": 1
      }
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Rachel C."
      },
      "datePublished": "2021-07-09T12:00:23.358Z",
      "reviewBody": "This Army rec site is clean and quiet. If you are looking for a peaceful area to camp this is a great place. If you are looking for somewhere close to a popular destination, you may be disappointed. \n",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}