ADVERTISEMENT

'Hindi importante': Prosecution panel sounds off on VP Sara's 'good' satisfaction rating

Published Jul 17, 2026 10:35 pm

At A Glance

  • The House prosecution panel dismisses VP Sara Duterte's "good" survey rating, stressing that popularity is irrelevant in the Senate impeachment trial.
  • Robert Ace Barbers highlights the need to present evidence, so Filipinos can form informed conclusions on the case.
  • Private prosecutor Benjamin Tolosa Jr. affirms the trial as a constitutional accountability process, now entering its third week.
Vice President Sara Duterte (Facebook)
Vice President Sara Duterte (Facebook)


Evidence--not a person's popularity--is the thing that matters most in a Senate impeachment trial.
Thus, said the House prosecution panel in reaction to the latest Social Weather Stations (SWS) survey results, which showed impeachment respondent Vice President Sara Duterte posting a “good” net satisfaction rating of +31 in June, slightly up from +29 in March.
House impeachment adviser and prosecution panel spokesperson Robert Ace Barbers was indifferent about the numbers.
“Hindi importante sa ngayon kung sino ang popular, dahil hindi nga po ito popularity contest o beauty pageant,” Barbers said during a press briefing Friday, July 17.
(It is not important right now who is popular, because this is not a popularity contest or a beauty pageant.)
The former three-term Surigao del Norte congressman said it would be difficult to draw conclusions from the survey results without first knowing the exact questions asked and what respondents were evaluating.
Instead, he urged the public to closely follow the presentation of evidence in the ongoing impeachment trial against the lady official.
“Ang ating importanteng makita at mabigyan ng pansin, ang paglalatag ng ebidensya. Dapat marinig, maintindihan ng ating mga kababayan, nang sa ganun magkaroon sila ng sariling konklusyon o opinyon dito sa usapin ng impeachment,” Barbers said.
(What is important to see and focus on is the presentation of evidence. Our people must hear and understand it, so they can form their own conclusions or opinions on the impeachment issue.)
He acknowledged that impeachment proceedings can be difficult for the public to understand because they involve legal and constitutional issues, but said the evidence presented in court would allow Filipinos to make an informed judgment.
“Kaya nga isa sa mga pamamaraan para ito maintindihan ng ating mga kababayan ay mailatag natin ang ebidensya. At diyan mismo siguro, that will already help the people to come up with conclusions or opinions on the issue,” he said.
(That is why one way for our people to understand is for us to lay out the evidence. And from there, that will already help them come up with conclusions or opinions on the issue.)
Private prosecutor, lawyer Benjamin Tolosa Jr. agreed with Barbers's points.
“This is not a popularity contest. It’s a constitutional accountability mechanism,” Tolosa said of the trial, which could have have carried out against Duterte as early as last year when she was impeached the first time
The prosecution team maintained that survey respondents may approve of particular services delivered by the Vice President and still support a constitutional inquiry into separate allegations concerning grave threats, confidential funds misuse, bribery, and unexplained wealth.
The high-stakes trial enters its third week on Monday, July 20.
The Constitution empowers the Senate to determine whether an impeachable official committed culpable violations, graft and corruption, other high crimes or betrayal of public trust, without making popularity a defense against accountability.

Related Tags

Sara Duterte SWS Impeachment Robert Ace Barbers Benjamin Tolosa Popularity evidence
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; } }

{{ static_articles_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.