{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-noel-mo",
  "name": "Spot2Nite",
  "description": "Check out Wayside Campground in Noel, Missouri on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-noel-mo",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Noel",
    "addressRegion": "MO",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.5456293,
    "longitude": -94.485217
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}