ADVERTISEMENT

Jordan stuns South Korea to reach Asian Cup final for first time

Published Feb 7, 2024 02:11 am

At A Glance

  • Jordan overpowered South Korea and a "devastated" Son Heung-min 2-0 on Tuesday, Feb. 6, to reach its first Asian Cup final and a showdown with Iran or host and holder Qatar.

DOHA (AFP) -- Jordan overpowered South Korea and a "devastated" Son Heung-min 2-0 on Tuesday, Feb. 6, to reach its first Asian Cup final and a showdown with Iran or host and holder Qatar.

AFP__20240206__34HU2LH__v2__HighRes__TopshotFblAsia2023Match49JorKor.jpg
Jordan's players celebrate after defeating South Korea at the end of the Qatar 2023 AFC Asian Cup semifinal football match between Jordan and South Korea at the Ahmad Bin Ali Stadium in Al-Rayyan, west of Doha, on Tuesday, Feb. 6. (AFP)

Playing in the semifinals for the first time and ranked 64 places below its opponents, Jordan fully deserved its victory over Jurgen Klinsmann's shell-shocked side.

South Korea failed to have a shot on target and its talisman Son apologized afterwards as his country's wait for a first Asian Cup since 1960 goes on.

Jordan deservedly went ahead soon after the break, Yazan Al-Naimat scoring his third goal of the tournament after South Korea gave the ball away cheaply.

They had been in a losing position in four of their matches in Qatar, but there was no way back this time for the Koreans when Mousa Al-Tamari sliced his way through the South Korean defense 13 minutes later.

South Korea simply could not handle the lively attacking duo of Naimat and Tamari.

"Actually I was dreaming about this tournament before, when I was in France," said the 26-year-old Tamari, who plays for Montpellier in France and was named man of the match.

"It means everything to me to be in the final and I hope we can do it in the final," he added, having also set Naimat up for the first goal.

"It's also good to be in the final because it will make everyone speak about my country in France and this is very emotional for me."

South Korea's skipper and Tottenham ace Son stood alone with his hands on his hips at the final whistle.

"Very disappointing, devastated about this result," the 31-year-old told beIN Sports.

"We were a little bit nervous -- the guys did not want to make a mistake."

Coach Klinsmann, who agreed with Son that the better team won, had made it his stated goal to reach the final in Qatar.

Asked by AFP if he will now quit, the German said: "There was a lot of good stuff we saw.

"It is a team that is growing and still needs to develop towards the next World Cup.

"There is a lot of work ahead of us. Apart from that, I am not thinking of anything."

 

'Defend this shirt'

 

Jordan was the underdog --even though the teams drew 2-2 in the group phase -- but it had the better of an entertaining first half.

In front of 43,000 at Ahmad bin Ali Stadium, South Korean goalkeeper Jo Hyeon-woo was busy almost from the off, saving from Noor Al-Rawabdeh after good work from Tamari.

Jo kept out a fierce drive from Naimat after the South Korean defense opened up, before the ever-dangerous Tamari blazed over the bar.

South Korea was awarded a penalty on the half-hour that was overturned after the referee consulted the pitch-side monitor. Lee Jae-sung pinged a header onto the post.

Naimat went up the other end and slalomed his way through three weak Korean challenges before drawing a close-range stop from Jo.

Jordan took the lead on 53 minutes when Park Yong-woo gave the ball away, Tamari ran towards goal and slipped in Naimat, who popped a cool finish over the advancing Jo.

South Korea could not cope with the rampaging duo and on 66 minutes Tamari drove to the edge of the box before unloading past an exposed Jo.

Jordan's Moroccan coach Hussein Ammouta said his players "delivered a heroic performance".

"What you saw today was the fruition of several years of work," he said.

"We must defend this shirt with everything we've got.

"We are growing more ambitious by the hour."

Iran and Qatar play on Wednesday for the other spot in Saturday's final.

Related Tags

South Korea
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.