{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/the-ridge-campground-digby-ns",
  "name": "The Ridge Campground",
  "description": "Situated on 80+ acres and only 6 kilometers from the Town of Digby, NS; the scallop capital of the world! The Ridge Campground is close to many local",
  "url": "https://campertunity.com/listings/campgrounds/the-ridge-campground-digby-ns",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2016/03/admin-ajax-2.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2561 Ridge Road",
    "addressLocality": "Digby",
    "addressRegion": "NS",
    "postalCode": "B0V 1A0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.5581983,
    "longitude": -65.7794593
  },
  "sameAs": [
    "https://ccrvc.ca/campground/the-ridge-campground/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-10-01"
  },
  "priceRange": "$0+"
}