Jordan eyes World Cup qualification tonight

Jordan eyes World Cup qualification tonight
Mousa Ta'mari training in Muscat, Oman, ahead of Thursday’s qualifier (JFA photo)

AMMAN — Jordan plays Oman in Muscat at 7:00 pm Amman time on Thursday in the penultimate Round 3/Group B qualifying matches for the 2026 World Cup.

The Kingdom is second in Group B and a win, provided Iraq loses to South Korea, will secure Jordan a historic first time qualification to the World Cup. Alternatively, the following qualifier when Jordan hosts Iraq on June 10 as well as results of the final stage will determine the two qualifying teams from the group. So far in the qualifiers, Jordan beat Oman 4-0, held South Korea 1-1 and lost 2-0, beat Palestine 3-1 twice, held Kuwait 1-1 twice and held Iraq 0-0.

“We have a tough and important match ahead with a side that has vastly improved. We are ready and will go into the match with one goal,” Jordan’s Moroccan head coach Jamal Sellami told Wednesday’s press conference. Player Ali Alwan, who joined the coach added: “We know the responsibility upon our shoulders .. we are focused and hope to come out with the result we want.”

With 16 more nations participating in the upcoming 2026 World Cup, 18 Asian sides are playing in three groups in home and away format, with the top two from each group advancing directly to the World Cup while the rest will play Round 4 in two groups with group leaders advancing and a possible ninth team qualifying through intercontinental playoffs. Jordan has advanced to Round 3 World Cup qualifiers for the second time in their history while also booking their spot in the next edition of the 2027 Asian Cup.

The national squad regrouped in the past two weeks and playedthe U23 team before facing Saudi Arabia during a training camp in Dammam. Coach Sellami has had to contend with challenges of key players having to sit out the matches again, headed by team captain Ehsan Haddad who was injured during the Saudi training camp and had to undergo surgery. Also missing the match due to bookings will be Mahmoud Mardi and Nizar Rashdan. The lineup has regained Ali Alwan and Nour Rawabdeh who missed the past two months. Fans pin hopes on the team’s star striker Mousa Ta’mari will be the captain joining forces with Yazan Nu’eimat and Yazan Al Arab to challenge the Omani ambitions.

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