Bayern secure knockout spot with narrow win over Boca Juniors

Bayern secure knockout spot with narrow win over Boca Juniors
Boca Juniors fans erupt in celebration after their team scores an equaliser (FIFA photo)

AMMAN — Bayern Munich confirmed their place in the knockout stage of the FIFA Club World Cup 2025 after a hard-fought 2-1 victory over Boca Juniors at Hard Rock Stadium on Saturday.

Harry Kane opened the scoring in the 18th minute with a composed finish from inside the box, slotting the ball home after it rebounded off the defence. Bayern dominated the first half, dictating play with a commanding 73 per cent possession and creating numerous chances. Kingsley Coman squandered a golden opportunity in the 20th minute, missing from close range after a short pass from Serge Gnabry.

Boca Juniors grew into the match in the second half and found the equaliser in the 66th minute through Miguel Merentiel, who finished confidently in a one-on-one situation with Bayern goalkeeper Manuel Neuer. The Argentine side showed grit and determination, briefly shifting the momentum in their favour.

However, Bayern regained control and sealed the win in the 84th minute with a precise strike from Michael Olise. Despite Boca’s spirited efforts, the German champions held firm to take all three points.

With six points from two matches, Bayern top Group C and are officially through to the next round. Boca Juniors remain third with one point and must beat Auckland City in their final group match, while also hoping for a favourable result when Benfica face Bayern.

Harry Kane was named man of the match for his influential performance.

After the match, Boca coach Miguel Russo said:

“The result was not fair. We did well, especially in the second half, and deserved more. Now our fate is not in our hands, but we will do our best in the next match.”

Bayern manager Vincent Kompany praised his opponents:

“We played against a great team. South American sides have proven to be very tough, and their fans are some of the most passionate in the world.”

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });