{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/whites-rv-park-seminole-tx",
  "name": "White's RV Park",
  "description": "White's RV Park is located at 153 County Road 249-J, Seminole TX 79360. White's RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/whites-rv-park-seminole-tx",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "153 County Road 249-J",
    "addressLocality": "Seminole",
    "addressRegion": "TX",
    "postalCode": "79360",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.7346863,
    "longitude": -103.0577351
  }
}