{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/carlton-campground",
  "name": "Carlton Campground",
  "description": "Thinking of camping at Carlton Campground in Tahoe National Forest? See campsite availability, read camper reviews, and discover more incredible campsites nearby.",
  "url": "https://campertunity.com/listings/campgrounds/carlton-campground",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/q_auto,f_auto/v1606343741/homepage-us_ulfcxm.jpg",
    "https://hipcamp-res.cloudinary.com/f_auto,c_limit,w_1280,q_auto:eco/v1685681440/campground-photos/ldynxuvubjuuhqymk79a.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.519514,
    "longitude": -121.000803
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}