{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/greenbah-campground-map-nsw-national-parks",
  "name": "Greenbah campground | Map | NSW National Parks",
  "description": "Located beside Greenbah Creek within Goobang National Park, Greenbah campground is a great base from which to enjoy bush walks, picnics, barbecues and birdwatching, near Parkes.",
  "url": "https://campertunity.com/listings/campgrounds/greenbah-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": -32.7894897764685,
    "longitude": 148.331514749263
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/greenbah-campground/map"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Bird Watching"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}