{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/horseshoe-bend-cobram-victoria",
  "name": "Horseshoe Bend",
  "description": "Lovely riverside camp, when it’s not holidays as it gets to s very busy. Near Central Murray and Cobram. Free and Swimming.",
  "url": "https://campertunity.com/listings/campgrounds/horseshoe-bend-cobram-victoria",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Cobram",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -35.927295,
    "longitude": 145.695029
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Riverside"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 3,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Alert M."
      },
      "reviewBody": "Lovely riverside camp, when it’s not holidays as it gets to s very busy."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Daryl"
      },
      "reviewBody": "Great family spot with concrete boat ramp"
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Elizabeth"
      },
      "reviewBody": "Took a bit to get to this site. Dirt track with mud and potholes. Dry weather track!  Semi off road/off road caravan."
    }
  ]
}