{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/blair-valley-campground-julian-ca",
  "name": "Blair Valley Campground",
  "description": "Blair Valley Campground is located at , Julian CA 92036. Blair Valley Campground can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/blair-valley-campground-julian-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Julian",
    "addressRegion": "CA",
    "postalCode": "92036",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.0331004,
    "longitude": -116.3988388
  }
}