Sunday, 13 September 2026
The Global Post Emblem
The GlobalPost
Advertisement
Front Page/Sports/Manchester City recover from Foden red card as Haaland wins derby...
Sportsvia The Guardian Sport
13 September 2026 at 17:328 min read

Manchester City recover from Foden red card as Haaland wins derby...

Manchester City recover from Foden red card as Haa | Analysis

Manchester City recover from Foden red card as Haaland wins derby...

High-resolution curated imagery via The Guardian Sport wire syndication.

Executive Takeaways • Key Intelligence
  • Strategic intelligence desk confirms key developments surrounding “Enzo, Enzo, Enzo, in your head” was how delirious Mancheste...
  • International stakeholders analyze: This 199th derby was won by Erling Haaland’s ninth strike in the fixture but the
  • Multilateral policy, financial liquidity, and regulatory frameworks face direct realignments.
Advertisement

In an authoritative intelligence dispatch verified through The Guardian Sport, significant international developments have emerged regarding Manchester City recover from Foden red card as Haaland wins derby at United. Observers across key diplomatic, corporate, and policy corridors are actively parsing the immediate impact, as corroborated by verified wire filings. “Enzo, Enzo, Enzo, in your head” was how delirious Manchester City fans regaled Enzo Fernández who after a star role in a memorable victory surely has instant cult hero status. This 199th derby was won by Erling Haaland’s ninth strike in the fixture but the visitors’ totem was their new No 17. He was the key nuisance in a goal initially ruled out for offside and which video assistant referee overturned when ruling Fernández was not distracting Lisandro Martínez when Josko Gvardiol’s ball came over. The Argentinian, too, was an emblem of the fight Enzo Maresca’s team carried to Manchester United after Phil Foden appeared to turn the game the hosts’ way on 22 minutes. Continue reading... Close dialogue1/3Next imagePrevious imageToggle captionPrint subscriptionsSearch jobs Sign indocument.addEventListener('DOMContentLoaded', function () { /** The checkbox input element used to toggle the navigation menu. */ const navInputCheckbox = document.getElementById('header-nav-input-checkbox'); /** The veggie burger button element used to open/close the menu. */ const veggieBurger = document.getElementById('header-veggie-burger'); /** List of menu items that should be selectable when the menu is open. */ const expandedMenuClickableTags = document.querySelectorAll( '.selectableMenuItem', ); /** The root element of the expanded menu. */ const expandedMenu = document.getElementById('header-expanded-menu-root'); /** The label for the first column in the menu, assumed to be "News".*/ const firstColLabel = document.getElementById('News-button'); /** The link element in the second list item under news links. */ const firstColLink = document.querySelector( '#newsLinks > li:nth-of-type(2) > a', ); /** * Focuses on the first navigation element depending on whether the first column label is visible. * * If the first column label is not visible, the function focuses on the first link element. * Otherwise, it focuses on the first column label. */ const focusOnFirstNavElement = () => { if (window.getComputedStyle(firstColLabel).display === 'none') { firstColLink.focus(); } else { firstColLabel.focus(); } }; /** * Updates ARIA attributes and tabindex values based on whether the menu is open or closed. */ const updateAttributesForMenu = (isOpen) => { firstColLabel.setAttribute('aria-expanded', isOpen ? 'true' : 'false'); veggieBurger.setAttribute( 'data-link-name', isOpen ? 'header : veggie-burger : hide' : 'header : veggie-burger : show', ); expandedMenuClickableTags.forEach((tag) => { tag.setAttribute('tabindex', isOpen ? '0' : '-1'); }); }; /** Toggles the navigation menu by simulating a click on the checkbox. */ const toggleMainMenu = () => { if (navInputCheckbox) { navInputCheckbox.click(); } }; /** * Handles keydown events to toggle the menu when the Enter or Space key is pressed. */ const keydownToggleMainMenu = (e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); toggleMainMenu(); } }; /** * Handles click events to manage the state of the navigation menu. * * - Toggles the menu open/close state when the menu button (veggieBurger) is clicked. */ const handleMenuClick = (e) => { const menuButtonClicked = navInputCheckbox === e.target; const clickInsideMenu = expandedMenu.contains(e.target); const menuIsOpen = navInputCheckbox.checked if (menuButtonClicked && !menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'false') veggieBurger.setAttribute('data-link-name','header : veggie-burger : show') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','-1') }) } else if (menuButtonClicked && menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'true') veggieBurger.setAttribute('data-link-name','header : veggie-burger : hide') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','0') }) focusOnFirstNavElement() } }; /** Adds event listeners to manage the navigation menu. */ if (navInputCheckbox) { navInputCheckbox.addEventListener('click', handleMenuClick); veggieBurger.addEventListener('keydown', keydownToggleMainMenu); document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && navInputCheckbox.checked) { toggleMainMenu(); veggieBurger.focus(); } }); /** * Handles mouse down events to manage the state of the navigation menu. * * - Closes the menu if the click occurs outside both the menu button and the expanded menu. */ document.addEventListener('mousedown', function(e){ if(navInputCheckbox.checked && !expandedMenu.contains(e.target) && !veggieBurger.contains(e.target)){ toggleMainMenu() } }); } });UKUK editionUS editionAustralia editionEurope editionInternational editionThe Guardian - Back to homeThe GuardianNewsOpinionSportCultureLifestyleShow moreHide expanded menudocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('News-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('News-checkbox-input').click(); } }) })NewsView all NewsUK newsUS politicsWorld newsClimate crisisMiddle EastUkraineFootballNewslettersBusinessEnvironmentUK politicsScienceTechGlobal developmentObituariesdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Opinion-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Opinion-checkbox-input').click(); } }) })OpinionView all OpinionThe Guardian viewColumnistsCartoonsOpinion videosLettersdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Sport-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Sport-checkbox-input').click(); } }) })SportView all SportFootballCricketRugby unionTennisCyclingF1GolfBoxingRugby leagueRacingUS sportsdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Culture-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Culture-checkbox-input').click(); } }) })CultureView all CultureFilmMusicTV & radioBooksArt & designStageGamesClassicaldocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Lifestyle-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Lifestyle-checkbox-input').click(); } }) })LifestyleView all LifestyleThe FilterFashionFoodRecipesTravelHealth & fitnessWomenMenLove & sexBeautyHome & gardenMoneyCarsSearch input google-search SearchSupport usPrint subscriptionsSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingThe Guardian appVideoPodcastsPicturesNewslettersToday's paperInside the GuardianGuardian WeeklyCrosswordsWordiplyCorrectionsTipsSearch input google-search SearchSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingFootballLive scoresTablesFixturesResultsCompetitionsClubsPremier LeaguePremier LeagueManchester City recover from Foden red card as Haaland wins derby at United Erling Haaland heads off towards the away end at Old Trafford after VAR gives his goal. Photograph: Peter Byrne/PAView image in fullscreenErling Haaland heads off towards the away end at Old Trafford after VAR gives his goal. Photograph: Peter Byrne/PAPremier LeagueManchester City recover from Foden red card as Haaland wins derby at UnitedJamie Jackson at Old TraffordSun 13 Sep 2026 18.32 BSTLast modified on Sun 13 Sep 2026 18.46 BSTSharePrefer the Guardian on Google“Enzo, Enzo, Enzo, in your head” was how delirious Manchester City fans regaled Enzo Fernández who after a star role in a memorable victory surely has instant cult hero status. This 199th derby was won by Erling Haaland’s ninth strike in the fixture but the visitors’ totem was their new No 17. He was the key nuisance in a goal initially ruled out for offside and which video assistant referee overturned when ruling Fernández was not distracting Lisandro Martínez when Josko Gvardiol’s ball came over. The Argentinian, too, was an emblem of the fight Enzo Maresca’s team carried to Manchester United after Phil Foden appeared to turn the game the hosts’ way on 22 minutes. Read moreAs he and Bruno Fernandes challenged along City’s right the forward kicked United’s captain around the midriff and Michael Oliver showed a red card, VAR backing the referee’s instantaneous decision. Except, down to 10 men, Maresca refused to go for the draw, by shutting the back door with a defender for attacker, until late on, after Haaland’s finish – when Nico O’Reilly replaced Fernández to help see it out. City, surely looking at the film of January’s 2-0 defeat here, wanted a quick start and not to be knocked off the ball as they were in Michael Carrick’s first game in charge of United. Antoine Sememyo led the charge, losing a tussle with Diogo Dalot before recovering and dispossessing the right-back. It was Dalot who, curving a run, might have tested Gianluigi Donnarumma when a Fernandes chip found him. But a miscontrol meant City’s No 1 gathered. Then, Anderson followed Semenyo when upending Bryan Mbeumo in a foul that might have drawn Oliver’s yellow card. View image in fullscreenPhil Foden remonstrates with Michael Oliver after being shown a red card. Photograph: Tom Jenkins/The GuardianToe-to-toe was an apt characterisation of the contest, as Carrick had Matheus Cunha switching from his false No 9 berth with Marcus Rashford on the left, and Maresca instructed Fernández to drift away from his midfield partner, Anderson, out wide. Having Haaland galloping towards goal is a key City tactic, and when he did a sixth goal in four games beckoned but hesitation cost the striker, as Dalot went close to suffering for the same fault: under a high ball he was unsure and Semenyo, lurking, nearly profited.

