{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/camping-fort-ramsay-gaspe-qc",
  "name": "CAMPING FORT RAMSAY",
  "description": "Fort Ramsay is situated 3 km from the center of town, overlooking the north side of the Gaspé bay. Also for your convenience we have an on site laundromat, playground, and canteen.",
  "url": "https://campertunity.com/listings/campgrounds/camping-fort-ramsay-gaspe-qc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2020/03/Item-6a-ccrvc-decal-1.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "254, boulevard de Gaspé",
    "addressLocality": "Gaspé",
    "addressRegion": "QC",
    "postalCode": "G4X 1B1",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.847718,
    "longitude": -64.5046717
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Store"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}