Tigers’ Embarrassing Call: Why They Didn’t Tag Sheezel
Okay, here’s a breakdown of the provided HTML snippet, focusing on what it tells us about the webpage:
1. Page Title & Description:
: The page title is ”Video: ‘Embarrassing’ Tigers’ call not to tag Sheezel”. This immediately tells us the page is about a video discussing a controversial decision by the Tigers (likely a sports team) regarding not tagging a player named Sheezel.
: The meta description expands on the title. It confirms the video is from ”The Footy Furnace” panel, and that Harry Sheezel had an outstanding performance (equalizing a record for disposals in VFL/AFL – Australian Rules Football). The core issue is the criticism of the Tigers’ strategy.
2. DNS Prefetching & Preconnect:
These lines are about performance optimization. They tell the browser to resolve DNS and establish connections to these domains before they are needed, speeding up page load times:
: Prefetches the DNS for a media player plugin.
: Preconnects to Google’s advertising network.
: Preconnects to another Google advertising service.
: Preconnects to Google’s ad service.
: Preconnects to Google’s ad syndication service.
3. Font Preloading:
These lines preload fonts to improve rendering performance. The browser downloads these fonts early, so text displays faster.
Multiple tags: These load various font files (WOFF2 format) for Abril Titling and PT sans/Serif fonts. The as="font" attribute tells the browser it’s a font resource. crossorigin="anonymous" is needed for fonts hosted on different domains.
4. Meta tags (Social Media & Other):
These tags provide information for social media platforms and other services when the page is shared.
fb:appid, fb:pages: Facebook-specific meta tags. They identify the Facebook app and related pages associated with the content. There are many fb:pages tags, indicating connections to numerous Facebook pages.
og:description: The Open Graph description (used by Facebook, twitter, etc.). It’s the same as the meta description. og:image: The Open Graph image URL. This is the image that will be displayed when the page is shared on social media. It points to a URL on static.ffx.io.
og:image:width, og:image:height: Dimensions of the Open Graph image.
og:image:secureurl: The secure URL for the Open Graph image.
og:locale: The locale of the content (english – United States).
og:sitename: The name of the website (The Sydney Morning Herald).
og:type: (Not present in the snippet, but likely present elsewhere on the page) would define the type of content (e.g., “video.object”).
og:url: (Not present in the snippet,but likely present elsewhere on the page) would define the canonical URL of the page.
5. Other Meta Tags:
keywords: (Empty in this snippet) Used to provide keywords for search engines, but less crucial now than in the past.
* newskeywords: (Empty in this snippet) Keywords specifically for news content.
In summary:
This HTML snippet is from a page on The Sydney Morning Herald website that features a video about a controversial decision made by a team called the Tigers in Australian Rules Football (AFL). The video discusses the team’s choice not to tag a player named Harry Sheezel, who had an extraordinary performance. The page is optimized for performance (DNS prefetching, font preloading) and social media sharing (Open Graph tags).
