{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campspace-in-williams-az",
  "name": "Campspace in Williams, AZ",
  "description": "Camping property near Valle, Arizona. 30 minutes from the Grand Canyon. You’ll need to bring whatever you need with you as the land is pretty remote. Arizona High Desert near Grand Canyon The activities Many Outdoor activities/Camping Other things Close to Valle, Arizona",
  "url": "https://campertunity.com/listings/campgrounds/campspace-in-williams-az",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Williams",
    "addressRegion": "AZ",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.6405,
    "longitude": -112.112
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Desert"
    }
  ]
}