{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campspace-in-pornic-pays-de-la-loire",
  "name": "Campspace in Pornic, Pays de la Loire",
  "description": "A small-scale distillery located in Pornic (2km from the sea) on several hectares, we offer you the chance to pitch your tent or camper van in a pleasant and unusual setting, in the middle of a fruit forest in the making. Pets are welcome :)",
  "url": "https://campertunity.com/listings/campgrounds/campspace-in-pornic-pays-de-la-loire",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Pornic",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.101,
    "longitude": -2.0425
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}