{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dogs-allowed-austin-tx",
  "name": "Dogs Allowed",
  "description": "camping in park near Austin - $ 20 for first night, second night $ 10 (State Park Pass) - reasonable sanitary facilities with hot showers - park contains number of trails - very busy at weekends - internet is slow - airport 2,95mls - center 5mls",
  "url": "https://campertunity.com/listings/campgrounds/dogs-allowed-austin-tx",
  "image": [
    "https://img.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "McKinney Falls Parkway",
    "addressLocality": "Austin",
    "addressRegion": "TX",
    "postalCode": "78744",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.17935,
    "longitude": -97.72127
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hot_showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "20",
    "priceValidUntil": "2026-07-20"
  },
  "priceRange": "$20+"
}