{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/williams-creek-co",
  "name": "Williams Creek (CO)",
  "description": "Explore Williams Creek (CO) in Grand Mesa, Uncompahgre and Gunnison National Forest, Colorado with Recreation.gov. This location is available on a first-come, first-served basis only. Visitors are required to physically arrive at the campground to purchase and claim a site.",
  "url": "https://campertunity.com/listings/campgrounds/williams-creek-co",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Williams Creek (CO)",
    "addressRegion": "CO",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.921571,
    "longitude": -107.332917
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}