{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/smileys-shawnee-oh-us",
  "name": "Smileyscampground",
  "description": "Smiley's Campground is located in beautiful Shawnee, Ohio in the heart of Wayne National Forest.",
  "url": "https://campertunity.com/listings/campgrounds/smileys-shawnee-oh-us",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Shawnee",
    "addressRegion": "OH",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.6047915,
    "longitude": -82.2115368
  },
  "sameAs": [
    "https://www.smileyscampground.com/"
  ]
}