{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hart-state-park-hartwell-ga",
  "name": "Hart State Park",
  "description": "Hart State Park is located at 330 Hart State Park Road, Hartwell GA 30643. Hart State Park can be contacted at ***-***-**** or https://gastateparks.org/Hart",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/hart-state-park-hartwell-ga",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "330 Hart State Park Road",
    "addressLocality": "Hartwell",
    "addressRegion": "GA",
    "postalCode": "30643",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.379515,
    "longitude": -82.911293
  }
}