play 1 minute recap

Promoting responsible travel and ethical tourism on Mount Kilimanjaro

Evaluative research
Ethical tourism
wordpress
responsive web

The Kilimanjaro Porters Assistance Project (KPAP) is a Tanzanian NGO focused on securing ethical treatment and fair pay for the guides and porters on Mount Kilimanjaro. I worked with KPAP staff and volunteers to improve the usability and visual design of their website.

A photograph of porters setting up camp on Mount Kilimanjaro
background

Tourism dollars should be going to ethical guiding companies. KPAP makes that happen.

KPAP supports porters by promoting ethical mountain climbs through their Partner for Responsible Travel program. As a small non-profit based at the foot of Kilimanjaro, KPAP needed a website that effectively communicated their work and accomplished two key goals:

01

Persuading visiting climbers to book with a KPAP-approved Partner for Responsible Travel

02

Convincing tourism companies to commit to ethical practices and become a Partner for Responsible Travel

The onset of the COVID-19 pandemic deeply impacted the global tourism industry, which made communicating KPAP's work effectively online more crucial than ever. As a first step, I planned out a project scope that would have me looking at the site content and page structure across the site as well as making improvements to the UI.

priorities and principles

I interviewed the team to determine what they needed from this redesign.

I met with the KPAP team in Tanzania and Scotland via Zoom to identify the technical constraints that would define my work. As KPAP is a small organization that relies heavily on volunteering, all designs needed to be easy to manage and update, and had to minimize complexity and render quickly on slow internet connections.

After asking tons of questions, I settled on a few directives to serve as my personal design principles:

01

Lean and Fast: don't introduce complication or complexity unless absolutely necessary (a tenet I try to apply in every project!).

02

More than the Mountain: show the human side of Kilimanjaro (the porters!) as much as possible.

03

Stellar Documentation: record the context and reasoning behind design decisions to ensure clarity far into the future.

tree testing

I conducted an evaluative tree test to validate the way I restructured the content.

The site content needed to be structured in such a way as to create channels for the various users visiting the site: aspiring Kilimanjaro climbers, tourism companies, potential donors, and those looking to learn about KPAP.

I examined the content of each page and created a new menu structure to test with users in a tree test.

Because access to users and time was limited, I opted for an evaluative tree test instead of a generative card sort and arranged the content in a way that created "channels" for each group of users from the top-level nav, such as "For Climbers" and "For Tourism Companies".

20 users completed the tree test, and results confirmed that the proposed menu structure would enable aspiring climbers and tourism companies to find information relevant to them. The results also revealed that potential donors would look in three spots to learn about KPAP's cause: About Us, Donate, and Contact Us.

The site needed a message "selling" the impact of a donation in these three places. While creating new copy was outside the project scope, I took note of this finding for the team to explore incorporating it in the future.

results

I delivered a re-designed website with clear information hierarchy, content structure, and improved visuals.

Now that the menu structure was in place, I needed to re-organize the existing content to match each page's purpose. I conducted an audit of the existing copy to determine the message and function of each section and assigned it to a group. I re-worked the content with a focus on brevity, clarity, and intentional language choice.

I made changes that instantly added cohesion to the design and made stronger use of the professional photographs KPAP had.

Before & After

See it live!

I really enjoyed working through the unique constraints and challenges this project presented. To learn more about my process, feel free to contact me.

Ethical tourism on Kilimanjaro is vital to maintaining the natural beauty of the mountain and the well-being of the community surrounding it. If you're considering a climb, consult KPAP's list of approved Partners for Responsible Travel. Asante Sana!

A photograph of the sun rising near the summit of Mount Kilimanjaro

Next Project

Product-market fit for water purification products

An icon of an arrow pointing to the right
ethnographic Research
evaluative Research
window.addEventListener('load', function() { const videos = document.querySelectorAll('video[data-autoplay]'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.play(); } else { entry.target.pause(); } }); }); videos.forEach(video => observer.observe(video)); });