Petra sees highest visitor numbers since pandemic outbreak

A balloon lands in Petra at the start of the recent Jordanian Meteorite Festival  (Photo courtesy of PDTRA)

AMMAN — The Petra Development and Tourism Region Authority (PDTRA) in September registered the highest number of monthly tourists since the outbreak of the COVID-19 pandemic in March, 2020, PDTRA said on Tuesday.

A total of 23,751 guests visited Petra city in September, including 12,637 non-Arab visitors, 8,161 Jordanians and 2,946 non-Jordanian Arabs.

In September, 2020, there were only 16,381 guests, including 219 non-Arab visitors, 16,381 Jordanians and zero non-Jordanian Arabs, according to a PDTRA statement.

PDTRA Chief Commissioner Suleiman Farajat said that the increase in the tourist numbers has indicated the beginning of tourism recovery in Petra.

Farajat said that the recovery has contributed to resuming operations in hotels, restaurants and shops.

He also expected an even greater increase of tourists at the beginning of November due to the start of low-cost airline flights that are government subsidised.

Farajat said that PDTRA, during the lockdowns and the low numbers of tourists, rehabilitated tracks at the archaeological site in Petra and opened new projects, such as the heritage village.

The chief commissioner also noted that the authority adopted a new transport plan and inaugurated a bridge linking Wadi Mousa with the tourist street. The authority also replaced horse-drawn carts with environment-friendly electric vehicles.

The pandemic has greatly affected the tourism sector in Petra, where most facilities closed due to the epidemiological conditions that affected the entire world.

More than 80 per cent of Petra residents were affected by the stall in tourism.

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