संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इमेज के साइटमैप
इमेज के साइटमैप, Google को आपकी साइट पर मौजूद अन्य इमेज के बारे में बताने का एक तरीका है. खास तौर पर ऐसी इमेज जिन्हें शायद हम नहीं खोज पाते. जैसे, वे इमेज जिन पर आपकी साइट, JavaScript कोड की मदद से पहुंचती है. अगर आप चाहें, तो इमेज का एक अलग साइटमैप बनाया जा सकता है. इसके अलावा, मौजूदा साइटमैप में इमेज साइटमैप टैग जोड़े जा सकते हैं. दोनों ही तरीके, Google के हिसाब से सही हैं.
इमेज साइटमैप, सामान्य साइटमैप पर आधारित होते हैं. इसलिए, सामान्य साइटमैप इस्तेमाल करने के सबसे सही तरीके, इमेज साइटमैप पर भी लागू होते हैं. हमारा सुझाव है कि आप इमेज पब्लिश करने के सबसे सही तरीके भी अपनाएं.
इमेज के साइटमैप का उदाहरण
यहां दिए गए उदाहरण में, इमेज साइटमैप एक्सटेंशन वाले सामान्य साइटमैप के बारे में बताया गया है. इसमें दो <url>
एलिमेंट शामिल हैं:
https://example.com/sample1.html
, जिसमें दो इमेज हैं
https://example.com/sample2.html
, जिसमें एक इमेज होती है
<?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> |
इमेज का यूआरएल.
कुछ मामलों में, इमेज का यूआरएल उस डोमेन पर नहीं हो सकता जिस पर आपकी मुख्य साइट है. अगर आपने Search Console में दोनों डोमेन की पुष्टि की है, तो यह ठीक है. उदाहरण के लिए, अगर आपको अपनी इमेज होस्ट करने के लिए Google Sites जैसे कॉन्टेंट डिलीवरी नेटवर्क (सीडीएन) का इस्तेमाल करना है, तो पक्का करें कि इमेज को होस्ट करने वाली साइट की पुष्टि, Search Console में की जा चुकी हो. साथ ही, यह पक्का करें कि आपकी robots.txt फ़ाइल, ऐसे किसी भी कॉन्टेंट को क्रॉल होने से न रोकती हो जिसे आपको इंडेक्स कराना है.
|
हमने अपने दस्तावेज़ से ये टैग और एट्रिब्यूट हटा दिए हैं: <image:caption>
, <image:geo_location>
, <image:title>
, <image:license>
. ज़्यादा जानकारी के लिए, हटाए गए टैग और एट्रिब्यूट से जुड़ी सूचना देखें.
अन्य संसाधन
क्या आपको ज़्यादा जानना है? यहां दिए गए लेख पढ़ें:
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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)"]]