{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/french-gulch-ca",
  "name": "French Gulch",
  "description": "Explore French Gulch in Sequoia National Forest, California with Recreation.gov. French Gulch Campground sits 3 miles from the western shores of Lake Isabella, a 27-acre reservoir off the Kern River, in the expansive Sequoia National Forest.",
  "url": "https://campertunity.com/listings/campgrounds/french-gulch-ca",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://cdn.recreation.gov/public/2018/09/12/21/59/232786_6dc16dcb-5b09-415d-ada4-8feda494a462_700.jpg",
    "https://cdn.recreation.gov/public/2018/09/12/21/59/232786_48ac525b-c7c1-4992-97c3-318f6054a482_1440.jpg",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "French Gulch",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.657833,
    "longitude": -118.48056
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "405",
    "priceValidUntil": "2026-07-25"
  },
  "priceRange": "$405+"
}