Favicon not showing up in Google Chrome [duplicate]
Cache Clear your cache. http://support.google.com/chrome/bin/answer.py?hl=en&answer=95582 And test another browser. Some where able to get an updated favicon by adding an URL parameter: ?v=1 after the link href which changes the resource link and therefore loads the favicon without cache (thanks @Stanislav). <link rel=”icon” type=”image/x-icon” href=”https://stackoverflow.com/questions/16375592/favicon.ico?v=2″ /> Favicon Usage How did you import the favicon? How … Read more