我尝试找出特定域中存在哪些URL以及google索引中的特定域路径。网址具有以下架构:
https://example.org/path1/<keyword>/path2/
以下谷歌搜索工作正常:
site:https://example.org/path1/*/path2/
但它提供了超过40,000个发现。所以我会尝试搜索
https://example.org/path1/a*/path2/
但是没有找到结果(什么不可能)。怎么了?是否有机会仅提供其中Site-URL包含以&#34; a&#34;开头的关键字的结果?
谢谢你, 扬
答案 0 :(得分:0)
您可以尝试以下
https://example.org/path1/*a
这将搜索以https://example.org/path1/
开头的所有网址,其中还包含关键字a
您可以通过指定多个关键字来优化搜索:
https://example.org/path1/*a*/path2/
这将搜索与第一个示例中相同的内容,但也将同时包含URL的/path2/
部分。但是,如果关键字a
位于第二条路径/path2/