ADVERTISEMENT

You are SAFE at The Manila Hotel

Published Jul 2, 2020 09:08 am

The historic hotel partially reopens in time for its 108th anniversary with upgraded hygiene protocols for guest safety; and launches special anniversary promo


Just a day before the historic hotel’s founding anniversary, The Manila Hotel plans to partially open its doors to its valued guests, with the famed Café Ilang Ilang, the Lobby Lounge, and the Delicatessen resuming operations on July 3, 2020. A rebirth of sorts after months of following the government’s quarantine protocols, the hotel has adjusted along with the rest of the world in navigating the “new normal,” and puts a high premium on the well-being of guests.

With the lobby shining bright anew signifying eternal hope, The Manila Hotel commemorates its 108th founding anniversary on July 4 by welcoming guests with its brand of service that is now focused on enhanced health, hygiene, and sanitation protocols in line with DOH guidelines.

As the hotel prepares for the reopening, Atty Joey Lina, the president of The Manila Hotel, assures the public, “You are safe here. We have taken every precaution to heart so you and your loved ones can have peace of mind when you visit or stay with us.”

To its valued guests who are waiting for Café Ilang Ilang to open, The Manila Hotel offers its 108th Anniversary Promo that gives the first 108 customers for the first 108 days of its reopening (including Saturdays and Sundays) a special dining rate of only Php1,250 for lunch, and only Php1,550 for dinner. Café Ilang Ilang likewise returns with a new system for dining where guests can “order and eat all you can,” meaning they can order as much food as they want from the selection of dishes at a fixed price.

Both Café Ilang Ilang and the Lobby Lounge will be open with limited seating capacity. Thorough sanitation procedures will be implemented, and guests can order using disposable menu, eat using cutlery in sealed containers, and even use tables with acrylic dividers. Front-facing personnel communicating with guests like Guest Services Officers (GSOs) and waiters will don marks, gloves, and face shields. To limit contact with guests, Café Ilang Ilang is also fine-tuning its contactless ordering and payment system.

Adopting best practices, the hotel launches a comprehensive initiative to assure its patrons they are safe at The Manila Hotel. High-traffic public areas will have hygiene reminder signages and distance indicators, and guests will be asked to undergo mandatory temperature checks, and health declaration procedure. Limited capacity will also be implemented in elevators, while several hotel facilities will remain closed including the spa, swimming pool, gym, and other areas. 

High-touch points like door handles, elevator buttons, public area furniture, and others will be sanitized multiple times per day using UV technology. Tests reveal that UV sanitation greatly reduces the bacteria count on surfaces, as demonstrated by lower RLU readings—whose value is used as a measure of surface cleanliness—after the procedure.

Barring announcements from the government to the contrary, the hotel also plans to start accepting room bookings by July 3, 2020.  The public will be assured of rooms thoroughly cleaned first with UV-C light technology to eliminate germs, bacteria, and viruses; followed by medical-grade sterilizing and disinfecting solution. A change of fresh and sanitized linens; sanitation of touch points in the room including remote controls, lamps, etc.; and thorough bathroom disinfection are also art of the procedure. Guests will also receive personal wellness kits, issued a UV-sanitized keycard, and arrive to guestrooms with a seal of assurance that they are the first to enter the sanitized environment.

Because taking care of its own people means they can take better care of guests, The Manila Hotel has invested on testing its staff upon return to work to ensure they are healthy. The culinary team strictly adheres to stringent protocols on proper hygiene, hand washing, and food handling. Staff will be required to wear PPEs as needed, and a strict implementation of distancing measures will be done in the offices, front desk, and other areas frequent by guests. The Manila Hotel looks forward to welcoming both loyal and new guests with the kind of service it is known for, with the assurance that “YOU ARE SAFE HERE” is not just a tagline but a commitment it truly means to uphold.

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.