{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/blm-cripple-creek-fairbanks-ak",
  "name": "BLM Cripple Creek",
  "description": "Find and book camping at BLM Cripple Creek near Badger. Explore the best camping in Alaska with millions of photos and reviews from campers like you.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/blm-cripple-creek-fairbanks-ak",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Fairbanks",
    "addressRegion": "AK",
    "postalCode": "99701",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 65.27400014,
    "longitude": -146.6940004
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Joe C."
      },
      "datePublished": "2020-08-23T02:26:48.618Z",
      "reviewBody": "Not at all what I had imagined ",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 3,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}