ADVERTISEMENT

Sweden takes third place to spoil Australia's World Cup party

Published Aug 19, 2023 12:46 pm

At A Glance

  • Sweden scored either side of halftime to spoil Australia's party and claim third spot at the Women's World Cup with a 2-0 win in Brisbane on Saturday, Aug. 19.

BRISBANE (AFP) -- Sweden scored either side of halftime to spoil Australia's party and claim third spot at the Women's World Cup with a 2-0 win in Brisbane on Saturday, Aug. 19.

33RL72L-highres.jpg
Sweden players celebrate with their bronze medals after winning the Australia and New Zealand 2023 Women's World Cup third place play-off football match between Sweden and Australia at Brisbane Stadium in Brisbane on Saturday, Aug. 19. (AFP)

In front of a crowd of nearly 50,000, Sweden took the lead with a 30th-minute penalty by Fridolina Rolfo and doubled their advantage with a powerful strike from Kosovare Asllani just after the hour.

It is the fourth time that Sweden have finished third at the tournament.

"It was an incredibly important match and the final 10 minutes were really tough," coach Peter Gerhardsson said.

"So when that final whistle went and we had won, there was a great sense of relief and it was a wonderful feeling.

"It's great to win a match of this magnitude -- there's been a lot of attention paid to this tournament back in Sweden."

Sweden fully deserved its win against the hosts, dominating the midfield and keeping talismanic Australian striker Sam Kerr relatively quiet.

Australia's other dangerous attacker, Mary Fowler, had a night to forget as she struggled physically against the size and power of the Swedish defenders.

By contrast, Sweden striker Stina Blackstenius caused havoc among the Australian defense during her 63 minutes on the pitch and had a hand in both goals.

Player of the match Rolfo said: "We showed from minute one that we were the better team. We deserved (to win) this match."

Some of the Australia players were in tears at the end, but this was still the co-hosts' best World Cup ever.

"We wanted to have some hardware to take home, it wasn't to be," said Kerr, who did not start a game at the tournament until the 3-1 semifinal defeat to England because of injury.

The skipper attempted to look at the bigger picture, saying: "We've proved to the world -- and also within Australia -- that we are a footballing nation."

 

Dangerous Blackstenius

 

The Swedes began with far more intent than the Matildas and dominated for most of the first period.

Playing a bit like England in the semifinal on Wednesday, the Swedes slowed the ball down and controlled the midfield.

Australia only really looked dangerous on the transition and for much of the time they were chasing shadows, struggling to get any meaningful possession.

The Swedes had a golden chance to take the lead in the first 60 seconds when Blackstenius shot low across goal.

Australian goalkeeper Mackenzie Arnold, who had another excellent night, parried the ball away and Ellie Carpenter did well to clear from in front of an open goal.

The Matildas didn't have their first shot until the 24th minute when a Hayley Raso drive drew a good save from Sweden keeper Zecira Musovic.

But minutes later Sweden took the lead when VAR ruled that Clare Hunt had clipped Blackstenius's heel after yet another dangerous run into the box from the Swedish striker.

Australia coach Tony Gustavsson made an attacking change on the 60-minute mark, bringing on Emily van Egmond and Cortnee Vine, but it was Sweden who continued to control the match.

They went some way to silencing the sell-out crowd when Blackstenius laid a ball across goal for Asllani, who smashed a powerful strike past a diving Arnold.

It was their last contribution of the night as both were subbed almost immediately.

Australia tried desperately to breach the Swedish defence in the last 20 minutes by lumping deep crosses into the box but Musovic was largely untroubled to keep a clean sheet.

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.