ADVERTISEMENT

Messi winner gets Argentina under way in World Cup qualifying

Published Sep 8, 2023 05:20 am

At A Glance

  • A trademark, curling free-kick from Lionel Messi got world champions Argentina off to a winning start in South American World Cup qualifying on Thursday, Sept. 7, with a 1-0 victory at home to Ecuador.

MONTEVIDEO (AFP) -- A trademark, curling free-kick from Lionel Messi got world champions Argentina off to a winning start in South American World Cup qualifying on Thursday, Sept. 7, with a 1-0 victory at home to Ecuador.

33UJ4N8-highres.jpg
Argentina's forward Lionel Messi celebrates after scoring a goal during the 2026 FIFA World Cup South American qualifiers football match between Argentina and Ecuador, at the Mas Monumental stadium in Buenos Aires, on Thursday, Sept. 7. (AFP)

Colombia beat Venezuela 1-0 while 10-man Peru held on for a 0-0 draw at Paraguay as the long journey of South American qualifying for the 2026 World Cup got under way.

Messi, who led Argentina to their third World Cup triumph in Qatar in December, has yet to confirm whether he will continue with his national side all the way to 2026, but he showed his importance yet again with the breakthrough in what had threatened to be a frustrating night for Lionel Scaloni's team.

Lautaro Martinez won a free-kick in a central area in the 78th minute, just outside the Ecuador penalty area and Messi executed to perfection with his effort floating over the wall and dipping perfectly to beat the stationary Hernan Galindez.

With the goal, Messi drew level with former Barcelona teammate Luis Suarez of Uruguay as the all-time leading scorers in the South American qualifiers, both with 29 goals.

The Albiceleste had dominated possession against an Ecuador side which defended in numbers and limited their attacks to the occasional break on the counter.

The first opening of the game fell to Messi in the 16th minute when he was found on the edge of the box but put his side-foot effort wide of the post.

Just before the break, Lautaro Martinez went closer when he slid in to meet a Rodrigo De Paul and his shot struck the post.

Messi worked himself an opening in the 69th minute but his low shot was weakly struck and was comfortably dealt with by Galindez.

But the 80,000 crowd in the Estadio Monumental were brought to their feet by Messi's goal and from then on it was smooth sailing for Argentina.

De Paul, who was excellent throughout, dribbled across from the right setting up substitute Angel Di Maria but his effort was just wide.

Then De Paul brought a fine save out of Galindez near the end with a close-range blast at the near post.

"Ecuador showed they have very good players, that they are physically strong and that they are clear about what they do," Messi said.

"We know that in every game we have to give one hundred percent to pull it off. But we showed...that this group will not relax beyond what they achieved, which is something historic and extraordinary," he added.

"We have to be aware that we enjoyed everything a lot, but what we did is over. We have to look ahead," said the seven-times Ballon D'Or winner.

 

Pinpoint

 

A 46th minute header from Rafael Santos Borre, from a pinpoint Jhon Arias cross, was enough to earn three points for Colombia in Barranquilla.

The victory ensured a winning start for new Colombia coach, Argentine Nestor Lorenzo, who was taking charge of his first competitive game.

Colombia failed to qualify for last year's World Cup in Qatar while Venezuela are hoping to earn their first ever appearance in a World Cup finals.

Peru's difficult task in Ciudad del Este became harder after they lost defender Luis Advíncula on the stroke of half-time when he was dismissed for a second yellow card.

But they held on for a point in what was a pulsating, high-tempo encounter.

The qualification process for the expanded 48-team World Cup, to be held in the United States, Canada and Mexico, offers two extra places for South America with six teams qualifying directly.

The seventh out of the 10 nations will head to an inter-continental play-off.

On Friday, five-times World Cup winners Brazil face Bolivia while Uruguay host Chile.

Related Tags

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; } }

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