{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/chateau-de-fereyrolles-occitanie-fr",
  "name": "Le Château de Fereyrolles",
  "description": "Le Château de Fereyrolles is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/chateau-de-fereyrolles-occitanie-fr",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Chateau de Fereyrolles",
    "addressLocality": "113729",
    "addressRegion": "occitanie",
    "postalCode": "30430",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.26825,
    "longitude": 4.36746
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}