ADVERTISEMENT

Alvarez's late strike powers Argentina into World Cup semis

Published Jul 12, 2026 12:10 pm

At A Glance

  • KANSAS CITY, Mo. (AP) — Julian Alvarez sent defending champion Argentina back to the World Cup semifinals with a long-range strike in the 112th minute against Switzerland, while another goal by Lautaro Martinez with seconds left in extra time only served to make the 3-1 victory look a whole lot easier than it was Saturday night.
Argentina's Julian Alvarez (9) celebrates after scoring his side's second goal during the World Cup quarterfinal soccer match against Switzerland in Kansas City, Mo., Saturday, July 11, 2026. (AP Photo/Charlie Riedel)
Argentina's Julian Alvarez (9) celebrates after scoring his side's second goal during the World Cup quarterfinal soccer match against Switzerland in Kansas City, Mo., Saturday, July 11, 2026. (AP Photo/Charlie Riedel)
KANSAS CITY, Mo. (AP) — Julian Alvarez sent defending champion Argentina back to the World Cup semifinals with a long-range strike in the 112th minute against Switzerland, while another goal by Lautaro Martinez with seconds left in extra time only served to make the 3-1 victory look a whole lot easier than it was Saturday night.
Alexis Mac Allister also scored off a corner kick from Lionel Messi, helping La Albiceleste gut out another down-to-the-wire thriller and advance to play England on Wednesday in Atlanta. The Three Lions beat Norway 2-1 earlier in the day.
Messi's nine-game World Cup scoring streak ended, but his pursuit of a second World Cup title continues. With Argentina and England joining France and Spain in the semifinals, it's the first time the top four teams in the FIFA rankings have all advanced that far.
The game swung in the second half on a call sure to rile up critics who believe Argentina has been favored by officials in this tournament.
The Swiss had just tied the game on Dan Ndoye's goal in the 67th minute when Leandro Paredes was shown a yellow card for a tackle on Breel Embolo. But video showed the Swiss player falling before the Argentina midfielder made contact with him, and since Embolo received a yellow card earlier in the match, he was sent off and Switzerland was left to defend with 10 players.
It was the second time a yellow card has been overturned using the “mistaken identity” protocol at the World Cup. The rule allows the video assistant referee to intervene when an incorrect player is shown a yellow or red card.
Argentina, which is riding a 12-match World Cup unbeaten streak, had looked quite beatable in the knockout rounds. Lionel Scaloni’s squad needed extra time to squeak past tiny Cape Verde before rallying from a 2-0 deficit in the final 11 minutes of regulation to beat Egypt and earn a date with Switzerland at the home of the Kansas City Chiefs.
The Swiss, meanwhile, were playing their first World Cup quarterfinal since 1954. They still have never made a semifinal, nor have they beaten Argentina in eight meetings — three of those in the tournament that matters the most.
Argentina has made its base for the past month in Kansas City, training at the home of MLS club Sporting Kansas City while winning over thousands of new fans. And on Saturday night, they filled Arrowhead Stadium for the second time this tournament, hoping to see Messi make more magic after his hat trick against Algeria in the same building a few weeks ago.
It was brutally hot and humid throughout the day, but the temperatures began to fall with the setting sun, producing a picturesque setting for the 100th match of an expanded World Cup, and the final match of the quarterfinal round.
The defensive-minded Swiss had only conceded three goals in five games, and they dominated the ball in the opening minutes. But leave it to Messi, whose eight goals in the tournament are tied for the most with France’s Kylian Mbappé, to send a jolt through a heavily pro-Argentina crowd that included Chiefs quarterback Patrick Mahomes.
He helped to earn an early corner kick with some nifty footwork, then delivered the ball that Mac Allister turned into a 1-0 lead.
For most of the match, the Swiss struggled to break down an Argentina back line that had conceded two goals apiece in its last two games. And it didn’t help their cause that they were playing without Johan Manzabi, one of their best goal-scorers, who remained out with a knee injury after missing their round of 16 penalty shootout win over Colombia.
But after forcing Argentina goalkeeper Emiliano Martinez into making a couple of tough second-half saves, the Swiss broke through when Ricardo Rodriguez slipped a tidy pass to Ndoye and he easily found the back of the net.
Whatever momentum the equalizer gave the Swiss disappeared with Embolo's red card a few minutes later.
Argentina turned up the pressure with Mac Allister missing wide with a header in the 89th minute, and Messi creating an opportunity in front of the goal that he sent just wide in the second minute of stoppage time, leaving the game tied into extra time.
Just as they have all tournament, La Albiceleste found a way to keep their quest for back-to-back championships alive.

Related Tags

Argentina Switzerland FIFA World Cup 2026 Lionel Messi
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; } }

{{ static_articles_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.