{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/landslide-campground-sanger-ca",
  "name": "Landslide Campground",
  "description": "Landslide Campground has 8 campsites and is located within the Giant Sequoia National Monument in a conifer forest along Landslide Creek.",
  "url": "https://campertunity.com/listings/campgrounds/landslide-campground-sanger-ca",
  "image": [
    "//d2g85s3tfaxbly.cloudfront.net/campsite-photos-favicon.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Forest Road 13S09",
    "addressLocality": "Sanger",
    "addressRegion": "CA",
    "postalCode": "93657",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.765,
    "longitude": -118.882
  },
  "sameAs": [
    "https://www.campsitephotos.com/campground/ca/landslide/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}