{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lou-carretou-lagorce-auvergne-rhone-alpes",
  "name": "Lou Carreto",
  "description": "Lou Carretou is the camping location.",
  "url": "https://campertunity.com/listings/campgrounds/lou-carretou-lagorce-auvergne-rhone-alpes",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Chemin des Riailles",
    "addressLocality": "Lagorce",
    "addressRegion": "auvergne-rhone-alpes",
    "postalCode": "07150",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.45252,
    "longitude": 4.40074
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}