{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/woody-mountain-flagstaff-az",
  "name": "Woody Mountain Campground",
  "description": "Woody Mountain Campground is located at 2727 West Route 66, Flagstaff AZ 86001. Woody Mountain Campground can be contacted at ***-***-**** or http://www.woodymountaincampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/woody-mountain-flagstaff-az",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2727 West Route 66",
    "addressLocality": "Flagstaff",
    "addressRegion": "AZ",
    "postalCode": "86001",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.1877745,
    "longitude": -111.6891757
  }
}