{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/welcome-23",
  "name": "Welcome!",
  "description": "Heathcote Caravan Park located 40 minutes from Bendigo in Victoria offers self-contained cabin accommodation and caravan / camp sites, campfires permitted",
  "url": "https://campertunity.com/listings/campgrounds/welcome-23",
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -36.9237771,
    "longitude": 144.7135932
  },
  "sameAs": [
    "https://www.heathcotemeadowcaravanpark.com.au/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}