Enhancing Women’s Land Tenure through Shea Tree Mapping

Enhancing Women’s Land Tenure through Shea Tree Mapping


For millions of women across northern Ghana, shea trees are a vital source of livelihood, yet many lack formal rights to the trees they have long protected. As land pressure grows and policy gaps persist, both women and shea trees remain increasingly vulnerable.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })