{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/tongass-national-forest-goulding-lake-cabin",
  "name": "Tongass National Forest - Goulding Lake Cabin",
  "description": "Tongass National Forest - Goulding Lake Cabin",
  "url": "https://campertunity.com/listings/campgrounds/tongass-national-forest-goulding-lake-cabin",
  "image": [
    "https://www.fs.usda.gov/FSCSThemeStatic/themes/usda_nfs/img/fslogo.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 57.817778,
    "longitude": -136.1605
  },
  "sameAs": [
    "https://www.fs.usda.gov/recarea/tongass/recreation/camping-cabins/recarea/?recid=79078&actid=101"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}