Ben Shelton Confident Ahead of Big Test vs Jannik Sinner
Okay,hereS a breakdown of the provided HTML meta tags,categorized for clarity.This represents the metadata for a webpage, likely a news article.
1.Fonts (Preload)
* <link as="font" crossorigin="anonymous" href="https://www.smh.com.au/hashed-assets/f2f472d3.woff2" rel="preload"/>
* <link as="font" crossorigin="anonymous" href="https://www.smh.com.au/hashed-assets/feb4c371.woff2" rel="preload"/>
These tags preload web fonts (WOFF2 format) to improve page load performance. crossorigin="anonymous" is needed for CORS (Cross-Origin Resource Sharing) when loading fonts from a different domain.
2.Basic Page Details (Title & Description)
* <meta data-rh="true" content="Video: American star confident ahead of next big test" name="title"/> – The page title, likely displayed in the browser tab.
* <meta data-rh="true" content="A chance to battle the reigning Australian Open champion, Jannik Sinner, is not a frightening reality for Ben Shelton. he explains why." name="description"/> – A concise summary of the page’s content, used by search engines.
3. Keywords
* <meta data-rh="true" content="" name="keywords"/> – Keywords are largely deprecated by search engines, but some sites still include them. This one is empty.
* <meta data-rh="true" content="" name="news_keywords"/> – Similar to keywords, but specifically for news articles. Also empty.
4. Facebook Meta Tags (open Graph)
These tags are used when the page is shared on Facebook.
* <meta data-rh="true" content="193677504039845" property="fb:app_id"/> – Facebook App ID.
* <meta data-rh="true" content="104598631263" property="fb:pages"/> – A long list of Facebook Page IDs. This suggests the article is related to or promoted on multiple Facebook pages. (There are 17 of these tags, listing various page IDs).
5. Open Graph Tags (General)
These tags provide metadata for social sharing, and are used by various platforms (not just Facebook).
* <meta data-rh="true" content="A chance to battle the reigning Australian Open champion, Jannik Sinner, is not a frightening reality for Ben Shelton. He explains why." property="og:description"/> - The description used when sharing on social media.
* <meta data-rh="true" content="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_auto/9a149fed31577e8fa6cc803fec53048f444537a8" property="og:image"/> – URL of the image to display when sharing.
* <meta data-rh="true" content="800" property="og:image:width"/> – Width of the image.
* <meta data-rh="true" content="450" property="og:image:height"/> – Height of the image.
* <meta data-rh="true" content="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_auto/9a149fed31577e8fa6cc803fec53048f444537a8" property="og:image:secure_url"/> – Secure URL of the image.
* <meta data-rh="true" content="en_US" property="og:locale"/> – The locale (language and region) of the content.
* <meta data-rh="true" content="The Sydney Morning Herald" property="og:site_name"/> – The name of the website.
* <meta data-rh="true" content="American star confident ahead of next big test" property="og:title"/> – the title used when sharing on social media.
* `