{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/refuge-de-1-2-acre-a-10-minutes-de-la-ville-australia",
  "name": "Refuge de 1/2 acre à 10 minutes de la ville",
  "description": "Hello dear travelers, I have a half-acre lot near Townsville with",
  "url": "https://campertunity.com/listings/campgrounds/refuge-de-1-2-acre-a-10-minutes-de-la-ville-australia",
  "image": [
    "/images/pic_space.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Australia"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -19.3,
    "longitude": 146.77
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    }
  ]
}