{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pine-point-shasta-lake-ca-lakehead-ca",
  "name": "Pine Point (Shasta Lake, CA)",
  "description": "Pine Point Campground is situated along the McCloud Arm of Shasta Lake and offers sites to both tent and RV campers. Visitors to this area can enjoy boating and fishing at the nearby Shasta Lake or hiking around the Shasta-Trinity National Forest.",
  "url": "https://campertunity.com/listings/campgrounds/pine-point-shasta-lake-ca-lakehead-ca",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Gilman Road Exit off of Interstate 5",
    "addressLocality": "Lakehead",
    "addressRegion": "CA",
    "postalCode": "96051",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.9272222,
    "longitude": -122.2480556
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.75,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  },
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "150",
    "priceValidUntil": "2026-06-25"
  },
  "priceRange": "$150+"
}