{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-mont-megantic-val-racine-qc",
  "name": "CAMPING MONT-MÉGANTIC",
  "description": "more than 50 campsites, including a dozen offering 2 services, as well as three chalets in the trees and a rustic camp.",
  "url": "https://campertunity.com/listings/campgrounds/camping-mont-megantic-val-racine-qc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4149, chemin de la Montagne",
    "addressLocality": "Val-Racine",
    "addressRegion": "QC",
    "postalCode": "G0Y 1E1",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.447847,
    "longitude": -71.089755
  },
  "sameAs": [
    "https://ccrvc.ca/campground/camping-mont-megantic/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-10-02"
  },
  "priceRange": "$0+"
}