Okay, here’s a breakdown of the provided HTML meta tags, categorized for clarity. This is essentially the metadata for a webpage, used by search engines, social media platforms, and other services.
1. Preload Resources (Performance)
These tags tell the browser to start downloading resources before they are needed, improving page load speed.
* <link rel="preload" as="font" crossorigin="anonymous" href="https://www.smh.com.au/hashed-assets/f2f472d3.woff2"> – Preloads a web font (WOFF2 format).
* <link rel="preload" as="font" crossorigin="anonymous" href="https://www.smh.com.au/hashed-assets/feb4c371.woff2"> – Preloads another web font (WOFF2 format).
* <link rel="preload" as="image" href="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_auto/4f68edde64183a4c8bfdd9a33462523322b92726" /> – Preloads the main image for the article.
2. Basic Page Data
* <meta data-rh="true" content="Video: Putintseva distracted by crowd" name="title"> – The page title (used by search engines and browser tabs).
* <meta data-rh="true" content="Fiery Kazak player Yulia Putintseva gets distracted by someone in the crowd as she battles Turkish favorite Zeynep Sonmez." name="description"> – A brief summary of the page content (used by search engines).
* <meta data-rh="true" content="" name="keywords"> – Keywords (historically critically importent for SEO, less so now). this one is empty.
* <meta data-rh="true" content="" name="news_keywords"> – News-specific keywords (also likely less important now). This one is empty.
3. Facebook Meta Tags (Open Graph)
these tags are used when the page is shared on Facebook.They control how the link appears.
* <meta data-rh="true" content="193677504039845" property="fb:app_id"> – Facebook App ID.
* <meta data-rh="true" content="104598631263" property="fb:pages"> – Facebook Page ID (repeated many times with different IDs). These likely relate to different Facebook pages that might be associated with the content or the publisher. There are many of these, suggesting a complex relationship with Facebook pages.
* <meta data-rh="true" content="Fiery Kazak player Yulia Putintseva gets distracted by someone in the crowd as she battles Turkish favourite Zeynep Sonmez." property="og:description"> – Facebook description (same as the general description).
* <meta data-rh="true" content="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_auto/4f68edde64183a4c8bfdd9a33462523322b92726" property="og:image"> – Facebook image URL.
* <meta data-rh="true" content="800" property="og:image:width"> – Facebook image width.
* <meta data-rh="true" content="450" property="og:image:height"> – Facebook image height.
* <meta data-rh="true" content="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_auto/4f68edde64183a4c8bfdd9a33462523322b92726" property="og:image:secure_url"> – Secure URL for the Facebook image.
* <meta data-rh="true" content="en_US" property="og:locale"> – Language and region (English,United States).
* `