Tottenham v Chelsea: Premier League Live
Here’s a breakdown of the provided HTML snippet, focusing on the key information:
Overall Structure:
This appears to be a section of a live blog from The guardian website, specifically covering a Premier League match between Tottenham Hotspur and Chelsea. The code uses custom elements (<gu-island>) likely defined by The Guardian’s web framework.
Key Elements and Attributes:
* <article>: The main container for the article content.
* <gu-island> (Footer): This contains the sharing options.
* name="LiveBlogFooter": Identifies this as the footer section of the live blog.
* priority="low": Indicates this section is not critical for initial page load.
* props="{...}": A JSON string containing configuration data for the island. This is where most of the notable information is stored.
* <gu-island> (Share Button): This contains the share button and its associated SVG icon.
* name="ShareButtons": Identifies this as the share buttons section.
* props="{...}": Contains data for the share button.
* <a href="mailto:...">: The link for sharing via email.it pre-populates the subject and body of the email with the article title and URL.
* <svg>: The SVG code defines the share icon.
* <gu-island name="LiveBlogEpic" ...>: This is the main live blog content area.
* name="LiveBlogEpic": Identifies this as the main live blog section.
* priority="feature": Indicates this section is important for the initial page load.
* props="{...}": Contains configuration data for the live blog, including:
* sectionId: “football” (The section of the website)
* tags: An array of tags associated with the article (premier League, Tottenham Hotspur, Chelsea, etc.).
Important Data Extracted:
* Match: Tottenham Hotspur vs. Chelsea
* League: Premier League
* Date: November 1,2025
* article Title: “Tottenham v Chelsea: Premier League – live”
* URL: https://www.theguardian.com/football/live/2025/nov/01/tottenham-v-chelsea-premier-league-live-score-updates
* Block ID: block-690237138f08230808242e92 (used in the URL’s query parameters)
In essence, this code snippet provides the structure and data for a live blog post on The Guardian’s website, allowing users to follow live updates of the Tottenham vs. Chelsea match.