{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/little-river-falls-wulgulmerang-victoria",
  "name": "Little River Falls",
  "description": "Near Lakes and Wulgulmerang. Free, Toilets and Allows fires.",
  "url": "https://campertunity.com/listings/campgrounds/little-river-falls-wulgulmerang-victoria",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "McKillops Rd",
    "addressLocality": "Wulgulmerang",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -37.061229,
    "longitude": 148.311222
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/little-river-falls"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}