{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/coulters-camp-ravensthorpe-western-australia",
  "name": "Coulters Camp",
  "description": "Near Australia's Golden Outback and Ravensthorpe. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/coulters-camp-ravensthorpe-western-australia",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-04.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Elverdton Rd",
    "addressLocality": "Ravensthorpe",
    "addressRegion": "Western Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -33.607113,
    "longitude": 120.171968
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Zahra S."
      },
      "reviewBody": "Please note that this is NOT a campsite and rangers will book for illegal camping."
    },
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Keshia L."
      },
      "reviewBody": "Nice big secluded gravel area within rolling hills. No amenities, just bush camping. Kangaroos everywhere as the sun was setting. Not far off the road, with a view point just a bit further down. Would recommend for an overnight stay"
    }
  ]
}