{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lavonia-lavon-tx",
  "name": "Lavonia",
  "description": "Lavonia Campground is a scenic Texas getaway just beyond the Dallas metropolitan area. Visitors can camp, swim, fish, boat or use the day use area.",
  "url": "https://campertunity.com/listings/campgrounds/lavonia-lavon-tx",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://cdn.recreation.gov/public/2019/01/31/15/49/232620_b3bef362-4250-4ad0-8073-3d723593bfd5_700.webp",
    "https://www.recreation.gov/TwitterCard.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1301 COUNTY ROAD 486",
    "addressLocality": "Lavon",
    "addressRegion": "TX",
    "postalCode": "75166",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.0377778,
    "longitude": -96.4455556
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "14",
    "priceValidUntil": "2026-08-16"
  },
  "priceRange": "$14+"
}