ADVERTISEMENT

Marcos vows major improvement at NAIA for easier travel

Published Apr 28, 2023 01:15 am
President Ferdinand "Bongbong" Marcos Jr. has renewed his administration's commitment to improving Manila's airport operations to ensure ease of travel to boost the country's tourism sector. *Photos by Noel Pabalate / File photo*

Marcos said this during a meeting with the Private Sector Advisory Council (PSAC) Tourism Sector Group in Malacañang on April 27. During the meeting, the President acknowledged the challenges at the country's major airports, such as space limitations and insufficient technology in processing travel documents. In a statement, Malacañang said the officials who met the President told him there were minimal space in the Ninoy Aquino International Airport (NAIA) terminals and physical space for more immigration counters. They added that there were also some technical issues with the e-gates handling passports and visas. "We should put a team specifically to study the technology to study all these proposals to see what it will take for us to be able to… The technology exists, so it's just a question of us adopting," Marcos said. "Please keep monitoring and see how far we'll get, where we're falling behind, where we're doing right," he added. To optimize the transportation experience to and from NAIA, the PSAC proposed several "quick win" recommendations, including providing concise and clear transport options for passengers leaving the airports and designating a large dispatch booth with uniformed dispatchers stationed in designated areas for pickups. Among its medium-term recommendations are: * Improving taxi information on the MIAA website * Providing more modes of payment for airport taxis * Launching inter-terminal shuttle services * Designating a parking area for all rent-a-car companies * Implementing international standard airport signages for tourists to easily determine where to get taxis, car rentals, buses, or terminal transfer shuttles
The Manila International Airport Authority (MIAA) said it has been acting on PSAC's recommendations and has established a new website, and accredited taxis to prevent passengers from booking "colorum" taxis. It is also coordinating with transport providers to accept other modes of payment, such as credit card payments, and procurement of additional buses to facilitate inter-terminal transport. On the proposal to add counters, the Bureau of Immigration (BI) reported that it was planning on procuring 35 additional e-gates in 2023 and 50 more in 2024. It added that it would submit to the budget department its request for additional plantilla positions. On the proposal for a 'Green Lane' for repeat travelers, the BI committed to studying the coverage of those qualified as repeat travelers to address security concerns. The PSAC comprises business leaders and industry experts who provide technical advice to the President in achieving the government's economic objectives, particularly in six key sectors such as agriculture; digital infrastructure; healthcare; infrastructure; jobs generation; and tourism.

Related Tags

Bongbong Marcos PSAC Ninoy Aquino International Airport PH tourism MIAA Private Sector Advisory Council (PSAC) President Marcos airport improvements
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.