{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campground-west-side-eulo-queensland",
  "name": "Campground West Side",
  "description": "Near Outback Queensland and Hungerford. .",
  "url": "https://campertunity.com/listings/campgrounds/campground-west-side-eulo-queensland",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Eulo-Hungerford Rd",
    "addressLocality": "Eulo",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -28.642218,
    "longitude": 144.869215
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/campground-west-side"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}