{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/murrumbidgee-valley-national-park-yanco-nsw-au",
  "name": "Murrumbidgee Valley National Park",
  "description": "Pitch your tent on the banks of the Murrumbidgee River at one of 2 campgrounds in the Euroley area of Murrumbidgee Valley National Park, near Yanco.",
  "url": "https://campertunity.com/listings/campgrounds/murrumbidgee-valley-national-park-yanco-nsw-au",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/murrumbidgee-valley-national-park/euroley-campgrounds/euroley-campgrounds.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Euroley Road",
    "addressLocality": "Yanco",
    "addressRegion": "NSW",
    "postalCode": "2700",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -34.6304087117235,
    "longitude": 146.359358510064
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/euroley-campgrounds"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National Park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ]
}