{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/grizzly-rv-west-yellowstone-mt",
  "name": "Home - Grizzly RV Park",
  "description": "Premier RV Park in West Yellowstone",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/grizzly-rv-west-yellowstone-mt",
  "image": [
    "https://grizzlyrv.com/wp-content/uploads/2024/07/Aerial_1.jpg",
    "https://grizzlyrv.com/wp-content/uploads/2024/07/Untitled-design-44.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "210 S Electric St",
    "addressLocality": "West Yellowstone",
    "addressRegion": "MT",
    "postalCode": "59758",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.6552,
    "longitude": -111.0998
  },
  "checkinTime": "15:00:00",
  "checkoutTime": "11:00:00",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.5,
    "reviewCount": 1100,
    "bestRating": 5,
    "worstRating": 1
  }
}