{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/chugach-national-forest-seward-ak-us",
  "name": "Chugach National Forest",
  "description": "Chugach National Forest is located at 29847 Seward Hwy, Seward AK 99664. Chugach National Forest can be contacted at ***-***-**** or http://www.fs.usda.gov/chugach/",
  "url": "https://campertunity.com/listings/campgrounds/chugach-national-forest-seward-ak-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "29847 Seward Hwy",
    "addressLocality": "Seward",
    "addressRegion": "AK",
    "postalCode": "99664",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 60.8986625,
    "longitude": -146.33381
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/alaska/seward/chugach-national-forest"
  ]
}