{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/madison-campground",
  "name": "Madison Campground",
  "description": "A welcoming campground in DeForest, Wisconsin, offering comfortable stays with amenities like laundry facilities and playgrounds. Located near local attractions and restaurants.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/madison-campground",
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.2486748,
    "longitude": -89.3700138
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    }
  ]
}