{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campsite-bathurst-head-princess-charlotte-bay-au",
  "name": "Campsite Bathurst Head",
  "description": "Near Flinders Group National Park, Tropical North Queensland and Lakefield. Toilets, Swimming and Allows fires.",
  "url": "https://campertunity.com/listings/campgrounds/campsite-bathurst-head-princess-charlotte-bay-au",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-04.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Princess Charlotte Bay - Kalpowar",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -14.297174,
    "longitude": 144.201349
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Dan C."
      },
      "reviewBody": "Probably would have been a great spot were it not so windy when we we’re there. There was a lot of people there and we ended up going back down the track and camping not on the beach."
    }
  ]
}