{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/high-desert-rv-park-albuquerque-nm",
  "name": "High Desert RV Park",
  "description": "High Desert RV Park is a quiet, friendly park located west of Albuquerque, NM. 75 Sites/ Paved Roads/ Activity Center/Shower & Laundry Facilities.",
  "url": "https://campertunity.com/listings/campgrounds/high-desert-rv-park-albuquerque-nm",
  "image": [
    "https://static.wixstatic.com/media/81d0db_41d05b0f316d472a99d4a2b1153c90d9~mv2_d_5000_2150_s_2.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "13000 Frontage Road Southwest",
    "addressLocality": "Albuquerque",
    "addressRegion": "NM",
    "postalCode": "87121",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.0841034,
    "longitude": -106.650985
  },
  "sameAs": [
    "https://www.highdesertrvpark.net/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Laundry"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Paved Road"
    }
  ]
}