{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mas-des-termes-aimargues-occitanie",
  "name": "Mas des Termes",
  "description": "Mas des Termes is a camping location in .",
  "url": "https://campertunity.com/listings/campgrounds/mas-des-termes-aimargues-occitanie",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Route de Lunel",
    "addressLocality": "Aimargues",
    "addressRegion": "occitanie",
    "postalCode": "30470",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.68939,
    "longitude": 4.17913
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}