{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/meadow-lake-resort-seguin-tx",
  "name": "Meadow Lake Resort",
  "description": "Meadow Lake Resort is located at 266 Meadow Lake Drive, Seguin TX 78155. Meadow Lake Resort can be contacted at ***-***-**** or http://www.meadowlakeresort.net/",
  "url": "https://campertunity.com/listings/campgrounds/meadow-lake-resort-seguin-tx",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "266 Meadow Lake Drive",
    "addressLocality": "Seguin",
    "addressRegion": "TX",
    "postalCode": "78155",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.5404529,
    "longitude": -97.9469852
  }
}