{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/willow-lake-campground-pinedale-wy",
  "name": "Willow Lake Campground",
  "description": "Explore Willow Lake Campground in Bridger-Teton National Forest, Wyoming with Recreation.gov.",
  "url": "https://campertunity.com/listings/campgrounds/willow-lake-campground-pinedale-wy",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Pinedale",
    "addressRegion": "WY",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.991378,
    "longitude": -109.899787
  },
  "sameAs": [
    "https://www.recreation.gov/camping/campgrounds/10289180",
    "https://campflare.com/campground/willow-lake-campground-180"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "10",
    "priceValidUntil": "2026-09-21"
  },
  "priceRange": "$10+"
}