{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/goelette-pays-de-la-loire",
  "name": "La Goelette",
  "description": "La Goelette is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/goelette-pays-de-la-loire",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rue des Tourne Pierres",
    "addressLocality": "113895",
    "addressRegion": "pays-de-la-loire",
    "postalCode": "44760",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.0708,
    "longitude": -2.02503
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}