Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Toán tử tìm kiếm cho Google Hình ảnh
Tương tự như công cụ tìm kiếm trên web, Google Hình ảnh hỗ trợ các toán tử tìm kiếm riêng, cụ thể là src: và imagesize:. Các toán tử này chỉ hoạt động trên Google Hình ảnh chứ không dùng được trên các sản phẩm khác của Google.
Toán tử tìm kiếm src:
Toán tử tìm kiếm src: sẽ trả về các trang tham chiếu đến URL hình ảnh trong thuộc tính src được cung cấp trong toán tử này. Ví dụ:
src:https://example.com/media/carrot.jpg
Toán tử này sẽ trả về các trang trên bất cứ miền nào, chứ không chỉ nằm trên miền của URL được chỉ định trong toán tử. Điều này có thể giúp bạn biết được những hình ảnh nào đang lưu trữ trên trang web của mình bị liên kết nóng (hotlink) bởi những trang web khác.
Toán tử tìm kiếm imagesize:
Toán tử tìm kiếm imagesize: sẽ trả về hình ảnh có kích thước được chỉ định trong toán tử này. Bạn phải chỉ định kích thước theo định dạng chiều rộng x chiều dài. Ví dụ:
imagesize:1500x1000
Toán tử này có thể hữu ích khi kết hợp với toán tử src: và site:. Ví dụ: trên trang web của mình, bạn có thể tìm thấy một hình ảnh có kích thước cụ thể và đã được lập chỉ mục:
Bằng cách kết hợp imagesize: với toán tử site:, bạn sẽ tìm được hình ảnh có kích thước chính xác:
site:https://example.com/ imagesize:500x1200
Các điểm hạn chế
Vì các toán tử tìm kiếm hình ảnh bị ràng buộc bởi giới hạn của việc lập chỉ mục và truy xuất, nên có thể bạn sẽ không thấy tất cả kết quả mà một cụm từ tìm kiếm thông thường có thể trả về.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]