{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dixie-downs-resort",
  "name": "Dixie Downs Resort",
  "description": "Dixie Downs Resort offers a welcoming environment for travelers and residents alike, providing RV sites and cozy lodging in the scenic area of St. George, Utah.",
  "url": "https://campertunity.com/listings/campgrounds/dixie-downs-resort",
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 37.1297418,
    "longitude": -113.6245888
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}