{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/galong-cabins-map-nsw-national-parks",
  "name": "Galong cabins | Map | NSW National Parks",
  "description": "Stay at Galong cabins in Blue Mountains National Park. Less than an hour from Blackheath, this remote accommodation offers views over the Megalong Valley.",
  "url": "https://campertunity.com/listings/campgrounds/galong-cabins-map-nsw-national-parks",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -33.8310017056501,
    "longitude": 150.17663134702
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ]
}