如何通过特定网址搜索Google?

con*_*234 4 search-engine google-search google-search-api

我想搜索特定网站的结果,但只搜索网站的特定部分,我想排除包含网址段的结果,例如:

我想要搜索的内容:

http://domain.com/productx

我想排除什么

http://domain.com/productx/details/further

我会在谷歌搜索用什么查询来获得第一的成绩以上.

小智 9

site:domain.com/productx -domain.com/productx/details/further
Run Code Online (Sandbox Code Playgroud)

例如.搜索所有堆栈溢出但不是未答复的目录:

site:stackoverflow.com -stackoverflow.com/unanswered
Run Code Online (Sandbox Code Playgroud)


zei*_*iez 2

使用Google 高级搜索页面并指示其仅在一个网站上搜索仅出现在页面文本中的术语,不会搜索链接的页面。