{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/motorhorse-camp-binginwarri-victoria",
  "name": "Motorhorse Camp",
  "description": "Near Toora Beach, Tarra-Bulga National Park, Gippsland and Binginwarri. Free.",
  "url": "https://campertunity.com/listings/campgrounds/motorhorse-camp-binginwarri-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": "Ridge Rd",
    "addressLocality": "Binginwarri",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -38.603088,
    "longitude": 146.504635
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Morgan"
      },
      "reviewBody": "The place is on the right just before where the map brings you. It isn't actually marked, just looks like an opening in a forest where motorbikers stay as there looks like there are paths there. No facilities, but a quiet place to stay for the night"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Michelle D."
      },
      "reviewBody": "Great back to basics camping middle of the bush"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Godelaine S."
      },
      "reviewBody": "Stayed one night. It was okay."
    }
  ]
}