{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/murray-valley-national-park-tocumwal-nsw",
  "name": "Murray Valley National Park",
  "description": "Smithers Beach is perfectly positioned on the mighty Murray River in the Barooga area of Murray Valley National Park. Book a camping stay and enjoy all that this beautiful beach has to offer.",
  "url": "https://campertunity.com/listings/campgrounds/murray-valley-national-park-tocumwal-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/murray-valley-national-park/smithers-beach-campground/smithers-beach-campground.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Smithers Road, Barooga-Tocumwal Road",
    "addressLocality": "Tocumwal",
    "addressRegion": "NSW",
    "postalCode": "2714",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -35.8681550273128,
    "longitude": 145.607615039131
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ]
}