Unlock the Secret to Boosting Your Website’s Identity with a Tiny Icon You Can Make Today
- Upload your favicon file to your website builder’s media manager or library.
- Copy the URL of the uploaded file.
- Insert the following piece of code inside the <head> of your HTML:
<head>
…
<link rel="icon" href="https://yoursite.com/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="https://yoursite.com/favicon.png" type="image/x-icon">
…
</head>
However, I wouldn’t recommend using this method because most website builders have easier ways to upload the favicon, and messing with the code can disturb your website’s functionality and appearance if you’re not careful.