{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/valley-of-fire-state-park-overton-nv",
  "name": "Valley of Fire State Park",
  "description": "Valley of Fire State Park is located at 29450 Valley of Fire Hwy, Overton NV 89040. Valley of Fire State Park can be contacted at ***-***-**** or http://parks.nv.gov/parks/valley-of-fire",
  "url": "https://campertunity.com/listings/campgrounds/valley-of-fire-state-park-overton-nv",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "29450 Valley of Fire Hwy",
    "addressLocality": "Overton",
    "addressRegion": "NV",
    "postalCode": "89040",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.4855234,
    "longitude": -114.5313116
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/nevada/overton/valley-of-fire-state-park"
  ]
}