{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/rest-area-mundrabilla-western-australia",
  "name": "Rest Area",
  "description": "Near Australia's Golden Outback and Mundrabilla. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/rest-area-mundrabilla-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",
    "streetAddress": "Eyre Hwy",
    "addressLocality": "Mundrabilla",
    "addressRegion": "Western Australia",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -31.863588,
    "longitude": 127.949958
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/rest-area-1?utm_source=list&utm_medium=web&utm_campaign=campsites/mundrabilla-wa/free"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}