{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mount-werong-campground-map-nsw-national-parks",
  "name": "Mount Werong campground | Map | NSW National Parks",
  "description": "Mount Werong campground is a great base to explore the mountain bike trails, bushwalks, and historic heritage of the remote Southern Blue Mountains, near Oberon.",
  "url": "https://campertunity.com/listings/campgrounds/mount-werong-campground-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": -34.1968199039162,
    "longitude": 149.786206157753
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain_biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}