{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pelican-point-state-rec-area-tekamah-ne",
  "name": "Pelican Point State Rec Area",
  "description": "Contact info, reviews tips & more for Pelican Point State Rec Area | Camping in Nebraska",
  "url": "https://campertunity.com/listings/campgrounds/pelican-point-state-rec-area-tekamah-ne",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "640 CR 19",
    "addressLocality": "Tekamah",
    "addressRegion": "NE",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.83700086,
    "longitude": -96.11100036
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1.5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "John A."
      },
      "datePublished": "2021-08-09T04:29:42.527Z",
      "reviewBody": "This campground is conveniently located at a boat ramp.  It has 2 primitive campsites and a vault toilet. The campsites had signs that said $15.  The path to the campsites was in rough shape, but the grass on the campsites appeared recently mowed.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 2,
        "bestRating": 5,
        "worstRating": 1
      }
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Tony B."
      },
      "datePublished": "2020-08-23T13:20:42.054Z",
      "reviewBody": "This is really not a state park or camping spot.  There is a boat ramp to the Missouri river, a parking lot, and about 2 primitive camping spots.  There was a person there staying when I drove by but nothing really there.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 1,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "15",
    "priceValidUntil": "2026-06-17"
  },
  "priceRange": "$15+"
}