{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sunset-death-valley-ca",
  "name": "Sunset Campground",
  "description": "Sunset Campground is located at , Death Valley CA 92328. Sunset Campground can be contacted at ***-***-**** or http://www.nps.gov/deva/planyourvisit/camping.htm",
  "url": "https://campertunity.com/listings/campgrounds/sunset-death-valley-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Death Valley",
    "addressRegion": "CA",
    "postalCode": "92328",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.4588451,
    "longitude": -116.863718
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/california/death-valley/sunset-campground"
  ]
}