ADVERTISEMENT

Building the future

Published Aug 29, 2025 12:05 am  |  Updated Aug 28, 2025 05:18 pm
EDITORS DESK
There’s something magical about an industry moving forward as one and celebrating with peers. That’s how I would describe the energy at the 13th PropertyGuru Philippines Property Awards, held last Aug. 15, 2025, at the grand ballroom of Shangri-La The Fort in Taguig City.
With close to 70 categories, the evening was nothing short of a grand showcase of Philippine real estate at its finest. From innovative design and sustainable development to the visionaries and leaders who continue to push the industry forward, the night was dedicated to recognizing the very best.
“The PropertyGuru Philippines Property Awards plays a vital role in this journey by spotlighting the developers, designers, and leaders who are helping shape communities that are smarter, greener, and more liveable. Tonight’s honorees exemplify this mission, setting benchmarks for quality, creativity, and integrity in the built environment,” said Cyndy Tan Jarabata, chairperson of the judging panel and president of TAJARA Leisure and Hospitality Group Inc.
But getting to that moment of celebration took more than just submissions and nominations. It took months of careful, on-the-ground work. From Luzon to Visayas to Mindanao, the judges visited sites, inspected projects, and asked the difficult questions. The rigorous process spanned over two months, a testament to how seriously the panel upholds the integrity of the awards.
“Together with highly esteemed judges, we have conducted a thorough and impartial review of this year’s entries. Our diverse expertise across development, design, hospitality, asset management, and real estate has enabled us to fairly assess each nominee, ensuring that every Winner and Highly Commended recipient reflects excellence in vision, execution, and community impact,” Jarabata continued.
The distinguished judging panel included respected leaders from various sectors of the industry: Carlo Cordaro, president and CEO of Atelier A; Carlo Rufino, co-managing director of NEO Group of Companies; Jaime A. Cura, vice-chairman of The RGV Group of Companies; Jean de Castro, CEO of ESCA Incorporated; Kathleen P. Obcemea, principal interior designer of KPO Beyond Designs Co.; Luis Enrique T. Mangosing, CEO of Metro Development Managers, Inc. (MDMI); Michelle Barretto, CEO of Vitamin B, Inc.; Philip Mareschal, head of property and asset management at JLL Philippines; and Richard Raymundo, managing director of Colliers Philippines.
The night also highlighted many landmark wins such as Robinsons Land Corporation capturing a historic fourth consecutive Best Developer award. That in itself made the night more unforgettable and filled the atmosphere with energy.
Awards for individual achievements were also given, with Robinsons Land Corporation chairman Lance Y. Gokongwei was bestowed with the first-ever Life Achievement Award. Rafael Fernandez de Mesa, president and CEO of Aboitiz Land and head of Aboitiz InfraCapital Economic Estates, was named Personality of the Year, while Jessica Bianca T. Sy, vice president and head of Design, Innovation, and Strategy at SM Prime, was conferred with the Rising Star Award.
What stood out from these recognitions was not just the prestige of the titles, but the humility of the honorees. All three leaders spoke not so much of their accomplishments but more of what lies ahead, of the work still to be done. Not for individual companies, but for the country, and the role the property sector plays in nation-building.
Beyond the glitz and glamour of the awards night, the 2025 edition also marked another milestone: PropertyGuru is celebrating 20 years of being a regional platform that champions the people and projects shaping the future of real estate in Asia. The Philippines’ contribution to this continuing legacy is proof that the country’s property sector is not only thriving but also evolving in ways that set new standards for the region.
It was more than just a night of recognition but more of a reminder that Philippine real estate, with its growing emphasis on sustainability, community, and innovation, is stepping confidently into the future.
The winners now move on to the regional grand finals at the Asia Property Awards gala in Bangkok this December 2025, where the Philippines is set to showcase once again why it stands as a leader in the real estate industry.
(Rey Robes Ilagan is the editor of Manila Bulletin’s Lifestyle, Environment and Sustainability sections.)
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.