For add favicon to your website, please follow below instructions
place the favicon file called favicon.ico
in the root directory
Add the following code below the <head> HTML tag.
<link rel=”shortcut icon” href=”http://yourwebsiteurl.com/favicon.ico” />
Best regards