How to create and add Favicon in website ?
The favicon is an icon associated with a particular website or web page and typically displayed in the address bar of browser before the web page address. Website designer can create a favicon of the website. The favicon is also an on page SEO element and have importance for any website.
Favicon would be created through manually by a designer or by online favicon generator. Favicon should be 16X16 pixel and icon, png, GIF, JPEG, svg, open or animated GIFs format.
Steps for create Generate favicon online
open online favicon generator site such as http://www.favicon-generator.org/
1. Now you need to upload logo or image of website.
2 Click on generate favicon button and download favicon.
Most of the web browsers will automatically detect the favicon.ico file.
The favicon can be added in website by adding a favicon. icon in the root directory of the website. 3.The next step to provide favicon path by including two elements in <head> of the website.
Steps for create Generate favicon online
open online favicon generator site such as http://www.favicon-generator.org/
1. Now you need to upload logo or image of website.
Online Favicon Generator |
2 Click on generate favicon button and download favicon.
Most of the web browsers will automatically detect the favicon.ico file.
The favicon can be added in website by adding a favicon. icon in the root directory of the website. 3.The next step to provide favicon path by including two elements in <head> of the website.
<head>
<link rel=”shortcut icon” href=”http://example.com/favicon.ico” type=”image/x-icon”/>
<link rel=” icon” href=”http://example.com/favicon.ico” type=”image/x-icon”/>
</head>
You can also get how to create sitemap.xml