{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/oak-forest-rv-park-austin-tx-1",
  "name": "Oak Forest RV Park",
  "description": "Austin convenience — country comfort. Shaded RV sites, concrete pads, 15-acre forest area, pet area.",
  "url": "https://campertunity.com/listings/campgrounds/oak-forest-rv-park-austin-tx-1",
  "image": [
    "/images/large/Office.JPG",
    "/images/SomePath[1]med.JPG",
    "/images/large/PullThru.JPG",
    "/images/large/bridge.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "8207 Canoga Avenue",
    "addressLocality": "Austin",
    "addressRegion": "TX",
    "postalCode": "78724",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.2711286,
    "longitude": -97.7436995
  },
  "sameAs": [
    "https://oakforest-rvpark.com/",
    "https://wagwalking.com/lifestyle/campgrounds/oak-forest-rv-park"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}