تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
عوامل تشغيل البحث في "صور بحث Google"
على غرار بحث الويب، تتيح ميزة "صور بحث Google" استخدام عوامل تشغيل بحث مخصصة، وهي
src:
وimagesize:
. ولا تعمل عوامل التشغيل هذه إلا في ميزة "صور بحث Google"،
ولن يكون لها أي تأثير في خدمات Google الأخرى.
عامل تشغيل البحث src:
يعرض عامل تشغيل البحث src:
الصفحات التي تشير إلى عنوان URL للصورة في السمة src
التي تم تحديدها في عامل التشغيل. على سبيل المثال:
src:https://example.com/media/carrot.jpg
يعرض عامل التشغيل صفحات من أي نطاق، وليس فقط نطاق عنوان URL المحدّد في
عامل التشغيل. وقد يكون هذا مفيدًا لمعرفة أيّ من الصور التي تستضيفها على موقعك الإلكتروني يكون
مربوطًا بمواقع إلكترونية أخرى.
عامل تشغيل البحث imagesize:
يعرض عامل تشغيل البحث imagesize:
صورًا بالبُعد المحدّد في
عامل التشغيل. ويجب تحديد البُعد بتنسيق "العرض x
الارتفاع". على سبيل المثال:
imagesize:1500x1000
قد يكون عامل التشغيل هذا مفيدًا إذا ما اقترن بعاملَي التشغيل src:
وsite:
. على سبيل المثال، يمكنك العثور على صورة بحجم معيّن تمّت فهرستها على موقعك الإلكتروني:
src:https://example.com/media/carrot.jpg imagesize:500x1200
عند استخدام imagesize:
مع عامل التشغيل site:
، يمكنك العثور على صور
بالحجم المحدّد:
site:https://example.com/ imagesize:500x1200
القيود
بما أنّ عوامل تشغيل بحث الصور تخضع لقيود الفهرسة والاسترداد، قد لا تظهر لك
جميع النتائج التي تظهر لطلب بحث عادي.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-04 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-04 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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."]]