Agreement inked to establish ‘Amman Trail’

Agreement inked to establish ‘Amman Trail’

Trail to stretch from Citadel to Jordan Museum


AMMAN — A tourism trail is slated to run through downtown Amman after the Jordan Tourism Board (JTB) on Sunday signed an agreement to establish the project.

The agreement was signed by the JTB, the Greater Amman Municipality (GAM) and USAID’s “Building Economic Sustainability through Tourism” project, according to a JTB statement.

The initiative, called the "Amman Heritage Walk [Amman Trail]", aims to draw the attention of residents and tourists to downtown Amman, which has a rich heritage, and increase the length of visitors’ stay in Amman, the JTB said.

“Implementing such projects confirms the interest of all parties in making Amman an attractive destination for tourists, by providing trails like this that offers city-loving tourists, visitors and residents the opportunity to enjoy the beauty of the capital in a peaceful manner, away from traffic. The JTB will gather all its expertise in marketing, promotion and social media to serve the Amman Trail project and introduce it at tourism exhibitions and activities, both regionally and internationally," JTB Managing Director Abed Al Razzaq Arabiyat said.

The trail also aligns with the GAM's plan for Amman to become a pedestrian-friendly city that showcases its heritage alongside modern life by 2025. The initiative combines the efforts of a group of experts that includes architects, landscapers and historians, according to the statement.

Amman Mayor Youssef Shawarbeh stressed the importance of cooperation under this agreement to boost tourism in Amman and “promote it as an authentic and modern city with many archaeological sites — both heritage and new tourism attractions”.

“Implementing the Amman Heritage Walk project in the heart of the city — an important urban space of architectural, archaeological, social and cultural significance that symbolises the identity of the city and is a vital centre of trade — will highlight the centre of the city and promote it as a tourism, social and economic product,” the mayor added.

The main part of the trail will cover an area from the Citadel to the Jordan Museum, passing by several places of interest along the way, the statement said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });