{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/four-seasons-rv-park-salida-co",
  "name": "Four Seasons RV Park",
  "description": "Four Seasons RV Park is located at 4305 U.S. 50, Salida CO 81201. Four Seasons RV Park can be contacted at ***-***-**** or https://www.fourseasonsrvpark.biz/",
  "url": "https://campertunity.com/listings/campgrounds/four-seasons-rv-park-salida-co",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4305 U.S. 50",
    "addressLocality": "Salida",
    "addressRegion": "CO",
    "postalCode": "81201",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.51066,
    "longitude": -105.966795
  }
}