{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/happy-green-acres-mallorytown-on",
  "name": "Happy Green Acres",
  "description": "Under new management! Happy Green Acres Campground is located in the heart of the 1000 Islands, in Mallorytown. We are pet-friendly and feature everything",
  "url": "https://campertunity.com/listings/campgrounds/happy-green-acres-mallorytown-on",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2 Green Acres Road",
    "addressLocality": "Mallorytown",
    "addressRegion": "ON",
    "postalCode": "K0E 1R0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.5234589,
    "longitude": -75.79415589999996
  },
  "sameAs": [
    "https://ccrvc.ca/campground/happy-green-acres/"
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$0+"
}