Possible Duplicate:
HTML Title Image
Can someone please tell me how to make icons appear on browser tabs in PHP?
I want my icon to appear on the tabs when my site is being accessed.
To add a favicon to your website, either save your favicon image to the root directory of your webserver, or create a folder in the root directory called images, and save your favicon image in this folder. A common name for a favicon image is "favicon. ico".
There are no direct SEO or ranking effects of having favicons. However, there are indirect benefits for your pages' SEO: Increased Usability Of Site: Usability of a site correlates to higher search engine ranking.
A favicon can actually be either a PNG, GIF, or ICO file. However, ICO files are typically used more than others as the file size is smaller and it is supported in all major browsers. PNGs are used more commonly for IOS, Android, and Windows 10 devices.
Simply put a file named favicon.ico
in the webroot.
If you want to know more, please start reading:
<head>
tags in a HTML page.A favicon (short for favorites icon), also known as a shortcut icon, website icon, URL icon, or bookmark icon is a 16×16 or 32×32 pixel square icon associated with a particular website or webpage.
.ico
image file that is either 16x16 pixels or 32x32 pixels. Then, in the web pages, add <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
to the <head>
element.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With