Jordan plays Algeria  in 2nd World Cup match

Fans of Jordan spread the big national flag during the FIFA World Cup 2026 Group J match between Austria and Jordan at San Francisco Bay Area Stadium on June 16 in Santa Clara, California (AFP photo)
Fans of Jordan spread the big national flag during the FIFA World Cup 2026 Group J match between Austria and Jordan at San Francisco Bay Area Stadium on June 16 in Santa Clara, California (AFP photo)

AMMAN – Jordan plays Algeria at 6:00am Amman local time on Tuesday in their second match at the 2026 World Cup currently underway in the US, Canada and Mexico.

Home fans are anticipating a hard fought Group J encounter against world 28th ranked Algeria who lost 3-0 to Argentina in their opener while Jordan kicked off with a fighting spirit despite their 3-1 loss to World 24th ranked Austria. The squad dubbed ‘Al-Nashama’ will leave for Dallas to play their third match against World #1 ranked reigning champions Argentina on June 28 with the top three teams from the group advancing to the next round.

The Monday evening match, at 8:00 pm Pacific time in San Francisco, is again expected to be attended by a sizable Jordanian crowd who adorned the streets and stadium with the flag, songs, and traditional Jordanian headdress colors. Fans back home will also have an early start to the day hoping their World #63 ranked team can score a positive result against Algeria and fight for 3rd position in the group to keep their chances alive.

The match against Austria Saw Ali Olwan scoring Jordan’s first goal in the World Cup and chosen player of the match despite his team’s defeat. Nour Rawabdeh and Abdulla Nasib also excelled in performance percentages. Lead star striker Mousa Ta’mari, who plays in the French League is yet to score and fans are calling on coach Jamal Sellami to give younger players like striker Ali Azaizeh, Mohammad Abu Zreiq ‘Sharara’ as well as Odeh Fakhoury, now on the lineup of Egyptian champions Pyramids, who scored the sole goal in the Switzerland friendly as well as the reserve goalies a chance to play. In the leadup to the World Cup, Jordan lost 2-0 to 7-time World Cup qualifier, 13th ranked Columbia after an earlier 4-1 defeat to 12-time qualifier World 19th ranked Switzerland.

The matches clearly demonstrated that the lineup needed to adapt to players available to amend any gaps with the absence of one of the leading strikers in Asia ,Yazan Nue’imat in addition to striker Ibrahim Sabra, one of the key stars of Jordan’s U23 lineup, Adham Qurashi and Isam Smeiri, who had excelled in the Arab Cup in Nue’imat’s absence.

The history making ‘Al-Nashama’ squad have become household names, as the team made it to the world stage for the first time at the 26th edition of the tournament which has brought together many first timers with an additional 16 nations participating including a record 8 Arab nations: 2022 semifinalists Morocco are joined by Egypt, the first Arab nation ever to qualify to a World Cup in 1934, Algeria, Tunisia, Saudi Arabia, Qatar, Iraq, Jordan.

Regardless of results, Jordan’s first even participation is hailed as a cornerstone which has united the nation around the team, and created a vibe that will inspire new generations and elevate the game in general. HRH Crown Prince Hussein and HRH Princess Rajwa Al Hussein, HRH Prince Ali, President of the Jordan Football Association, and HRH Prince Hashem attended the first match with team captain Ehsan Haddad underlining it was “pride rather than pressure’ that underscores the historic participation which has had immense support and follow up by and the Royal family.

Fans hope Jordan will continue the positive results of most Arab and Asian teams. So far it been Morocco vs Brazil 1-1, Morocco vs Scotland 1-0, Egypt vs New Zealand 3-1, Egypt vs Belgium 1-1, Saudi Arabia vs Uruguay 1-1, Qatar vs Switzerland 1-1. In defeats, Tunisia vs Sweden 5-1 and vs Japan 4-0 to; Saudi Arabia vs former champs Spain 4-0; Canada vs Qatar 6-0, Norway vs Iraq 4-1, Argentina vs Algeria 3-0.

Among Asian teams, it was Iran vs Belgium 0-0, Japan vs Netherlands 2-2, South Korea vs Czech Republic 2-1, Australia vs Turkey 2-0, Iran vs New Zealand 2-2.

Since 1986, when Jordan first participated in World Cup qualifiers, their earlier best performance was in 2014 World Cup when they played then FIFA 6th ranked Uruguay in an intercontinental qualifying tie before exiting. Round 3 was the furthest they reached in qualifiers in earlier editions.

At look back at the Kingdom’s past achievements saw Jordan at the best ever FIFA ranking of 37th in 2004 after advancing to the Asian Cup quarterfinals and losing to eventual champs Japan. Jordan’s World Cup qualification started with the 2023 Asian Cup, when the team reached the final before losing to hosts Qatar. In December 2025, Jordan finished runner-up to eventual champions Morocco at the 2025 FIFA Arab Cup, despite missing many key players on the injury list or club duty. By finishing runner-up at the 2023 Asian Cup, followed by a historic first-time qualification to the World Cup, Jordan booked their spot in the next edition of the 2027 Asian Cup a well.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .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'); }); }); });