{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/stagecoach-trails-campground-julian-ca",
  "name": "Stagecoach Trails Campground",
  "description": "Escape to the serene desert landscape at Stagecoach Trails Campground in Julian, California. RV sites, tent camping spots, or cozy cabins. Pet-friendly, family-owned, and perfect for stargazing, off-roading, and nature lovers.",
  "url": "https://campertunity.com/listings/campgrounds/stagecoach-trails-campground-julian-ca",
  "image": [
    "https://www.stagecoachtrails.com/wp-content/uploads/2025/12/StagecoachStore-300x232.jpg",
    "https://www.example.com/images/campground.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Desert Road",
    "addressLocality": "Julian",
    "addressRegion": "CA",
    "postalCode": "92036",
    "addressCountry": "US"
  },
  "numberOfRooms": 10,
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stargazing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Off-roading"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Desert"
    }
  ]
}