{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-thompson-falls-mt",
  "name": "Spot2Nite",
  "description": "Check out Birdland Bay RV Resort in Thompson Falls, Montana on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-thompson-falls-mt",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Thompson Falls",
    "addressRegion": "MT",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.6253828,
    "longitude": -115.3907035
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/montana/thompson-falls/birdland-bay-rv-resort"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}