PDTRA discusses decline in tourism figures amidst regional tensions

PDTRA discusses decline in tourism figures amidst regional tensions
Chairman of Petra Development and Tourism Region Authority Fares Braizat on Thursday meets with representatives of the tourism sector in Petra over the repercussions of the regional crisis resulting from the Israeli-Iranian war (File photo)

AMMAN — Chairman of Petra Development and Tourism Region Authority (PDTRA) Fares Braizat on Thursday met with representatives of the tourism sector in Petra over the repercussions of the regional crisis resulting from the Israeli-Iranian war.

During the meeting, attended by PDTRA members of the board of commissioners, attendees said that the war has directly affected tourism movement in the city, causing a drop in visitor numbers to their “lowest levels,” Al Mamlaka TV reported.

Braizat said that the authority had provided the government with data related to the decline in tourism activity, adding that the authority is "closely" monitoring the impact of this crisis on the tourism sector in Petra.

He also pointed out that the authority has provided the government's economic team with data and statistics related to the "decline" in tourism activity and its impact on the service providers and workers in this "vital" sector.

The chairman stressed that the authority will "spare no effort" in mitigating the severity of these ramifications, highlighting the PDTRA’s intention to launch a summer programme titled "Petra Summer."

The programme aims at revitalising domestic tourism and will include a series of tourism and cultural experiences, "most notably" visits to the archaeological site, interactive tours and "Petra by Night" experience.

He added that the programme will also include various cultural events that contribute to enhancing tourist attraction and stimulating interest in the city.

During the meeting, representatives of the tourism sector proposed initiatives aimed at revitalising tourism in Petra.

The meeting was held as part of a series of meetings by the authority with various partners in the sector to maintain the sustainability of the tourism sector and support local communities affected by the decline in tourism figures.

.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'); }); }); });