{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/ridgway-state-park-ridgway-co",
  "name": "Ridgway State Park",
  "description": "Ridgway State Park camping reservations and campground information. Learn more about camping near Ridgway State Park and reserve your campsite today.",
  "url": "https://campertunity.com/listings/campgrounds/ridgway-state-park-ridgway-co",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "28555 Highway 550",
    "addressLocality": "Ridgway",
    "addressRegion": "CO",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.22907,
    "longitude": -107.747
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established_campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}