संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Images के खोज ऑपरेटर
वेब खोज की तरह, Google इमेज पर src: और imagesize: नाम के खास सर्च ऑपरेटर इस्तेमाल किए जाते हैं. ये ऑपरेटर सिर्फ़ Google इमेज पर काम करते हैं. इन्हें, दूसरी Google प्रॉपर्टीज़ के लिए इस्तेमाल नहीं किया जा सकता.
src: खोज ऑपरेटर
src: खोज ऑपरेटर, उन पेजों को दिखाता है जिनमें ऑपरेटर में दिए गए, src एट्रिब्यूट में मौजूद इमेज के यूआरएल का रेफ़रंस दिया होता है. उदाहरण के लिए:
src:https://example.com/media/carrot.jpg
ऑपरेटर किसी भी डोमेन से पेजों को दिखा सकता है. ऐसा ज़रूरी नहीं है कि पेज सिर्फ़ ऑपरेटर में बताए गए यूआरएल के डोमेन से दिखाए जाएंगे. इससे यह जानने में मदद मिल सकती है कि आपकी साइट पर होस्ट की गई इमेज में से कौनसी इमेज, दूसरी साइटों ने हॉटलिंक की हैं.
imagesize: खोज ऑपरेटर
imagesize: खोज ऑपरेटर, उस डाइमेंशन की इमेज दिखाता है जिसकी जानकारी ऑपरेटर में दी गई हो. आपको डाइमेंशन, चौड़ाई x लंबाई वाले फ़ॉर्मैट में बताना होगा. उदाहरण के लिए:
imagesize:1500x1000
इस ऑपरेटर को src: और site: ऑपरेटर के साथ इस्तेमाल करना, मददगार साबित हो सकता है. उदाहरण के लिए, आप किसी खास साइज़ की ऐसी इमेज ढूंढ सकते हैं जो आपकी साइट पर इंडेक्स की गई थी:
imagesize: को site: ऑपरेटर के साथ इस्तेमाल करके, सटीक साइज़ की इमेज ढूंढी जा सकती हैं.
site:https://example.com/ imagesize:500x1200
सीमाएं
इमेज दिखाने वाले खोज ऑपरेटर पर, इंडेक्स करने और डेटा वापस पाने की सीमाएं लागू होती हैं. इसलिए, हो सकता है कि आपको वे सभी नतीजे न दिखें जो किसी सामान्य खोज क्वेरी के लिए दिख सकते हैं.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-04 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eGoogle Images uses special search operators, \u003ccode\u003esrc:\u003c/code\u003e and \u003ccode\u003eimagesize:\u003c/code\u003e, to refine image searches beyond basic keywords.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esrc:\u003c/code\u003e operator helps find webpages that use a specific image URL, potentially revealing unauthorized use (hotlinking).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimagesize:\u003c/code\u003e operator filters results by image dimensions (width x height), useful for finding images of a specific size on a site or across the web.\u003c/p\u003e\n"],["\u003cp\u003eThese operators can be combined with other search operators like \u003ccode\u003esite:\u003c/code\u003e for more targeted results.\u003c/p\u003e\n"],["\u003cp\u003eDue to indexing limitations, using these operators might not show all possible results compared to a regular image search.\u003c/p\u003e\n"]]],["Google Images supports the `src:` and `imagesize:` search operators. The `src:` operator finds pages referencing a specific image URL, revealing where images are used across the web, including hotlinked instances. The `imagesize:` operator filters images by specified dimensions (width x height). These operators can be combined, such as using `src:` with `imagesize:` to find a particular-sized image from a particular url. Note that limitations in indexing might lead to incomplete results compared to standard searches.\n"],null,["# Google Images Search Operators | Google Search Central\n\nGoogle Images search operators\n==============================\n\n\nSimilarly to web search, Google Images supports dedicated search operators, namely\n`src:` and `imagesize:`. These operators only work on Google Images;\nthey have no effect on other Google properties.\n\n`src:` search operator\n----------------------\n\n\nThe `src:` search operator returns pages that reference the image URL in the `src` attribute\nthat's provided in the operator. For example: \n\n```actionscript-3\nsrc:https://example.com/media/carrot.jpg\n```\n\n\nThe operator returns pages from any domain, not just the domain of the URL specified in the\noperator. This may be helpful to learn which images you're hosting on your site are\n[hotlinked](https://en.wikipedia.org/wiki/Hotlink) by other sites.\n\n`imagesize:` search operator\n----------------------------\n\n\nThe `imagesize:` search operator returns images of the dimension specified in the\noperator. You must specify the dimension in width `x` height format. For example: \n\n```actionscript-3\nimagesize:1500x1000\n```\n\n\nThis operator can be helpful in conjunction with the `src:` and `site:`\noperator. For example, you can find an image of a certain size that was indexed on your site: \n\n```html\nsrc:https://example.com/media/carrot.jpg imagesize:500x1200\n```\n\n\nUsing `imagesize:` with the `site:` operator, you can find images of the\nexact size: \n\n```html\nsite:https://example.com/ imagesize:500x1200\n```\n\nLimitations\n-----------\n\n\nBecause image search operators are bound by indexing and retrieval limits, you might not see\nall of the results that may appear for a standard search query."]]