How do I add a Favicon in the address bar?
Favicon is a small image / icon that is visible to the left of the address bar and tabs to the left of the browser..
To add a favicon you need a .ico file.
This is easily created through a application, especially designed for favicons.
These applications is easy to find with your favourite searchengine i.e
www.google.co.uk and search for "favicon".
The .ico-file should be placed in the root-folder for your SEOCMS-site.
We are pleased to do this for you in operating hours.
Furthermore, the meta-tags for your favicon should be placed in the header for all pages and subpages.
You can do this under "properties".
Add meta for favicon
- Click properties
- Select SEO-properties
- Select add/change in header
- Add the meta-tags for your favicon
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
- Click save.
-
Done
Be aware of that any incorrect code that is added to your SEOCMS-site could make your homepage stop working.