{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/ararat-elizabeth-park-ararat-victoria",
  "name": "Ararat Elizabeth Park",
  "description": "Near Central Highlands and Ararat. Pets Allowed and Free.",
  "url": "https://campertunity.com/listings/campgrounds/ararat-elizabeth-park-ararat-victoria",
  "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": "Collings St",
    "addressLocality": "Ararat",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -37.28189,
    "longitude": 142.929445
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/ararat-elizabeth-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}