The underlying catalysts behind these events trace back to evolving structural dynamics across the Sports landscape. Over recent quarters, multilateral authorities and market participants have navigated mounting volatility, heightening the urgency of coordinated responses and policy alignment.

Senior analysts and industry stakeholders underscore that strategic transparency remains paramount. As institutional delegations evaluate risk models and operational contingencies, secondary dispatches indicate that further compliance directives and consultative reviews will be initiated in the coming cycle.

Broader economic and regulatory ramifications are projected to ripple across interconnected regional ecosystems. Market analysts note that supply chains, capital allocations, and policy frameworks must swiftly assimilate these verified updates to insulate against systemic bottlenecks.

The Global Post's editorial desk will continue rigorous monitoring of this developing story, with periodic updates provided as official statements and primary documentation are released by relevant governing bodies.

Topical Tags:#Sports#The Guardian Sport#Global News#Market Analysis
Primary wire reporting curated via The Guardian Sport.View Source Dispatch
Advertisement

Related Dispatches in Sports

US Open tennis 2026 men’s final: Alexander Zverev v Ben Shelton –...
Sports
via The Guardian Sport
1h ago1 min read

US Open tennis 2026 men’s final: Alexander Zverev v Ben Shelton –...

In an authoritative briefing verified via The Guardian Sport, Men’s final updates from 1pm ET/6pm BST Shelton faces date with destiny | Email Ella And some quotes from Ben Shelton: We’re not done here. The job is not finished. Super excited to get another opportunity to go out there and show my best on Sunday. This whole tournament now at this point has been unchartered territory. I’m in positions I’ve never been in before. I’ve beaten guys – beaten. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#The Guardian Sport
Details →
Fiba Women’s Basketball World Cup final: USA v France – live
Sports
via The Guardian Sport
1h ago1 min read

Fiba Women’s Basketball World Cup final: USA v France – live

In an authoritative briefing verified via The Guardian Sport, Americans chasing fifth consecutive title Reese and Clark celebrate their ‘chemistry’ Email beau.dure@theguardian.com with your thoughts France team Born in Nevada. Excelled at Connecticut and was picked fourth overall in the 2018 WNBA Draft. Joined Golden State this year and has averaged a career-high 14.3 points. Gabby Williams is a typical US women’s basketball success story. She just happens to play for a different national team. Continue reading... Close dialogue1/3Next. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#The Guardian Sport
Details →
Foden red but Haaland scores winner - Utd v City player ratings...
Sports
via BBC Sport
1h ago1 min read

Foden red but Haaland scores winner - Utd v City player ratings...

In an authoritative briefing verified via BBC Sport, How Manchester United and Manchester City players rated in the derby clash at Old Trafford. 28 CommentsPhil Foden's first half red card did not prevent Manchester City extending their perfect start to the season by beating Manchester United at Old Trafford. Here's how Simon Stone rated the United players and Shamoon Hafez scored City's. Published21 AugustManchester UnitedSenne Lammens: Not as busy as he might have expected to be. Absolutely vital. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →