YANA IMMIS WEBSITE — LIVE ICON OBSERVATIONS Collection date: 2026-09-03 Scope: homepage plus 18 non-blog core routes selected from the public XML sitemap Observed on every checked page - One icon declaration: rel="icon" type="image/x-icon" href="https://images.squarespace-cdn.com/content/v1/5c8d093e94d71aaab660a218/ccc16b40-7aca-45ef-a71e-3f94b7a2be25/favicon.ico" - No link with rel="apple-touch-icon" was observed. - No link with rel="manifest" was observed. Icon response observation - The favicon URL returned HTTP 200. - The response Content-Type was image/webp, despite the markup declaring image/x-icon and the URL ending in .ico. - Interpretation: browser support should be validated and the file format, extension, and declared MIME type should be made consistent. Collection commands curl -L --max-time 30 -sS https://www.yanaimmis.com/ | rg -i ']+(icon|manifest)' curl -L --max-time 30 -sS -I 'https://images.squarespace-cdn.com/content/v1/5c8d093e94d71aaab660a218/ccc16b40-7aca-45ef-a71e-3f94b7a2be25/favicon.ico' Evidence boundary The absence statements apply only to the server-rendered HTML inspected on the 19 checked pages. They do not prove that an icon is unavailable through an uncaptured script or platform-specific configuration.