{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/angeles-national-forest-palmdale-ca",
  "name": "Angeles National Forest",
  "description": "Angeles National Forest is located at , Palmdale CA 93550. Angeles National Forest can be contacted at ***-***-**** or http://www.fs.usda.gov/angeles",
  "url": "https://campertunity.com/listings/campgrounds/angeles-national-forest-palmdale-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Palmdale",
    "addressRegion": "CA",
    "postalCode": "93550",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.3166567,
    "longitude": -118.0057775
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/california/palmdale/angeles-national-forest"
  ]
}