Documentación de SeedProd

Documentación, materiales de referencia y tutoriales para SeedProd

Cómo añadir un Favicon a su sitio web SeedProd

Un Favicon (o icono del sitio) es la pequeña imagen que aparece en el navegador junto al título de su sitio web. Ayuda a los usuarios a identificar su sitio web, y los visitantes frecuentes reconocerán al instante esa pequeña imagen. Esto aumenta el reconocimiento de la marca y ayuda a generar confianza entre su público objetivo.

Aquí tienes algunas formas de añadir un favicon a tu sitio web:

Añadir un Favicon en el Personalizador del Tema

You can add a favicon or site icon in your theme’s Customizer. Simply go to Appearance > Customize and click on the Site Identity tab to add your favicon.

Note: The Appearance > Customize > Site Identity section in the Customizer might not be available in some themes. In this case, we recommend manually adding the favicon to your website’s header using WPCode (see below).

Cómo añadir un Favicon a la cabecera de su sitio web con WPCode

If the Appearance > Customize > Site Identity section is not available in your theme, you may install the WPCode plugin and paste the example code below in the ‘Header’  scripts section. Make sure to replace the URL with the URL of your favicon image.

<link rel="icon" href="https://www.example.com/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="https://www.example.com/favicon.png" type="image/x-icon" />

Alternativamente, puedes instalar un plugin llamado All in One Favicon para subir tu favicon.

¿Le ha resultado útil este artículo?

Artículos relacionados