{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/steele-canyon-recreation-area",
  "name": "Steele Canyon Recreation Area",
  "description": "Steele Canyon Recreation Area, Napa California. See 2 traveler reviews, photos and blog posts",
  "url": "https://campertunity.com/listings/campgrounds/steele-canyon-recreation-area",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 38.509,
    "longitude": -122.201
  },
  "sameAs": [
    "https://www.campendium.com/steele-canyon-recreation-area"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    }
  ]
}