ADVERTISEMENT

Spain World Cup win reality check for Wiegman and triumph for Vilda

Published Aug 21, 2023 03:14 am

At A Glance

  • England went into the Women's World Cup final dreaming of global domination but its 1-0 loss to Spain -- and the nature of it -- was a reality check that will haunt them and Sarina Wiegman.

SYDNEY (AFP) -- England went into the Women's World Cup final dreaming of global domination but its 1-0 loss to Spain -- and the nature of it -- was a reality check that will haunt them and Sarina Wiegman.

33RR86E-highres.jpg
England's coach Sarina Wiegman-Glotzbach watches the Australia and New Zealand 2023 Women's World Cup finals football match between Spain and England at Stadium Australia in Sydney on Sunday, Aug. 20. (AFP)

England's Dutch coach admitted Spain was the better team in front of nearly 76,000 in Sydney to lift the World Cup for the first time in their history on Sunday, Aug. 20.

Spain's deserved triumph over the European champions came even with them missing several top players because of a mutiny in the camp that broke out 11 months ago.

Fifteen players said in September last year that they no longer wished to represent their country because of numerous objections, chief among them to coach Jorge Vilda.

Three returned for the World Cup but the rebellion meant that Patri Guijarro, who struck twice in the final for Barcelona as they won the Champions League, and club teammates Mapi Leon and Sandra Panos were all missing.

Vilda's critics would say that Spain won the title in Australia and New Zealand in spite of him, not because of him.

Whatever the truth, Spain was full value for its victory, having taken the lead in the 29th minute through skipper Olga Carmona and they also hit the outside of the post in the first half.

They then had Jennifer Hermoso's penalty saved by goalkeeper Mary Earps in the second half and overall carved out 14 attempts at goal to England's seven.

Spain also had more of the ball, more completed passes and more corners.

England did threaten at times, including hitting the bar in the first half, and can also point to missing captain Leah Williamson and star striker Beth Mead.

Both missed the World Cup with knee injuries.

But if anything, as England chased the goal they needed to keep alive their own dreams of a first World Cup title, it was their opponents who looked more likely to score again.

Wiegman, the outstanding woman coach in the game, has now suffered two defeats in the final in a row, having been in charge when her native Netherlands lost 2-0 to the United States four years ago.

"I think against a team like this, when you let them get that sort of momentum, it's extremely difficult," said England's stand-in skipper Millie Bright.

"They love to possess the ball so as soon as they get that momentum it is really hard to get out of that," added the defender, saying that England had not been at their best on the evening.

 

Spain 'turning point'

 

Spain felt, with some justification, that they were also the better side when England squeezed through 2-1 in extra time in the quarterfinals of last year's European Championship.

Their World Cup win also came with their best player, the reigning two-times Ballon d'Or winner Alexia Putellas, failing to fire at the tournament following a serious knee injury.

Vilda underlined the depth of the quality at his disposal by dropping Putellas for the final and replacing her with her 19-year-old Barcelona teammate Salma Paralluelo.

The former athlete proved to be a major threat all night to England and was duly named the tournament's best young player, with Spain's Aitana Bonmati awarded for best player at the competition.

For the 42-year-old Vilda, who has been accused of being too strict with his players and not up to the job, this was a personal triumph.

His credentials have long been questioned but Vilda, in charge of Spain since 2015, rotated his squad smartly through the tournament to keep them fresh and the opposition guessing.

Vilda, who afterwards refused to say if he would stay on as coach, said that a 4-0 thumping at the hands of Japan in the group phase had been "a turning point".

"It made us react, the team changed, the players improved their performance, their mentality was stronger," he said.

"And it was one of the reasons that led us to the final and to win it."

Related Tags

FIFA Women’s World Cup
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.