{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/driftwood-saxon-wi",
  "name": "Driftwood",
  "description": "Driftwood is located at 272 County Highway A, Saxon WI 54559. Driftwood can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/driftwood-saxon-wi",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "272 County Highway A",
    "addressLocality": "Saxon",
    "addressRegion": "WI",
    "postalCode": "54559",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.5536384,
    "longitude": -90.4356281
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/wisconsin/saxon/driftwood"
  ]
}