{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/avondale-rv-park-fort-worth",
  "name": "Avondale RV Park",
  "description": "Avondale RV Park is located at 13801 U.S. 287, Fort Worth TX 76179. Avondale RV Park can be contacted at ***-***-**** or http://www.avondalervpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/avondale-rv-park-fort-worth",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "13801 U.S. 287",
    "addressLocality": "Fort Worth",
    "addressRegion": "TX",
    "postalCode": "76179",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.9786949,
    "longitude": -97.4282531
  }
}