{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bolton-creek",
  "name": "Bolton Creek",
  "description": "Bolton Creek is a popular fishing, picnicking and primitive dispersed camping site. It has an access road and small parking area. There are no developed facilities here other than roads.",
  "url": "https://campertunity.com/listings/campgrounds/bolton-creek",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.63036457,
    "longitude": -106.605891
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Dispersed"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}