Carabao Cup Semi-Final Live: Newcastle vs Manchester City

by Emma Walker – News Editor

This HTML code snippet represents a live blog article from teh Guardian website, specifically covering the Carabao Cup semi-final first leg match between Newcastle United and Manchester City. Here’s a breakdown of the key elements:

* <article> tag: This is the main container for the article content.
* <gu-island> tags: These are custom elements used by The Guardian to manage different sections of the page. There are two:
* First gu-island: Contains the article’s headline (“Newcastle United v Manchester City: Carabao Cup semi-final first leg – live”) and a share button. The share button is a mailto: link, pre-populating the subject and body with the article title and URL.
* Second gu-island: this is the core of the live blog, identified as a “LiveBlogEpic” component. It contains a wealth of metadata in the props attribute:
* sectionId:football” – indicates the article belongs to the football section.
* tags: A list of keywords and categories associated with the article (Carabao Cup, Football, newcastle United, Manchester City, sport, Article type, Minute-by-minute coverage, News, Contributor data for Barry Glendenning, and a commissioning desk tag).
* isPaidContent: false – This is not sponsored content.
* contributionsServiceUrl: URL for the contributions API.
* pageId: A unique identifier for the article.
* keywordIds: A comma-separated list of keyword IDs.
* renderingTarget: “Web” – Indicates this is for the web version of the site.
* share Button: The <a href="mailto:..."> tag creates a link that, when clicked, opens the user’s email client with a pre-filled subject and body containing the article link.
* SVG Icon: The <svg> element within the share button defines the share icon.
* contributor Information: The props attribute of the second gu-island includes details about the author, Barry Glendenning, including his name, Twitter handle, and image URLs.
* Date: The URL 2026/jan/13 indicates the match is scheduled for January 13, 2026.

In essence, this code defines the structure and metadata for a live football blog on The Guardian’s website, ready to be populated with real-time updates. The LiveBlogEpic component is responsible for handling the dynamic content of the live blog.

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.