Google Images search operators

Similarly to web search, Google Images supports dedicated search operators, namely src:andimagesize:.These operators only work on Google Images; they have no effect on other Google properties.

src:search operator

Thesrc:search operator returns pages that reference the image URL in thesrcattribute that's provided in the operator. For example:

src:https://example /media/carrot.jpg

The operator returns pages from any domain, not just the domain of the URL specified in the operator. This may be helpful to learn which images you're hosting on your site are hotlinkedby other sites.

imagesize:search operator

Theimagesize:search operator returns images of the dimension specified in the operator. You must specify the dimension in widthxheight format. For example:

imagesize:1500x1000

This operator can be helpful in conjunction with thesrc:andsite: operator. For example, you can find an image of a certain size that was indexed on your site:

src:https://example /media/carrot.jpg imagesize:500x1200

Usingimagesize:with thesite:operator, you can find images of the exact size:

site:https://example / imagesize:500x1200

Limitations

Because image search operators are bound by inde xing and retrieval limits, you might not see all of the results that may appear for a standard search query.