{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dog-park-crookston-mn",
  "name": "Dog Park",
  "description": "Dog Park is located at Castle Street, Crookston MN 56716. Dog Park can be contacted at ***-***-**** or http://www.crookston.mn.us/",
  "url": "https://campertunity.com/listings/campgrounds/dog-park-crookston-mn",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Castle Street",
    "addressLocality": "Crookston",
    "addressRegion": "MN",
    "postalCode": "56716",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.773879,
    "longitude": -96.6216161
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/minnesota/crookston/dog-park"
  ]
}