컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이미지 사이트맵
이미지 사이트맵을 사용하면 특히 Google이 찾을 수 없는 이미지 (예: 사이트에서 자바스크립트 코드를 통해 도달하는 이미지)를 비롯하여 사이트의 다른 이미지를 Google에 알릴 수 있습니다. 별도의 이미지 사이트맵을 만들거나 기존 사이트맵에 이미지 사이트맵 태그를 추가할 수 있으며, 두 방식 모두 Google에서 사용할 수 있습니다.
이미지 사이트맵은 일반적인 사이트맵을 기반으로 하므로 일반 사이트맵 권장사항이 이미지 사이트맵에도 적용됩니다. 또한 이미지 게시에 관한 일반 권장사항을 따르는 것이 좋습니다.
이미지 사이트맵 예
다음은 두 개의 <url>
요소가 있는 이미지 사이트 맵 확장 프로그램을 사용하는 일반 사이트 맵의 예입니다.
https://example.com/sample1.html
, 이미지 2개 포함
https://example.com/sample2.html
, 이미지 1개 포함
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://example.com/sample1.html</loc>
<image:image>
<image:loc>https://example.com/image.jpg</image:loc>
</image:image>
<image:image>
<image:loc>https://example.com/photo.jpg</image:loc>
</image:image>
</url>
<url>
<loc>https://example.com/sample2.html</loc>
<image:image>
<image:loc>https://example.com/picture.jpg</image:loc>
</image:image>
</url>
</urlset>
이미지 사이트맵 참조
image
태그는 이미지 사이트맵 네임스페이스에 정의됩니다.
http://www.google.com/schemas/sitemap-image/1.1
Google에서 이미지 사이트맵을 사용할 수 있도록 하려면 다음과 같은 필수 태그를 사용해야 합니다.
필수 태그 |
<image:image> |
단일 이미지의 모든 정보를 포함합니다. 각 <url> 태그는 최대 1,000개의 <image:image> 태그를 포함할 수 있습니다.
|
<image:loc> |
이미지의 URL입니다.
이미지 URL이 기본 사이트와 같은 도메인에 있지 않은 경우도 있습니다. Search Console에서 두 도메인을 확인한다면 문제없습니다. 예를 들어, Google 사이트 도구와 같은 콘텐츠 전송 네트워크를 사용하여 이미지를 호스팅하려면 호스팅 사이트가 Search Console에서 확인되어야 합니다. 또한 robots.txt 파일이 색인을 생성하고자 하는 콘텐츠의 크롤링을 차단하지 않도록 해야 합니다.
|
문서에서 다음 태그 및 속성을 삭제했습니다. <image:caption>
, <image:geo_location>
, <image:title>
, <image:license>
자세한 내용은 지원 중단 공지사항을 참고하세요.
추가 리소스
자세한 내용이 궁금하신가요? 다음 리소스를 확인하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-04(UTC)
[null,null,["최종 업데이트: 2025-08-04(UTC)"],[[["\u003cp\u003eImage sitemaps inform Google about images on your site, including those loaded with JavaScript, which can be created separately or integrated into existing sitemaps.\u003c/p\u003e\n"],["\u003cp\u003eGeneral sitemap best practices and image publishing guidelines should be followed for optimal image indexing.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003e<url>\u003c/code\u003e tag in an image sitemap can contain up to 1,000 \u003ccode\u003e<image:image>\u003c/code\u003e tags, with \u003ccode\u003e<image:loc>\u003c/code\u003e specifying the image URL, even if hosted on a different verified domain.\u003c/p\u003e\n"],["\u003cp\u003ePreviously supported tags like \u003ccode\u003e<image:caption>\u003c/code\u003e, \u003ccode\u003e<image:geo_location>\u003c/code\u003e, \u003ccode\u003e<image:title>\u003c/code\u003e, and \u003ccode\u003e<image:license>\u003c/code\u003e are now deprecated.\u003c/p\u003e\n"],["\u003cp\u003eYou can submit your image sitemap to Google and combine it with other sitemap extensions for comprehensive indexing.\u003c/p\u003e\n"]]],["Image sitemaps inform Google about images on a site, including those found via JavaScript. Create a separate image sitemap or add image tags to an existing one. Use the `\u003cimage:image\u003e` tag to enclose image details, allowing up to 1,000 per `\u003curl\u003e`, and utilize the `\u003cimage:loc\u003e` tag for the image's URL. Ensure both your main and any image hosting domains are verified in Search Console. Deprecated tags include `\u003cimage:caption\u003e`, `\u003cimage:geo_location\u003e`, `\u003cimage:title\u003e`, and `\u003cimage:license\u003e`.\n"],null,["# Image Sitemaps | Google Search Central\n\nImage sitemaps\n==============\n\n\nImage sitemaps are a way of telling Google about other images on your site, especially those that\nwe might not otherwise find (such as images your site reaches with JavaScript code). You can\ncreate a separate image sitemap or add image sitemap tags to your existing sitemap; either\napproach is equally fine for Google.\n\n\nImage sitemaps are based on generic sitemaps so the\n[general sitemap best practices](/search/docs/crawling-indexing/sitemaps/build-sitemap#general-guidelines)\nalso apply to image sitemaps. We also recommend that you follow the\n[general best practices for publishing images](/search/docs/appearance/google-images).\n\nExample image sitemap\n---------------------\n\n\nThe following example shows a regular sitemap with image sitemap extension, with two\n`\u003curl\u003e` elements:\n\n- `https://example.com/sample1.html`, which contains two images\n- `https://example.com/sample2.html`, which contains one image\n\n```text\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003curlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\"\n xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\"\u003e\n \u003curl\u003e\n \u003cloc\u003ehttps://example.com/sample1.html\u003c/loc\u003e\n \u003cimage:image\u003e\n \u003cimage:loc\u003ehttps://example.com/image.jpg\u003c/image:loc\u003e\n \u003c/image:image\u003e\n \u003cimage:image\u003e\n \u003cimage:loc\u003ehttps://example.com/photo.jpg\u003c/image:loc\u003e\n \u003c/image:image\u003e\n \u003c/url\u003e\n \u003curl\u003e\n \u003cloc\u003ehttps://example.com/sample2.html\u003c/loc\u003e\n \u003cimage:image\u003e\n \u003cimage:loc\u003ehttps://example.com/picture.jpg\u003c/image:loc\u003e\n \u003c/image:image\u003e\n \u003c/url\u003e\n\u003c/urlset\u003e\n```\n\nImage sitemap reference\n-----------------------\n\n\nThe `image` tags are defined in the Image Sitemaps namespace:\n[`http://www.google.com/schemas/sitemap-image/1.1`](http://www.google.com/schemas/sitemap-image/1.1)\n\n\nTo make sure Google can use your image sitemap, you must use the following required tags:\n\n| Required tags ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `\u003cimage:image\u003e` | Encloses all information about a single image. Each `\u003curl\u003e` tag can contain up to 1,000 `\u003cimage:image\u003e` tags. |\n| `\u003cimage:loc\u003e` | The URL of the image. In some cases, the image URL may not be on the same domain as your main site. This is fine, as long as you verify both domains in Search Console. If, for example, you use a content delivery network such as Google Sites to host your images, make sure that the hosting site is verified in Search Console. In addition, make sure that your [robots.txt](/search/docs/crawling-indexing/robots/intro) file doesn't disallow the crawling of any content you want indexed. |\n\n### Deprecated tags and attributes\n\n\nWe removed the following tags and attributes from our documentation:\n`\u003cimage:caption\u003e`, `\u003cimage:geo_location\u003e`,\n`\u003cimage:title\u003e`, `\u003cimage:license\u003e`. See the\n[deprecation announcement](/search/blog/2022/05/spring-cleaning-sitemap-extensions)\nfor more information.\n\nAdditional resources\n--------------------\n\n\nWant to learn more? Check out the following resources:\n\n- [Submit your sitemap to Google](/search/docs/crawling-indexing/sitemaps/build-sitemap#addsitemap)\n- [Learn how to combine sitemap extensions](/search/docs/crawling-indexing/sitemaps/combine-sitemap-extensions)"]]