{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/opeongo-trail-burlington-on",
  "name": "Opeongo Trail Resort - Test",
  "description": "Opeongo Trail Resort is a privately owned campground located in Combermere, Ontario. It's amenities include private beach, playground, basketball court, laundry facilities and is located on the banks of the Madawaska River providing you the opportunity to explore 55 kilometres of navigable waterways.",
  "url": "https://campertunity.com/listings/campgrounds/opeongo-trail-burlington-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "262 Ohio Road",
    "addressLocality": "Combermere",
    "addressRegion": "ON",
    "postalCode": "K0J 1L0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.37009,
    "longitude": -77.62905
  },
  "sameAs": [
    "https://ccrvc.ca/campground/opeongo-trail-resort/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-30"
  },
  "priceRange": "$0+"
}