ADVERTISEMENT

Davao City dad seeks expanded animal welfare ordinance

Published Apr 30, 2026 10:48 pm
ABELLA
ABELLA
DAVAO CITY – A Davao City councilor is pushing for an ordinance that would expand the city's animal welfare policy from dogs to more animals.
"The significant change in the amendment is the expansion of coverage," Councilor Ralph Abella said. "From the previous law focusing on dogs, the new ordinance establishes clear classifications for other animals."
He said the proposed ordinance seeks to amend Ordinance No. 0902-22, or the "Dog Welfare, Leashing, and Licensing Ordinance," and replace it with the "Davao City Animal Welfare, Control, and Public Safety Ordinance of 2026."
Abella said the measure broadens coverage to include cats, livestock, poultry, working animals, and other animals under human care, while setting clearer classifications, definitions, and rules for each type.
The proposed ordinance groups animals into categories: Companion animals (dogs, cats, and other pets), livestock (swine, cattle, goats, sheep, and carabao), poultry (chickens, ducks, geese, and other fowl), and working animals (horses and carabaos).
It also outlines animal owners' duties, including providing proper food, water, and shelter; keeping animals from roaming; maintaining cleanliness; ensuring public safety, and being responsible for any damage their animals cause.
The Committee on Agriculture, Aquaculture, Food, and Animals chairperson said for dogs and cats, registration, identification, rabies vaccination, and leash use in public areas would be mandatory, with strays subject to impounding.
Livestock, Abella said, would be restricted in residential zones unless permitted, and must be confined in secure enclosures that meet sanitation and proper waste management standards to prevent health and odor issues.
He added that poultry would be allowed only in limited numbers to avoid nuisance and sanitation issues, while working animals must not be subjected to cruelty or overwork and must be given proper care, rest, and humane treatment.
The proposed ordinance introduces regulations for non-profit animal rescue centers, requiring registration with the City Veterinarian's Office, permits to operate, and compliance with standards on shelter, sanitation, animal health care, capacity limits, and security.
Abella emphasized that these facilities would be prohibited from commercial breeding or selling animals and maintaining overcrowded or unsanitary conditions. He added that the CVO would conduct inspections with health and barangay officials.
He said the city government may also support accredited rescue groups through vaccination programs, spay-and-neuter initiatives, and technical assistance to improve animal care and population control.
The measure sets rules for handling stray and nuisance animals, allowing them to be captured and impounded. Owners can reclaim them after meeting the requirements and paying fees, while unclaimed may be adopted or humanely disposed of.
Abella admitted that limited impounding facilities remain a challenge and suggested that capable barangays establish their own impounding areas, with defined systems for fees and management.
"The city is also exploring incentives to encourage barangay participation," he said, adding that the proposal also calls for stricter monitoring of animal bite centers through permits and inspections due to concerns about questionable vaccines.
Penalties range from a written warning for first offenses to fines of P5,000 for repeated violations, with possible confiscation of animals. Commercial operators may face fines, permit suspension or revocation, and closure for repeated violations.
The enforcement would be handled by the City Veterinarian's Office, the City Health Office, and barangay authorities, with implementing rules to be issued within 60 days of the ordinance's effectiveness.
Abella said the measure is currently under review by the City Legal Office and is intended to improve animal welfare while addressing public health and the growing population of stray animals.
Bantay Hayop Davao is reviewing the proposal after joining a committee hearing. It said advocates and barangay officials have long called for stronger enforcement of animal welfare rules and more responsible pet ownership.
The animal welfare group emphasized the need for humane management of stray animals, urging rescue and rehabilitation instead of euthanasia. It also cited cases of abuse linked to neglectful ownership as a factor in the increase of stray animals.
Data from the CVO revealed that 6,143 cats and dogs were impounded in 2024. Of these, 500 were reclaimed, and about 20 were adopted, while the rest were euthanized due to limited facility capacity.
The city pound has 12 cages that can hold up to 25 dogs each and handles an average of 25 impounded dogs daily. Animals not claimed within three days are euthanized due to space constraints.

Related Tags

Davao City Pets Animals
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.