How to add a Favicon for your Website

Step-1 Login into your cPanel.

Step-2 Go to the File Manager, Select your directory for your site (In this case the main domain public_html location) and Click Go.

Step-3 Upload the favicon to your server.

Step-4 Edit the source code that contains the <head> code of your site. The head section code should look similar to the snapshot to the right.





Step-5 Add the following line of code below the <title> tag.

<link rel='shortcut icon' href='favicon.ico' type='image/x-icon' />

Save the file and preview your site in your browser. You should see the favicon show in your browser.