Favicons
On this page
A favicon (favorite icon) is a tiny icon included along with a website, which is displayed in places like the browser’s address bar, page tabs and bookmarks menu. It can also be included in search results for your website.
Settings
You can set icon
and svgIcon
in config/_default/params.toml
:
Add the files — “favicon.png” and “favicon.svg” in the example above — to your projects’ /assets/
directory. Make sure the icon
file — “favicon.png” in the example above — is at least 512x512 pixels.
Generated meta tags
Thulite SEO generates a favicon.ico
, apple-touch-icon.png
, favicon-192x192.png
, and favicon-512x512.png
file from the icon
file you set in params.toml
. The generated files are copied to your projects’ public
directory.
Thulite SEO generates the following meta tags — for example:
Thulite SEO also generates a manifest.webmanifest
file — for example: