{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://kawasanquest.com/#business",
      "name": "KawasanQuest",
      "legalName": "Kawasan Quest Canyoneering Basecamp",
      "alternateName": [
        "KawasanQuest Tour Services",
        "KawasanQuest Badian"
      ],
      "description": "KawasanQuest is a licensed RN-managed Kawasan canyoneering operator in Badian, Cebu offering structured canyoning tours, private transfers, and multi-destination adventure packages.",
      "slogan": "Safety as a Luxury Service",
      "url": "https://kawasanquest.com",
      "logo": "https://res.cloudinary.com/db9sxlb4z/image/upload/v1767514279/512whiteicon_sqhxbh.png",
      "image": "https://res.cloudinary.com/db9sxlb4z/image/upload/v1766928925/Local-Explorer_jc8itw.webp",

      "telephone": "+63 939 194 9963",
      "priceRange": "₱2,000 - ₱8,800",

      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Banhigan",
        "addressLocality": "Badian",
        "addressRegion": "Cebu",
        "postalCode": "6031",
        "addressCountry": "PH"
      },

      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 9.8322,
        "longitude": 123.3619
      },

      "foundingLocation": {
        "@type": "Place",
        "name": "Badian, Cebu, Philippines"
      },

      "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
          "Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"
        ],
        "opens": "06:00",
        "closes": "18:00"
      },

      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 4.9,
        "bestRating": 5,
        "reviewCount": 220
      },

      "areaServed": [
        { "@type": "Place", "name": "Badian" },
        { "@type": "Place", "name": "Moalboal" },
        { "@type": "Place", "name": "Cebu City" },
        { "@type": "Place", "name": "Mactan" },
        { "@type": "Place", "name": "Oslob" }
      ],

      "knowsAbout": [
        "Kawasan canyoneering",
        "Adventure tourism Cebu",
        "RN-managed safety protocols",
        "South Cebu private tours",
        "Canyon risk management"
      ],

      "keywords": [
        "Kawasan canyoneering",
        "Badian tours",
        "Moalboal sardine run",
        "Oslob whale shark tour",
        "safe canyoneering Cebu",
        "private Cebu tours",
        "RN-managed canyoning"
      ],

      "sameAs": [
        "https://www.facebook.com/kawasanquestcanyoneering",
        "https://www.instagram.com/kawasan_quest",
        "https://www.tiktok.com/@kawasan.quest.can",
        "https://maps.app.goo.gl/kE6NonqeVDWVT2kF9"
      ],

      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "KawasanQuest Adventure Tours",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "TouristTrip",
              "name": "Kawasan Canyoneering Basecamp Meet-Up"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "TouristTrip",
              "name": "Kawasan Canyoneering with Moalboal Transfer"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "TouristTrip",
              "name": "Oslob Whale Shark + Kawasan Combo Tour"
            }
          }
        ]
      }
    },

    {
      "@type": "TouristTrip",
      "@id": "https://kawasanquest.com/#trip",
      "name": "Kawasan Canyoneering Adventure Tour",
      "description": "RN-managed Kawasan canyoneering experience in Badian, Cebu with structured safety protocols and guided canyon traversal.",
      "provider": {
        "@id": "https://kawasanquest.com/#business"
      },
      "itinerary": {
        "@type": "ItemList",
        "itemListElement": [
          { "@type": "ListItem", "position": 1, "name": "Safety Briefing at Basecamp" },
          { "@type": "ListItem", "position": 2, "name": "Canyon Entry & River Trek" },
          { "@type": "ListItem", "position": 3, "name": "Optional Cliff Jumps or Bypass Routes" },
          { "@type": "ListItem", "position": 4, "name": "Arrival at Kawasan Falls" }
        ]
      }
    }
  ]
}