{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-grenouille-goudargues",
  "name": "Camping La Grenouille",
  "description": "The pitches of the campsite",
  "url": "https://campertunity.com/listings/campgrounds/camping-grenouille-goudargues",
  "image": [
    "https://www.camping-la-grenouille.com/wp-content/uploads/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4 avenue du Lavoir",
    "addressLocality": "Goudargues",
    "postalCode": "30630"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.2153058,
    "longitude": 4.4678862
  }
}