파비콘의 URL입니다. URL은 상대 경로(/smile.ico) 또는 절대 경로(https://example.com/smile.ico)일 수 있습니다. 사이트에서 URL을 호스팅하지 않아도 됩니다(예: 파비콘은 콘텐츠 전송 네트워크(CDN)에서 호스팅할 수 있음).
Google에서 홈페이지의 새로운 정보를 다시 크롤링하고 처리하는 동안 기다립니다. 크롤링은 Google 시스템에서 콘텐츠를 새로고침해야 한다고 판단하는 빈도에 따라 며칠에서 몇 주까지 걸릴 수 있습니다. URL 검사 도구를 사용하여 사이트 홈페이지의 색인 생성을 요청할 수 있습니다.
가이드라인
Google 검색결과에 파비콘을 표시하려면 다음 가이드라인을 준수해야 합니다.
Google 검색에서는 사이트당 파비콘이 하나만 지원되며 사이트는 호스트 이름으로 정의됩니다. 예를 들어 https://www.example.com/과 https://code.example.com/이라는 사이트 두 개는 서로 다르므로 두 개의 다른 파비콘을 보유할 수 있습니다. 그러나 https://www.example.com/sub-site는 사이트의 하위 디렉터리이며, https://www.example.com/에는 파비콘을 하나만 설정할 수 있습니다. 해당 파비콘은 사이트와 사이트의 하위 디렉터리에 적용됩니다.
지원됨: https://example.com(도메인 수준의 홈페이지)
지원됨: https://news.example.com(하위 도메인 수준의 홈페이지)
지원되지 않음: https://example.com/news(하위 디렉터리 수준의 홈페이지)
Googlebot 이미지가 파비콘 파일을 크롤링할 수 있어야 하고 Googlebot이 홈페이지를 크롤링할 수 있어야 합니다. 크롤링을 차단할 수 없습니다.
사용자가 검색결과를 살펴볼 때 사이트를 빠르게 식별할 수 있도록 파비콘은 웹사이트 브랜드를 시각적으로 잘 나타내야 합니다.
파비콘은 정사각형(가로세로 비율 1:1)이어야 하며 크기는 8x8픽셀 이상이어야 합니다. 최소 크기 요구사항은 8x8픽셀이지만 다양한 표시 경로에서 잘 보이도록 48x48픽셀보다 큰 파비콘을 사용하는 것이 좋습니다. 모든 유효한 파비콘 형식이 지원됩니다.
파비콘 URL은 안정적이어야 합니다. URL을 자주 변경하지 마세요.
Google에서는 포르노, 증오심을 나타내는 상징(예: 만자 표시) 등 부적절하다고 간주되는 파비콘을 표시하지 않습니다. 이러한 유형의 이미지가 파비콘 내에 발견되면 기본 아이콘으로 교체됩니다.
[null,null,["최종 업데이트: 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."]]