{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/fallon-bridge-glendive-mt",
  "name": "Fallon Bridge",
  "description": "Contact info, reviews tips & more for Fallon Bridge | Camping in Montana",
  "url": "https://campertunity.com/listings/campgrounds/fallon-bridge-glendive-mt",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Glendive",
    "addressRegion": "MT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.85700025,
    "longitude": -105.11400055
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Teresa T."
      },
      "datePublished": "2023-06-30T16:02:14.216Z",
      "reviewBody": "This is a spot that provides fishing access not really a campground. I believe you could stay here but there are no real designated spots, it is right next to the road, no trees, nothing really to do. I'm sure if you needed a spot to stop for the night, it would do but that's about it.",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": 1,
        "bestRating": 5,
        "worstRating": 1
      }
    }
  ]
}