Place favicon on multiple pages on the same site

Is it possible for me to use a different favicon for each page of a site?

For example, I have a site with ten pages, I want to put a different favicon on each of the pages.

Author: Felipe Goulart, 2014-05-15

3 answers

If it is in a static way, it is only you to change the

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

On each html page.

 5
Author: Glorious, 2017-01-27 16:14:16

The favicon is inserted into the page by html.

Faveicon from Stackoverflow

<link rel="shortcut icon" href="//cdn.sstatic.net/br/img/favicon.ico?v=dc8ddf0e4768">

It is enough that each page points to a different image.

 2
Author: Bruno Rozendo, 2017-01-27 16:13:56

Hello try this code

<meta property="og:image" content="http://www.seu_site/pasta_de_favicons/nome_do_favicon.png" />

Tip: Your favicon image must have 192x192 pixels and extension .png

 -1
Author: Cristina Almeida, 2018-06-12 01:54:43