ADVERTISEMENT

PIDS urges reforms to strengthen livestock, poultry, and dairy industries

Published Oct 27, 2025 04:13 pm
State-run think tank Philippine Institute for Development Studies (PIDS) has urged structural reforms, stronger government support, and improved regulatory enforcement to enhance the competitiveness and resilience of the country’s livestock, poultry, and dairy (LPD) industries.
In a research paper titled “Toward Competitive Livestock, Poultry, and Dairy Industries: A Consolidated Benchmarking Study,” PIDS senior research fellow Roehlano M. Briones and former research specialist Isabel B. Espineli outlined several policy recommendations aimed at bolstering the LPD industries. The paper was published on Monday, Oct. 27.
The think tank emphasized the importance of a comprehensive review of trade policies affecting the value chain to enhance the competitiveness of the LPD industries.
It added that while industry supporters often emphasize the benefits of current protection policies, the associated costs receive less attention. PIDS noted that corn protection measures raise the price of locally produced animal feed, which in turn increases the cost of livestock and poultry farming, including expenses for growers and day-old chicks.
“The protection policy for livestock and poultry production penalizes consumers,” the think tank said, stressing the need to improve efficiency and ensure equitable treatment of all stakeholders. It highlighted that trade policies should be carefully recalibrated alongside production support measures.
“One measure that can be explored is a gradual phaseout of industry protection,” the think tank said.
PIDS also emphasized the need to earmark collections from tariffs on pork and chicken imports to fund regulatory services and production support.
“Reducing indirect support through trade policy should be accompanied by increased production support through expenditure programs,” the think tank added.
The think tank highlighted the importance of investing in research and data collection to inform policy and program development, noting that increased funding is crucial for research and development (R&D) in breeding, nutrition, disease control, and production management.
It added that the industry’s statistics and monitoring system need to be strengthened to fill gaps in key data, including the profile of backyard farms, current information on the dairy sector, feed inventories and prices, animal health and disease tracking, and a comprehensive registry of backyard operators in the LPD industries.
The think tank also underscored the need to strengthen government institutional capacity at both the national and local levels to improve the delivery of technical assistance, regulatory services, and production support.
While dairy and carabao farming have dedicated oversight under the Department of Agriculture (DA), the livestock and poultry industries do not. The think tank suggested consolidating related government units into a single LPD-focused entity for better coordination.
“Once national agencies have been consolidated, the national government (NG) can initiate a capacity-building program for local government units (LGUs) on land use planning, monitoring and enforcement, extension services, and community organizing,” PIDS said.
It added that stronger coordination between national and local governments is needed to balance local autonomy with accountability.
The think tank further recommended overhauling the oversight system for the LPD industries to improve regulatory compliance, zoning, grading and standards, food safety, and animal welfare, noting that the African swine fever (ASF) crisis offers a rare opportunity for a major overhaul of the swine, poultry, and dairy sectors.
“A reinvigorated political will may be asserted to institutionalize biosecurity measures, geographic consolidation, a system of food safety, and product grading, particularly for packaged and processed meat and dairy,” PIDS added.
The think tank also called for upgrading technology and business practices for backyard operators through a collaborative extension approach, highlighting that backyard industries could become more efficient and profitable by adopting proper technology and improved animal husbandry practices.
“While extension work is now the mandate of LGUs,” PIDS noted the need for collaborative efforts with state universities and colleges (SUCs), national agencies, and the private sector, which are actively involved in contract growing and supplying inputs.
“Technical assistance should also focus on business development and the adoption of digital technologies, particularly in e-commerce, supply chain traceability, animal health monitoring, and other related areas,” PIDS added.
Finally, PIDS recommended empowering farmer organizations (FOs) to include most, if not all, backyard operators to streamline government assistance, technical and regulatory services, and to maximize the benefits from economies of scale and scope.
(Ricardo M. Austria)
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.