Preparations underway for launch of Irbid–Amman, Jerash–Amman bus routes

Preparations underway for launch of Irbid–Amman, Jerash–Amman bus routes
Minister of Transport Wissam Tahtamouni on Sunday inspects final preparations for the official launch of two key intercity bus routes Irbid–Amman and Jerash–Amman (File photo)

AMMAN — Minister of Transport Wissam Tahtamouni on Sunday inspected final preparations for the official launch of two key intercity bus routes Irbid–Amman and Jerash–Amman.

These routes form part of the first phase of a national project to enhance public transportation between Amman and major provincial centres, Al Rai newspaper reported.

The visit aimed to assess the technical and operational readiness of the routes ahead of their official launch.

Tahtamouni reviewed bus readiness, infrastructure, and service arrangements to ensure smooth operations and a positive passenger experience.

The Irbid–Amman route will operate on two main corridors: one from the North Terminal in Irbid via Jordan Street, and another via Sweileh and the University of Jordan.

The service will use modern buses equipped with GPS tracking and a digital scheduling system to ensure consistent timing and efficient fare collection.

Tahtamouni stressed the importance of adhering to the highest standards of efficiency, reliability, and discipline in service delivery.

She noted that clear public information about schedules, stop locations, and frequency is essential for building public trust and encouraging greater use of public transport.

Full-scale operations for both routes are expected to begin between July and August, following the completion of the trial period, which aims to ensure operational stability and infrastructure readiness.

The project, implemented by the Ministry of Transport and the Land Transport Regulatory Commission in cooperation with the Greater Amman Municipality, is part of a broader effort to modernise public transportation across Jordan.

It aims to connect the capital with governorates including Irbid, Jerash, Balqa, and Karak.

Trial operations for the Salt–Amman and Karak–Amman routes are set to begin at a later stage, once the necessary buses and fare collection systems are in place.

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