{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/domaine-des-dunes-tadoussac-qc",
  "name": "Domaine des Dunes Inc.",
  "description": "Domaine des Dunes is a campground located in Tadoussac and offers the rental of chalets and ready to camp in addition to tent pitch, trailer... There is also a 2 km hebertism course.",
  "url": "https://campertunity.com/listings/campgrounds/domaine-des-dunes-tadoussac-qc",
  "image": [
    "https://static.wixstatic.com/media/55d577_aff47e11d05743c48bb925e95dbbebb8~mv2.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "585, Moulin à Baude",
    "addressLocality": "Tadoussac",
    "addressRegion": "QC",
    "postalCode": "G0T2A0",
    "addressCountry": "CA"
  },
  "sameAs": [
    "https://www.domainedesdunes.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    }
  ]
}