ADVERTISEMENT

SM Supermalls hold Kalayaan Job Fairs on June 12

A nationwide hiring movement in celebration of Independence Day.

Published Jun 12, 2025 02:28 pm
In celebration of the 127th Philippine Independence Day, SM Supermalls and the Department of Labor and Employment (DOLE) teamed up once again for the Kalayaan Job Fairs on June 12 in 28 SM malls nationwide.
A job seeker and an SM Human Resources representative at the SM City Olongapo Central Job Fair discuss potential employment opportunities.
A job seeker and an SM Human Resources representative at the SM City Olongapo Central Job Fair discuss potential employment opportunities.

This isn’t just any job fair. It’s a full-blown opportunity hub, bringing together hundreds of local and overseas employers, thousands of job openings, on-the-spot hiring, and even government services like the Social Security System (SSS), Pag-IBIG, Philippine Health Insurance Corporation (PhilHealth), and National Bureau of Investigation (NBI)—all in one convenient, accessible, and air-conditioned SM mall. 

Whether you're a fresh grad, seasoned pro, or a returning Overseas Filipino Worker (OFW), this is your chance to glow up and gear up for your next career move.

A hopeful candidate at SM City Cabanatuan reviews available opportunities on a digital board during the Job Fair.
A hopeful candidate at SM City Cabanatuan reviews available opportunities on a digital board during the Job Fair.

Hired on the spot: Real stories, real impact

 “I’ve been to other job fairs, pero dito lang ako na-hire on the spot. Ang daming choices, maayos ang lugar, at may mga government booths pa! Super sulit.”— Jolina, Hired as Sales Associate at an SM Job Fair.

A newly hired applicant celebrates her on-the-spot achievement at the SM City Marikina Job Fair.
A newly hired applicant celebrates her on-the-spot achievement at the SM City Marikina Job Fair.
 “Mabilis po ang process. At lahat ng requirements, nandito na—tulad ng NBI, Pag-IBIG, at PhilHealth. Malaking bagay po 'yun, sa hirap pong maghanap ng trabaho ngayon.” --- Dondon, Hired as a Room Attendant at an SM Job Fair.
A successful candidate holds a sign indicating he was hired on the spot at SM City Tuguegarao's Job Fair.
A successful candidate holds a sign indicating he was hired on the spot at SM City Tuguegarao's Job Fair.
Participating SM Malls – June 12 Kalayaan Job Fairs:
1. SM Mall of Asia
2. SM Megamall
3. SM City Fairview
4. SM City Novaliches (June 12 - 13)
5. SM City Marikina
6. SM City Grand Central
7. SM City North EDSA
8. SM City Manila
9. SM City Sta. Mesa
10. SM City East Ortigas
11. SM Center Las Piñas
12. SM City Laoag
13. SM City Rosales
14. SM City Baguio
15. SM City Masinag
16. SM City Tuguegarao
17. SM City Cabanatuan
18. SM City Bataan
19. SM City Telabastagan
20. SM City San Mateo
21. SM City Tanza
22. SM City Puerto Princesa
23. SM City Legazpi
24. SM City Iloilo
25. SM City Bacolod
26. SM Seaside City Cebu
27. SM City Davao
28. SM City General Santos
Other June Job Fair Dates You Shouldn’t Miss:
1. June 11 - SM Center Imus
2. June 11 - SM City Molino
3. June 11 - SM City Tuguegarao
4. June 13 - SM City Marilao
5. June 13 - SM City Trece Martires
6. June 16 - 17 - SM City North EDSA
7. June 16 - SM City Tuguegarao
8. June 17 - SM City Calamba
9. June 19 - SM City Daet
10. June 27 - SM City Trece Martires
11. June 27 - SM City Laoag

Related Tags

NATIONAL NEWS
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.