{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-red-river-nm",
  "name": "Spot2Nite",
  "description": "Check out Roadrunner RV Resort in Red River, New Mexico on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-red-river-nm",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Red River",
    "addressRegion": "NM",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.6983765,
    "longitude": -105.3935382
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/new-mexico/red-river/roadrunner-rv-resort"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}