{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/schertz-rv-park-schertz-tx",
  "name": "Schertz RV Park",
  "description": "Affordable RV park in Schertz, TX with full hookups, laundry facilities, and peaceful setting. Daily, weekly & monthly rates.",
  "url": "https://campertunity.com/listings/campgrounds/schertz-rv-park-schertz-tx",
  "image": [
    "https://www.schertzrvpark.com/schertz-rv-park.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5750 FM1103",
    "addressLocality": "Schertz",
    "addressRegion": "TX",
    "postalCode": "78108",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 29.5549,
    "longitude": -98.2547
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}