-2

I have added an icon for my webpages i.e. favicon.ico few months ago. Now I have removed that file from my server. Still when I test my website at www.webpagetest.org it is showing 404 errors for that favicon.ico. I am new to web designing, what could be the problem?

Thanks in Advance

Gordon
  • 312,688
  • 75
  • 539
  • 559
Ashish Garg
  • 11
  • 1
  • 6

1 Answers1

0

I can't see this line in your source code:

<link rel="shortcut icon" href="favicon.png" type="image/png" />

or

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

or

<link rel="shortcut icon" href="http://http://www.ludhianaweddingvendors.com/favicon.ico" />

I'm sure you have uploaded the file, but...Have you written the reference?

Andynedine
  • 441
  • 5
  • 20