{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/aces-rv-park-mobile-al",
  "name": "Aces RV Park",
  "description": "Contact info, reviews tips & more for Aces RV Park | Camping in Alabama",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/aces-rv-park-mobile-al",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3815 Moffett Rd",
    "addressLocality": "Mobile",
    "addressRegion": "AL",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.71166808,
    "longitude": -88.129333
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Curtis W."
      },
      "datePublished": "2021-09-14T07:19:42.778Z",
      "reviewBody": "Went to check it out for a possible stay, I wouldn't park a tricycle here.  This place looks like a third world trailer park.  For real terrible.  ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 1,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}