{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/clear-creek-campground-lakehead-ca",
  "name": "Clear Creek campground",
  "description": "Clear Creek campground is located at Clear Creek, Lakehead CA 96051. Clear Creek campground can be contacted at ***-***-**** or http://www.fs.usda.gov/recarea/stnf/recreation/recarea/?recid=6513&actid=29",
  "url": "https://campertunity.com/listings/campgrounds/clear-creek-campground-lakehead-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Clear Creek",
    "addressLocality": "Lakehead",
    "addressRegion": "CA",
    "postalCode": "96051",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.9336739,
    "longitude": -122.5878556
  }
}