{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/tut-huts-rv-park-parrish-al",
  "name": "Tut Huts RV Park",
  "description": "Premium RV park in Parrish, Alabama with full hookups, pet-friendly sites, and scenic camping.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/tut-huts-rv-park-parrish-al",
  "image": [
    "http://localhost:3000/images/droneshot1.webp",
    "https://tuthutsrvpark.com/images/droneshot1.webp"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "12465 Tutwiler Rd",
    "addressLocality": "Parrish",
    "addressRegion": "AL",
    "postalCode": "35580",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.667262573304576,
    "longitude": -87.2488376235454
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  }
}