LinkedIn에서 Google 검색 확인하기:
LinkedIn에서 팔로우하고 검색 가능한 사이트를 만드는 방법에 관한 Google 검색 뉴스와 리소스를 확인하세요.
Google 이미지 검색 연산자
웹 검색과 마찬가지로 Google 이미지는 전용 검색 연산자(src:
, imagesize:
)를 지원합니다. 이러한 연산자는 Google 이미지에서만 작동하고, 다른 Google 서비스에는 영향을 미치지 않습니다.
src:
검색 연산자
src:
검색 연산자는 연산자에 제공된 src
속성의 이미지 URL을 참조하는 페이지를 반환합니다. 예:
src:https://example.com/media/carrot.jpg
연산자는 연산자에 지정된 URL의 도메인뿐만 아니라 모든 도메인의 페이지를 반환합니다. 이는 사이트에서 호스팅하는 이미지가 다른 사이트에서 핫링크되어 있는지 파악하는 데 도움이 될 수 있습니다.
imagesize:
검색 연산자
imagesize:
검색 연산자는 연산자에 지정된 크기의 이미지를 반환합니다. 너비 x
높이 형식으로 크기를 지정해야 합니다. 예:
imagesize:1500x1000
이 연산자는 src:
및 site:
연산자와 함께 사용할 수 있습니다. 예를 들어 사이트에서 색인이 생성된 특정 크기의 이미지를 찾을 수 있습니다.
src:https://example.com/media/carrot.jpg imagesize:500x1200
site:
연산자와 함께 imagesize:
를 사용하면 정확한 크기의 이미지를 찾을 수 있습니다.
site:https://example.com/ imagesize:500x1200
제한사항
이미지 검색 연산자는 색인 생성 및 검색 제한을 따르므로 표준 검색어에 표시될 수 있는 검색결과가 일부만 표시될 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-17(UTC)
[null,null,["최종 업데이트: 2025-02-17(UTC)"],[[["Google Images uses special search operators, `src:` and `imagesize:`, to refine image searches beyond basic keywords."],["The `src:` operator helps find webpages that use a specific image URL, potentially revealing unauthorized use (hotlinking)."],["The `imagesize:` operator filters results by image dimensions (width x height), useful for finding images of a specific size on a site or across the web."],["These operators can be combined with other search operators like `site:` for more targeted results."],["Due to indexing limitations, using these operators might not show all possible results compared to a regular image search."]]],["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"]]