Search code examples
htmlgoogle-chromecross-browserfavicon

Google Chrome can't show fav icon


Google Chrome can't show the fav icon of the website http://www.hausnaturpur.de/

Whereas Firefox and other browsers support the fav icon. This is the code used:

<link rel="shortcut icon" href="/images/newfavicon.ico" type="image/x-icon" />

What could be wrong?


Solution

  • Try this:

    <link rel="shortcut icon" 
          href="http://www.hausnaturpur.de/images/newfavicon.ico">
    

    If it works, than you should try this:

    <link rel="shortcut icon" href="images/newfavicon.ico">