ADVERTISEMENT

SC reassures commitment to protect children from online sexual abuse, exploitation

Published Jun 4, 2025 11:34 am  |  Updated Jun 4, 2025 02:16 pm

The Supreme Court (SC) has reassured its commitment to protect children from online sexual abuse and exploitation (OSAEC) through judicial reforms and partnerships aimed at building a safer digital and legal environment for them.

Chief Justice Alexander G. Gesmundo aired the SC’s reassurance during the recent event of SaferKidsPH in Makati City.

“We will continue to hold the door open to a better tomorrow for every Filipino child,” Gesmundo assured.

SaferKidsPH is an Australian government initiative delivered through the consortium of the United Nations Children’s Fund (UNICEF), The Asia Foundation, and Save the Children Philippines.

A press briefer issued by the SC’s Office of the Spokesperson stated that Chief Justice Gesmundo highlighted how the SC has been working diligently to strengthen the judicial framework for child protection.

The SC has issued the Implementing Rules and Regulations of the Social Aspects of the Family Courts Act.  The rules guide the courts in handling child-related cases with sensitivity and efficiency.

It also published the Bench Book for Family Courts, a comprehensive resource to help judges make child-centered decisions.

Just recently, the SC as a full court approved the Rule on Family Mediation, which promotes restorative justice and family unity.

It also institutionalized, through the Justice Sector Coordinating Council, the Victim-Sensitive Guidelines to shield victims, especially children, from further trauma and ensure early access to social services.

“The Guidelines provides a more systematic access to social services by the victims as soon as their needs arise, even pre-litigation,” Gesmundo said.  

He also cited the setting up of the first ever Anti-OSAEC TriCity Justice Zone in Cagayan de Oro City, Ozamis City, and Iligan City, to focus on addressing the urgent and pervasive problem of OSAEC in the Philippines. A second zone is due for setting up in Region VIII, he added.  

An Anti-Human Trafficking Justice Zone had been set up earlier in Zamboanga City.

Gesmundo pointed out that all the judicial efforts are aligned with the the SC’s five-year Strategic Plan for Judicial Innovations 2022-2027 (SPJI), which emphasizes accessible, efficient, and inclusive justice.

“A key pillar of this plan is enhancing judicial processes for vulnerable populations, particularly children, through technology and innovative practices,” he said.

Thus, he said the SPJI adopts technology to streamline case management and ensure timely resolution of cases involving vulnerable children.

However, despite all the reforms and innovations, “more work lies ahead,” the Chief Justice said.

 “As we celebrate these achievements, we recognize that our work is far from complete. The event today, involving the Department of Justice, the Department of Social Welfare and Development (DSWD), and the Council for the Welfare of Children, among other organizations, symbolizes our collective resolve to sustain and expand the impact of SaferKidsPH,” he stressed.

Describing SaferKidsPH as a “beacon of hope” in the campaign against OSAEC, Gesmundo urged continued action to ensure that “every Filipino child grows up in a world where their safety, dignity, and potential are protected.”

Joining the Chief Justice during the event were the Ambassador of Australia to the Philippines, Her Excellency Hae Kyong Yu; DSWD Undersecretary for International Affairs Emmeline Aglipay Villar; Department of Justice National Coordinating Center Against OSAEC Executive Director Barbara Mae Flores; UNICEF Representative Behzad Noubary; and The Asia Foundation Country Representative Sam Chittick.

The event, titled Pagdiriwang ng mga Tagumpay ng SaferKidsPH, brought together national and local government leaders, civil society organizations, private representatives, youth leaders, and child protection advocates.

It marked the culmination of the SaferKidsPH program’s six-year journey toward building a safer and more secure future for every child.

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.