{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hammond-hill-hammond-on",
  "name": "Hammond Hill",
  "description": "Hammond Hill",
  "url": "https://campertunity.com/listings/campgrounds/hammond-hill-hammond-on",
  "image": [
    "https://hammondhill.ca/wp-content/uploads/2021/03/footer.jpg",
    "https://hammondhill.ca/wp-content/uploads/2021/03/hh-logo-green.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "861 Du Golf Rd",
    "addressLocality": "Hammond",
    "addressRegion": "ON",
    "postalCode": "K0A 2A0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.4673728,
    "longitude": -75.2585944
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.8,
    "reviewCount": 17,
    "bestRating": 5,
    "worstRating": 1
  }
}