Okay, here’s a breakdown of the provided HTML snippet, focusing on the key data it reveals about the webpage:
1. Page title & Description:
* <meta name="title" content="Video: 2026 Australian Open Qualifying Highlights: Arthur Fery v Bernard Tomic">: The page’s main title is “Video: 2026 Australian Open Qualifying Highlights: Arthur Fery v Bernard Tomic”.
* <meta name="description" content="Watch the match highlights between Arthur Fery & Bernard Tomic in the qualifying rounds of the 2026 Australian Open.">: This is the meta description used by search engines. It summarizes the page’s content.
2.Keywords:
* <meta name="keywords" content="">: The page doesn’t explicitly define any keywords. This is common now, as search engines rely less on meta keywords.
* <meta name="news_keywords" content="">: No news-specific keywords are defined.
3. Social Media Metadata (Open Graph & Twitter Cards):
* og:title: “2026 australian Open Qualifying Highlights: Arthur Fery v Bernard tomic”
* og:description: “Watch the match highlights between arthur Fery & Bernard Tomic in the qualifying rounds of the 2026 Australian Open.”
* og:image: A URL pointing to an image: https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_auto/cfb1efaaabaea2529020ca4e43cd69f3319903c2 (800×450 pixels)
* og:image:width: 800
* og:image:height: 450
* og:url: https://www.smh.com.au/sport/tennis/2026-australian-open-qualifying-highlights-arthur-fery-v-bernard-tomic-20260114-p5nu2g.html
* og:site_name: “The Sydney Morning Herald”
* og:locale: “en_US”
* twitter:card: “summary_large_image” (Indicates a large image should be displayed in Twitter previews)
* twitter:description: same as og:description
* twitter:image:src: Same as og:image
* twitter:site: “@smh” (Sydney Morning Herald’s Twitter handle)
* twitter:title: Same as og:title
4. Facebook Specific Metadata:
* Multiple fb:pages properties with different Facebook page IDs.These likely relate to different sections or related content on facebook.
* fb:app_id: “193677504039845”
5. Robots meta Tag:
* <meta name="robots" content="noarchive,noodp,index,max-image-preview:large,max-snippet:-1,max-video-preview:-1">:
* noarchive: Prevents search engines from showing a cached copy of the page.
* noodp: Prevents the page from being included in the Open Directory Project (DMOZ) directory (now defunct, but the tag remains).
* index: Allows search engines to index the page.
* max-image-preview:large: Instructs search engines to show a large image preview in search results.
* max-snippet:-1: Disables snippets in search results.
* max-video-preview:-1: Disables video previews in search results.
6. Canonical URL:
* <link rel="canonical" href="https://www.smh.com.au/sport/tennis/2026-australian-open-qualifying-highlights-arthur-fery-v-bernard-tomic-20260114-p5nu2g.html">: This tells search engines that this is the preferred URL for the page, even if it’s accessible through other URLs.
7. Favicons:
* Links to favicon files (smh.ico and smh.png) for the Sydney Morning Herald.
8.Content & Error Message:
* The main content area (<main id="content">) contains a heading: “Watch the match highlights between Arthur Fery & Bernard Tomic in the qualifying rounds of the 2026 Australian Open.”
* Crucially, there’s an error message: “We’re sorry, this feature is currently unavailable. We’re working to restore it. Please try again later.” This indicates the video highlights are not currently loading.
9. Date:
* <time datetime="2026-01-14T15:44:35+11:00">January 14, 2026 — 3.44pm</time>: The article was published on January 14, 2026, at 3:44 PM Australian Eastern Daylight Time (AEDT).
In Summary:
This HTML snippet represents a webpage on the sydney Morning Herald website that should display video highlights of a tennis match between Arthur Fery and Bernard Tomic from the 2026 australian Open qualifying rounds. However, the page currently displays an error message indicating the video is unavailable. The metadata is well-structured for SEO and social media sharing.