{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-red-bluff-ca",
  "name": "Spot2Nite",
  "description": "Check out Durango RV Resort, CA in Red Bluff, California on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-red-bluff-ca",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Red Bluff",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.1827049,
    "longitude": -122.2292268
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/california/red-bluff/durango-rv-resort-ca"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}