{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sunsets-at-travis-rv-parks-austin-tx",
  "name": "Sunsets at Travis RV Parks",
  "description": "Austin's newest RV park! Our long-term RV park is freshly renovated with paved roads, fiber internet at every pedestal, and a brand new laundry facility. Gated and fenced for your security. Call today!",
  "url": "https://campertunity.com/listings/campgrounds/sunsets-at-travis-rv-parks-austin-tx",
  "image": [
    "https://storageunitsoftware-assets.s3.amazonaws.com/uploads/widget_image/image/91078/small_Home_Page_Image.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5000 Doss Rd",
    "addressLocality": "Austin",
    "addressRegion": "TX",
    "postalCode": "78734",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.405339,
    "longitude": -97.9301927
  },
  "sameAs": [
    "https://www.sunsetsrvparks.com"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wifi"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Paved Road"
    }
  ]
}