{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dogs-allowed-saint-amans-des-cots-occitanie",
  "name": "Dogs Allowed",
  "description": "Les Tours is a camping location in that is dog-friendly, has internet, and is wheelchair friendly.",
  "url": "https://campertunity.com/listings/campgrounds/dogs-allowed-saint-amans-des-cots-occitanie",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Saint-Amans-des-Cots",
    "addressRegion": "occitanie",
    "postalCode": "12460",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.66491,
    "longitude": 2.67783
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}