{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pentland-hotel-pentland-queensland",
  "name": "Pentland Hotel",
  "description": "On our road trip from cairns to NSW we didn’t pre plan any stops. However we came across this hotel... Near Townsville and Pentland. Pets Allowed, Free, Toilets and Drinking Water.",
  "url": "https://campertunity.com/listings/campgrounds/pentland-hotel-pentland-queensland",
  "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": "32 Main St",
    "addressLocality": "Pentland",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -20.524161,
    "longitude": 145.398819
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking_water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "charlotte m."
      },
      "reviewBody": "On our road trip from cairns to NSW we didn’t pre plan any stops. However we came across this hotel which was advertising free camping. I called and spoke to a lovely lady who said it was ok. Lots of grass area by the stables to camp. Would defo stay again"
    }
  ]
}