{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/pine-ridge-park-resort-burlington-on",
  "name": "Pine Ridge Park & Resort",
  "description": "Pine Ridge Park Campground & Rustic Cabin Rental is situated on the beautiful Ottawa River. We are centrally located between Pembroke and Petawawa, about",
  "url": "https://campertunity.com/listings/campgrounds/pine-ridge-park-resort-burlington-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2018/03/Item-6a-ccrvc-decal.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "419 River Dr RR 6",
    "addressLocality": "Petawawa",
    "addressRegion": "ON",
    "postalCode": "K8A 6W7",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.86717,
    "longitude": -77.2034
  },
  "sameAs": [
    "https://ccrva.ca/campground/pine-ridge-park-resort/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-30"
  },
  "priceRange": "$0+"
}