scenari0
Registered Member
- Jan 16, 2020
- 68
- 7
Hi,
I've seen a website with the following headers to show the favicon
<link rel="icon" href="https://theserver/images/myfavicon.ico" type="image/png" />
<link rel="shortcut icon" href="https://theserver/images/myfavicon.ico" type="image/png" />
I wondered if this method, inserting both 'link rel=icon' and 'link rel=shortcut icon', is a good practice for SEO. Doesn't waste too much resources?
Thank you.
I've seen a website with the following headers to show the favicon
<link rel="icon" href="https://theserver/images/myfavicon.ico" type="image/png" />
<link rel="shortcut icon" href="https://theserver/images/myfavicon.ico" type="image/png" />
I wondered if this method, inserting both 'link rel=icon' and 'link rel=shortcut icon', is a good practice for SEO. Doesn't waste too much resources?
Thank you.