URL du favicon. Il peut s'agir d'un chemin d'accès relatif (/smile.ico) ou absolu (https://example.com/smile.ico). L'URL n'a pas besoin d'être hébergée sur votre site (par exemple, votre favicon peut être hébergé sur un réseau de diffusion de contenu (CDN)).
Patientez le temps que Google réexplore et traite les nouvelles informations sur votre page d'accueil. N'oubliez pas que l'exploration peut prendre plusieurs jours, voire plusieurs semaines, selon la fréquence à laquelle nos systèmes déterminent que le contenu doit être actualisé. Vous pouvez demander l'indexation de la page d'accueil de votre site à l'aide de l'outil d'inspection d'URL.
Consignes
Vous devez suivre ces consignes pour pouvoir afficher un favicon dans les résultats de recherche Google.
La recherche Google n'accepte qu'un favicon par site, sachant qu'un nom d'hôte équivaut à un site. Par exemple, https://www.example.com/ et https://code.example.com/ sont deux noms d'hôte différents, et peuvent donc avoir deux favicons différents. Cependant, https://www.example.com/sub-site est un sous-répertoire d'un site. Vous ne pouvez définir qu'un seul favicon pour https://www.example.com/, qui s'applique au site et à ses sous-répertoires.
Compatible : https://example.com (page d'accueil au niveau du domaine)
Compatible : https://news.example.com (page d'accueil au niveau du sous-domaine)
Non compatible : https://example.com/news (page d'accueil au niveau d'un sous-répertoire)
Googlebot Image doit pouvoir explorer le fichier du favicon, et Googlebot doit pouvoir explorer la page d'accueil. Leur exploration ne doit pas être bloquée.
Pour aider les internautes à identifier rapidement votre site lorsqu'ils parcourent les résultats de recherche, assurez-vous que votre favicon est visuellement représentatif de la marque de votre site.
Votre favicon doit être carré (format 1:1) et mesurer au moins 8 x 8 pixels. Bien que la taille minimale requise soit de 8 x 8 pixels, nous vous recommandons d'utiliser un favicon de plus de 48 x 48 pixels pour qu'il soit bien visible sur différentes surfaces. Tout format de favicon valide est accepté.
L'URL du favicon doit être stable. Ne la modifiez pas fréquemment.
Google n'affiche pas les favicons jugés comme étant inappropriés, y compris tout symbole de pornographie ou de haine (croix gammées, par exemple). Si ce type d'image est découvert dans un favicon, Google le remplacera par une icône par défaut.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/08/04 (UTC).
[null,null,["Dernière mise à jour le 2025/08/04 (UTC)."],[[["\u003cp\u003eFavicons, small images representing your website, can be displayed in Google Search results to enhance brand visibility.\u003c/p\u003e\n"],["\u003cp\u003eTo implement a favicon, create one following Google's guidelines, add a \u003ccode\u003e<link>\u003c/code\u003e tag to your homepage's header specifying its location, and allow time for Google to process it.\u003c/p\u003e\n"],["\u003cp\u003eEnsure your favicon adheres to guidelines, including being crawlable, visually representing your brand, having a minimum size of 8x8px (ideally larger than 48x48px), using a stable URL, and avoiding inappropriate imagery.\u003c/p\u003e\n"],["\u003cp\u003eGoogle supports various \u003ccode\u003erel\u003c/code\u003e attribute values in the \u003ccode\u003e<link>\u003c/code\u003e tag, such as \u003ccode\u003eicon\u003c/code\u003e, \u003ccode\u003eshortcut icon\u003c/code\u003e, \u003ccode\u003eapple-touch-icon\u003c/code\u003e, and \u003ccode\u003eapple-touch-icon-precomposed\u003c/code\u003e, for specifying the favicon.\u003c/p\u003e\n"],["\u003cp\u003eGoogle only supports one favicon per hostname, meaning subdomains can have distinct favicons, but subdirectories inherit the favicon of their parent domain.\u003c/p\u003e\n"]]],["To show a favicon in Google Search results, create a square favicon (at least 8x8px, preferably \u003e48x48px) and add a `\u003clink\u003e` tag to your home page's header. Use `rel=\"icon\"` (or `shortcut icon`, `apple-touch-icon`, `apple-touch-icon-precomposed`) and `href` attributes with the favicon's URL. Ensure Googlebot-Image and Googlebot can crawl both the favicon and home page. Favicon must be appropriate and visually representative of the brand. Google supports one favicon per hostname.\n"],null,["# Define Website Favicon for Search Results | Google Search Central\n\nDefine a favicon to show in search results\n==========================================\n\n\nIf your site has a\n[favicon](https://www.google.com/search?q=what+is+a+favicon), it\ncan be included in Google Search results for your site.\n| This documentation is for organic search results. For logos on Google Ads results, visit the [business logo specifications](https://support.google.com/adspolicy/answer/12499303#business_logo).\nAn illustration that shows how favicon may look like in a search result. Favicon\n\nImplementation\n--------------\n\nHere's how to make your site eligible for a favicon in Google Search results:\n\n1. Create a favicon that follows the [guidelines](#guidelines).\n2. Add a `\u003clink\u003e` tag to the header of your [home page](#guidelines) with the following syntax: \n\n ```text\n \u003clink rel=\"icon\" href=\"/path/to/favicon.ico\"\u003e\n ```\n\n\n To extract the favicon information, Google relies on the following attributes of the\n `link` element:\n\n | Attributes ||\n |--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n | `rel` | Google supports the following `rel` attribute values for specifying a favicon; use whichever one fits your use case: |--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `icon` | The icon that represents your site, as defined in the [HTML standard](https://html.spec.whatwg.org/#rel-icon). | For historical reasons, we also support `shortcut icon`, which is an earlier, alternative version of `icon`. | | `apple-touch-icon` | An iOS-friendly icon that represents your site, per [Apple's developer documentation](https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html). | | `apple-touch-icon-precomposed` | An alternative icon for earlier versions of iOS, per [Apple's developer documentation](https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html). | |\n | `href` | The URL of the favicon. The URL can be a relative path (`/smile.ico`) or absolute path (`https://example.com/smile.ico`). The URL doesn't need to be hosted on your site (for example, your favicon could be hosted on a content delivery network (CDN)). |\n\n3. Allow time for Google to recrawl and process the new information on your home page. Remember that crawling can take anywhere from several days to several weeks, depending on how often our systems determine content needs to be refreshed. You can [request indexing](/search/docs/crawling-indexing/ask-google-to-recrawl) of your site's home page by using the URL Inspection tool.\n\nGuidelines\n----------\n\n\nYou must follow these guidelines to be eligible for a favicon in Google Search results.\n| A favicon isn't guaranteed to appear in Google Search results, even if all guidelines are met.\n\n- Google Search only supports one favicon per site, where a *site* is defined by the hostname. For example, `https://www.example.com/` and `https://code.example.com/` are two different hostnames, and therefore can have two different favicons. However, `https://www.example.com/sub-site` is a subdirectory of a site, and you can only set one favicon for `https://www.example.com/`, which applies to the site and its subdirectories. \n **Supported** : `https://example.com` (this is a domain-level home page) \n **Supported** : `https://news.example.com` (this is a subdomain-level home page) \n **Not supported** : `https://example.com/news` (this is a subdirectory-level home page)\n- Googlebot-Image must be able to crawl the favicon file and Googlebot must be able to crawl the home page; they cannot be [blocked](/search/docs/crawling-indexing/control-what-you-share) for crawling.\n- To help people quickly identify your site when they scan through search results, make sure your favicon is visually representative of your website's brand.\n- Your favicon must be a square (1:1 aspect ratio) that's at least 8x8px. While the minimum size requirement is 8x8px, we recommend using a favicon that's larger than 48x48px so that it looks good on various surfaces. Any [valid favicon format](https://en.wikipedia.org/wiki/Favicon#Image_file_format_support) is supported.\n- The favicon URL must be stable (don't change the URL frequently).\n- Google won't show any favicon that it deems inappropriate, including pornography or hate symbols (for example, swastikas). If this type of imagery is discovered within a favicon, Google replaces it with a default icon."]]