{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/yuba-campground",
  "name": "Yuba Campground",
  "description": "Thinking of camping at Yuba Campground in Yuba State Park? See campsite availability, read camper reviews, and discover more incredible campsites nearby.",
  "url": "https://campertunity.com/listings/campgrounds/yuba-campground",
  "image": [
    "https://hipcamp-res.cloudinary.com/image/upload/q_auto,f_auto/v1606343741/homepage-us_ulfcxm.jpg",
    "https://hipcamp-res.cloudinary.com/images/f_auto,c_limit,w_1280,q_auto:eco/v1560101097/campground-photos/qqzkjgg0y5hghld8xsvd/yuba-1-yuba-campground.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.376373,
    "longitude": -112.028875
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 7,
    "bestRating": 5,
    "worstRating": 1
  }
}