ADVERTISEMENT

Bring back the 'Wow!'

Published Jan 31, 2026 12:01 am  |  Updated Jan 30, 2026 05:08 pm
OFF THE BEATEN PATH
GREGORIO LARRAZABAL
GREGORIO LARRAZABAL
Last week, I posted on X (formerly called Twitter), “How can you convince Filipinos to travel to other parts of the Philippines, when it’s cheaper to fly to Hong Kong, Singapore or other ASEAN destinations, than it is to fly to some tourist destinations In the Philippines? Make flights cheaper to destinations inside the Philippines.” This was due to my personal experience in travelling to some parts of the Philippines, which ended up costing more than flying to nearby ASEAN tourist destinations. A number of people commented on the tweet, lamenting that they too, felt the same.
Bianca Gonzales-Intal retweeted my tweet and shared her own experience, tweeting, “Totoo. Bakit ganun. We booked a trip to Siargao and it is more expensive than a trip to Hong Kong, Bangkok, or Vietnam. Mas mahirap suportahan ang local na turismo dahil ang mahal (Why is it like that? It's difficult to support local tourism because of that).” There was a deluge of comments on social media and traditional media, with countless of reposts and comments by fellow Filipinos. The common reaction was that they agreed with the sentiment, and shared their frustration that it’s expensive not only to fly to tourist destinations in the Philippines, but also food and accommodation in those tourist destinations are sometimes more expensive.
Sometime in 2002 when the Department of Tourism (DOT) was headed by Sec. Richard Gordon, the DOT launched a program, WOW Philippines. It was a multi-year tourism campaign that was designed to promote the country’s cultural diversity and many destinations. It emphasized a “Wealth of Wonders” approach that focused on tourist spots like Boracay, Intramuros, Palawan, and others. It was a really good campaign. Until now, some people still use that slogan, a testament to its effectiveness and recall. WOW Philippines shown the spotlight on our diverse world-class attractions, which I must add, few countries could match.
Before, it felt exciting to want to discover the Philippines, the ad campaign made not only foreigners want to fly to the Philippines and discover the wonders of the country, it made us Filipinos also excited to travel around the country.
I’ve been continually visiting places in the Philippines, either by taking a plane, riding a boat, or, more often than not, driving to the destination. I’ve always told anyone who’s willing to listen, on how beautiful the countryside is. How much better it is compared to other countries. How people you meet wherever in the country, whether it be in Bongao, Tawi-Tawi, or Bangao, Benguet, will be happy to help you. Even if you do not speak the local language, chances are Filipinos will be able to find ways to communicate with you, something that you can’t say, about other countries you visit.
With the advancement of technology, the increase in the number of airlines both to and from the Philippines, and within the Philippines, it’s made it more accessible for tourists to visit our tourist destinations. Unfortunately, we were still lagging behind our ASEAN neighbors in terms of tourist arrivals. With the changing of habits of tourists through the years, many now put more weight on cost and convenience in choosing where they’ll travel for a vacation.
If we look at the tourist numbers of ASEAN, this is where we’ve continued to fall behind. Not just behind, but way behind our ASEAN neighbors. Other countries have now surpassed their pre-pandemic tourist arrival numbers, while we’re still playing catch up.
There are several reasons why we’re almost at the bottom, and we’ll discuss those in the coming weeks, but a big factor is our airfares to some of our tourist destinations. The same thing Bianca mentioned in her tweet. While many would like to consider some of our tourist destinations, flying to other countries sometimes comes out cheaper. Yes, airlines regularly come out with promos which many Filipinos avail of. But foreign airlines also have promos of their own. Other airlines slash their prices from the Philippines to other countries. If you plan early, you can get great deals. In fact, one novel idea I experienced was during the last time I flew to Japan, I only paid for my airfare to Japan. Flying to other domestic destinations of that airline were free.
The Philippine Travel Agencies Association (PTAA) came out with a statement after the tweet went viral, explaining why some destinations are expensive. That’s a good move on their part, because you see them trying to find ways to make things better, trying to make it more enticing for Filipinos to fly to a tourist destination inside the Philippines, instead of flying to another country. Hopefully it can help us, rediscover the WOW in the Philippines
Have some tourist stories, ideas or suggestions? Please email me at [email protected] and we’ll discuss it in next week’s column.
(The author is a former Comelec commissioner. He is a pioneer of automated elections being a member of the Commission that successfully modernized Philippine elections in 2010. He remains involved in public service as an election lawyer.)

Related Tags

OFF THE BEATEN PATH GREGORIO LARRAZABAL
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.