{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/piney-ridge-rv-park-tyler-tx",
  "name": "Piney Ridge RV Park",
  "description": "",
  "url": "https://campertunity.com/listings/campgrounds/piney-ridge-rv-park-tyler-tx",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "20250 U.S. Highway 69 South",
    "addressLocality": "Tyler",
    "addressRegion": "TX",
    "postalCode": "75703",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.3512601,
    "longitude": -95.3010624
  },
  "sameAs": [
    "https://www.pineyridgervpark.com/"
  ]
}