Rules to Better SharePoint Development

Microsoft Gold Partner Logo
Search Go Search
Rule #28
Does your SharePoint site have a favicon?
  v4.0 Posted at 22/03/2012 11:51 AM by gerardbeckerleg
A Favicon is a small image file included on nearly all professional developed sites. When a browser hits your web site and a user bookmarks that site then the favicon.ico graphic will be displayed in the browser’s URL/address line upon subsequent visits to that site. ​

<head runat="server">
    <meta name="GENERATOR" content="Microsoft SharePoint">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--Placeholder for additional overrides-->
    <asp:ContentPlaceHolder ID="PlaceHolderAdditionalPageHead" runat="server" />
    <link rel="shortcut icon" href="~/Style Library/Images/SSW/Rules/ssw.ico" type="image/x-icon" />
</head>

Figure: One line of HTML lets you add your company's icon to  your web page

See our SSW Rules to Better Websites - Graphics - Where do you store your favicon.ico file?

 

Loading
Do you like this rule?
Loading
Do you follow this rule?
Loading

......