{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/coyote-camp-kyle-tx",
  "name": "Coyote Camp",
  "description": "Coyote Camp is located at 3008 South Old Stagecoach Road, Kyle TX 78640. Coyote Camp can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/coyote-camp-kyle-tx",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3008 South Old Stagecoach Road",
    "addressLocality": "Kyle",
    "addressRegion": "TX",
    "postalCode": "78640",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.9591695,
    "longitude": -97.9053631
  }
}