ADVERTISEMENT

Zubiri pushes for airport upgrades for top destinations to drive tourism

Published Sep 30, 2025 02:56 pm
Senate Majority Leader Juan Miguel “Migz” Zubiri is pushing for additional funding for the Department of Transportation (DOTr) to fast-track airport upgrades in the country’s top tourist destinations, framing the projects as make-or-break gateways for tourism that will not recover or scale without longer runways, direct access, and a coherent whole-of-government plan.
Senator Juan Miguel
Senator Juan Miguel "Migz" Zubiri (Senate PRIB photo)
He explained that Camiguin already has an initial allocation but that construction will stall without additional support, while Siargao – one of the country’s fastest-growing destinations – needs similar runway improvements to handle larger aircraft and direct flights from major hubs.
Zubiri has been fighting for a whole-of-government plan for top tourist destinations such as Camiguin, Siargao, Coron, El Nido, Bohol, and others, as this will greatly contribute to the country’s economy when done right.
The Bukidnon senator noted as an example Camiguin. He said the current route for Camiguin, which forces tourists to fly first to Cebu before taking a second flight to the island, discourages visitors who prefer simple, point-to-point connections similar to what other Asian beach destinations offer.
“No tourist will do that. They only want two flights, when they go to Manila and when they go to the destination,” he declared.
“Kaya sana we can build the airports that are already 2,000 meters long ang runways para maka-land yung A320s,” Zubiri continued, arguing that larger aircraft capability is essential for sustainable growth in tourist arrivals.
He also warned that recent moves to ban turbo-propeller aircraft at the Ninoy Aquino International Airport and to shift some domestic routes to Clark could make access to island provinces even harder, cutting into national visitor numbers and hurting communities that depend on tourism income.
“Pagka-ganun po, I will tell you, next year 2 million na lang ang tourists natin,” Zubiri cautioned.
“Kawawa yung mga tourism destinations natin, they will see a decline in tourist arrivals.”
Expanding on that point, he said the DOTr must anticipate the impact of aviation policy on tourism and work hand in hand with other agencies, rather than waiting for the Department of Tourism to raise concerns, because building and upgrading airports is a long process that requires early and decisive action.
Zubiri shared a personal example of how inadequate infrastructure and high fares discourage travel, recalling that when he planned to reward his staff with a vacation after the elections, flights and accommodations in Siargao were so expensive that it turned out cheaper to bring them to Taiwan instead.
He urged the DOTr to identify at least five to 10 key destinations where airports remain below international standards, emphasizing that even a modest increase of one million tourists spending $1,000 each would mean an additional $1 billion for the economy, a target he described as “not difficult” if the country provides seamless gateways comparable to Cambodia, Thailand, or Vietnam.
Zubiri also highlighted the airport project in Barangay Maraymaray, Don Carlos, Bukidnon as proof that determined legislative backing can deliver big-ticket infrastructure, noting that he personally introduced an institutional amendment years ago to get it started and will defend it until completion.
“Yes, Mr. Chairman, low-lying fruit na yan eh, nandiyan na yan. I mean, the President can turn that over. At least during his stint, he’ll have one brand new airport (in mid-2026). Hindi pa yata siya nakakaturn-over ng brand new airport yet,” he said.
He told the committee the project has been years in the making and that the record should reflect how the Senate’s work – beginning with an early P600-million allocation backed by a senior colleague – fits into the larger picture of institutionally reviewed amendments that aim to correct gaps rather than indulge pet items.
“We are just waiting for that good news, Secretary. Sabihin mo na rin sa committee kung hindi talaga kayang mahanap within the budget of the DOTR because we really would like to be able to have the President inaugurate that project,” Zubiri stated.
“Tsaka naging matagal nang project na ito … the distinguished lady senator (Sen. Loren Legarda) was the one who first put an allocation of P600 million. It’s an (institutional) amendment,” he added.

Related Tags

Migz Zubiri Department of Transportation Department of Tourism airport development
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.