{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sandy-point-camp-dirk-hartog-island-western-australia",
  "name": "Sandy Point Camp",
  "description": "Near Australia's Coral Coast and Dirk Hartog Island. .",
  "url": "https://campertunity.com/listings/campgrounds/sandy-point-camp-dirk-hartog-island-western-australia",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Dirk Hartog Island",
    "addressRegion": "Western Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -25.718036,
    "longitude": 113.059519
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Island"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "James B."
      },
      "reviewBody": "Beautiful place to stay...great fishing off of steep point...there are toilets but no showers so must be self sufficient...all sites are no powered...only a small fee to stay...must have a 4x4 for access...some beautiful spots around this area worth exploring and worth going to for sure"
    }
  ]
}