{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hoh-river-trail-forks-wa",
  "name": "Hoh River Trail",
  "description": "Hoh River Trail is located at 18113 Upper Hoh Road, Forks WA 98331. Hoh River Trail can be contacted at ***-***-**** or http://www.nps.gov/olym/planyourvisit/hoh-river-trail.htm",
  "url": "https://campertunity.com/listings/campgrounds/hoh-river-trail-forks-wa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "18113 Upper Hoh Road",
    "addressLocality": "Forks",
    "addressRegion": "WA",
    "postalCode": "98331",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.8612272,
    "longitude": -123.9338279
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/washington/forks/hoh-river-trail"
  ]
}