ADVERTISEMENT

Robinsons Land to open first Grand Summit Hotel in Northern Luzon by 2027

Published Jun 30, 2025 01:59 pm
The Gokongwei Group’s Robinsons Land Corporation (RLC), through its hospitality arm Robinsons Hotels and Resorts (RHR), is expanding its presence in Luzon with the launch of Grand Summit Pangasinan, which will open in 2027.
The firm said the new hotel will be the first property under RLC’s award-winning Grand Summit brand to rise in Northern Luzon and the only branded hospitality property in the region.
“The expansion of our Grand Summit brand is a key part of our growing hotel portfolio and further bolsters RLC’s leadership position in the Philippine hospitality sector,” said RLC President and CEO Mybelle V. Aragon-GoBio.
Grand Summit is an upscale lifestyle hotel designed for local and international travelers who appreciate comfort, culture, and authentic experiences.
The four-star hotel is designed to complement the region’s rich cultural heritage, natural attractions, and growing economic activity.
It will feature 100 well-appointed rooms, including 93 standard rooms, four junior suites, and three executive suites ranging from 38 to 116 square meters in size.
Guests can also enjoy a range of amenities such as an all-day dining restaurant, lobby lounge, pool bar and outdoor dining area, ballroom, meeting rooms, gym, spa, and an outdoor swimming pool.
The seven-storey hotel will break ground on July 7, 2025, initiating construction on what will become a full-service destination for both leisure and business travelers.
Strategically located along the Dagupan–Urdaneta Road in the municipality of Calasiao, Grand Summit Pangasinan will be seamlessly integrated into RLC’s Robinsons Pangasinan Mall complex.
Grand Summit Pangasinan joins the growing Grand Summit portfolio, which includes the pioneering Grand Summit Hotel in General Santos.
Positioned between Dagupan City, Lingayen, and San Carlos City, Calasiao, the hotel offers a central base for exploring the best of Pangasinan and Northern Luzon.
The launch of Grand Summit Pangasinan reinforces RLC’s long-standing presence in Northern Luzon, where it has established a strong and diversified presence across multiple sectors.
Robinsons Malls are located in key provinces such as Pampanga, Tarlac, La Union, and Ilocos Norte, while the company has also developed horizontal residential communities in Ilocos Norte, supporting regional growth and living standards.
Its Robinsons Offices business unit extends this reach with office spaces in Ilocos Norte (San Nicolas), Tarlac, and Nueva Ecija, providing quality workspace for BPOs and enterprises expanding outside Metro Manila.
Pursuing its integrated lifestyle vision further north, RLC is bringing to life the Montclair Destination Estate—a 216-hectare mixed-use development in Porac, Pampanga, featuring homes, offices, retail hubs, green open spaces, hotels, and an RLX logistics and industrial park.
“Our developments across Northern and Central Luzon reflect Robinsons Land’s long-term vision of inclusive growth. By seamlessly integrating our businesses across retail, residential, hospitality, offices, and logistics, we aim to foster thriving communities and contribute to broader national progress,” said Aragon-GoBio.
RLC Senior Vice President at RLC and Business Unit General Manager of Robinsons Hotels and Resorts Barun Jolly said “Northern Luzon continues to evolve as a dynamic hub for travel and commerce, and Calasiao stands out as a place where local character and regional connectivity come together.”
“We purposefully design our hotels to reflect the unique energy of the places they rise in—and in Calasiao, we saw the perfect opportunity to create something that speaks to both leisure and business travelers.
“We’re proud to bring the Grand Summit experience to Northern Luzon, offering travelers a thoughtfully designed destination that reflects the vitality of the region,” he added.

Related Tags

Robinsons Land Corporation Mybelle V. Aragon-Gobio
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.