![]() |
SSW Link Auditor Rules Samples - Specify shortcut icon "favicon.ico" at the site level |
As per rule Where do you store your favicon.ico file?, the following are bad and good samples:
<head id="Head1" runat="server"> <title>Coogee Australia - Self catering self contained holiday accommodation, water views, close to beach</title> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <link href="http://www.ssw.com.au/ssw/Include/ssw.css" type="text/css" rel="stylesheet"> </head>
Bad - Not using favicon
<head id="Head2" runat="server"> <title>Coogee Australia - Self catering self contained holiday accommodation, water views, close to beach</title> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <link href="http://www.ssw.com.au/ssw/Include/ssw.css" type="text/css" rel="stylesheet"> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" /> </head>
Good - Using favicon