ADVERTISEMENT

Coffee and agroforestry: A deliciously profitable mix

Published Aug 7, 2026 12:05 am  |  Updated Aug 6, 2026 05:08 pm
AVANT GARDENER
What’s it like farming in a protected area? Agroforestry farmers Cristina Digo and Evelyn Buendia share their story.
The women live in Brgy. Himbubulo Weste in Guinayangan, Quezon. The protected area is located in Mulawin Spring and is part of an Area of Multi-Use Zone under the Department of Environment and Natural Resources’ (DENR). “You’re not allowed to cut trees, but you’re allowed to plant them,” Cristina said. “If you cut one tree, you have to replace it with 50.”
I am here on the invitation of Dr. Julian Gonsalves, Senior Asia Program Advisor at the International Institute for Rural Reconstruction (IIRR), an international organization focusing on rural development.
The women are recipients of IIRR and the Consultative Group on International Agricultural Research’s (CGIAR) ClimBeR project, a climate resilience project, which, in this case, involves giving coffee and other fruit seedlings to target beneficiaries to aid coffee production. The resulting crops are processed and sold to local cooperatives like Asosasyon ng Responsableng Magkakape (AROMA) and Guinayangan Coffee Agri-Farmers, Processors, and Entrepreneurs Agriculture Cooperative (GCAFPEA). The interview was conducted in Tagalog.
The seedlings are intercropped under existing coconut trees, with recipients receiving 100-500 seedlings, depending on their land area. The program also provides local fruit seedlings like guyabano, lanzones, rambutan, mangoes, mangosetten, and durian, usually around 10-20 seedlings per variety.
Program coordinator Roel Jordan explained that recipients undergo an orientation on proper cultivation before receiving the seedlings. Harvests are sold at the local market and sometimes through private buyers as well.
Cristina, who is also the local AROMA president, is 58 years old and has been farming for 30 years. Though, like much of Quezon, intercropping her coconut trees with robusta coffee, guyabano, rambutan, lanzones, bananas, durian, and mangosteen.
Her tenant, Evelyn, 50, has been farming for five years. She used to work in town but has since settled in the area after being inspired by her friend’s success
Cristina farms on four hectares of land. She also raises native chicken for eggs and meat, as well as native pigs, which fetch ₱5000 for lechon size. As a member of the Guinayangan Livestock Raisers Association, she receives free vitamins and medicine.
She received 300 Liberica plants which she added to her 500 Robusta trees. She also received 30 guyabano trees and some cacao plants.
Evelyn farms on two hectares of land with around 300 newly planted coffee saplings intercropped with coconut along with cacao, guyabano, and banana. “It was challenging at first, but now it feels like a leisure activity,” she said “The fruit trees can get destroyed during a typhoon... Since this is a protected area, it’s important to plant non-fruit trees as well.”
The Department of Agriculture supplies the farmers with fertilizers once a year, an intervention the farmers appreciate.
Cristina has begun harvesting coffee cherries. “Harvest is from October to November. Robusta ripens first, Exselsa last,” she said. “The harvest was good at first, about 100 kilos but not right now because of the continuing rain. The lowest I’ve harvested is 30 kilos. Harvest is good as long as there are no typhoons.”
Dried beans are sold to GCAFPEA for about ₱100, cherries for about ₱50. “Because of the cooperative, we don’t have to worry about where to bring them anymore,” Cristina said. “They also gave us plastic to protect drying beans from rain.”
Evelyn is still waiting for her first harvest. She has, however, begun selling her cacao, complaining of a steadily dwindling harvest and of fruit being eaten by the wild civets that roam the area. She also sells her harvests to GCAFPEA.
Farming can be challenging, but the results are worth it. “Sometimes the coffee gets sick. When it’s too hot, it won’t bloom properly. I just keep caring for them, cleaning them, and applying fertilizer,” Cristina said. “The harvests are a big help to my family. It helped put my children through school and adds to our daily budget. Preparation is important because it directly contributes to a good harvest.”
She encourages other coconut farmers to consider intercropping their plantations with coffee. “There’s a lack of supply,” she said.
With the worldwide demand for coffee set to surpass its production, cultivating this in-demand crop may mean extra profit for farmers who are willing to put in the effort.
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.