{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/san-angelo-tx-us",
  "name": "San Angelo KOA Holiday",
  "description": "San Angelo KOA Holiday is located at 6699 Knickerbocker Road, San Angelo TX 76904. San Angelo KOA Holiday can be contacted at ***-***-**** or http://koa.com/campgrounds/san-angelo/",
  "url": "https://campertunity.com/listings/campgrounds/san-angelo-tx-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6699 Knickerbocker Road",
    "addressLocality": "San Angelo",
    "addressRegion": "TX",
    "postalCode": "76904",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 31.3894039,
    "longitude": -100.4936167
  }
}