{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bob-scott-campground-austin-nv",
  "name": "Bob Scott Campground",
  "description": "Bob Scott Campground is located at U.S. 50, Austin NV 89310. Bob Scott Campground can be contacted at or http://www.fs.usda.gov/recarea/htnf/recarea/?recid=65248",
  "url": "https://campertunity.com/listings/campgrounds/bob-scott-campground-austin-nv",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "U.S. 50",
    "addressLocality": "Austin",
    "addressRegion": "NV",
    "postalCode": "89310",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.4574507,
    "longitude": -116.9941844
  }
}