TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Bingbot sending random search queries to your site?

2 点作者 mischa_u3 个月前
In my access logs I noticed bingbot sending a lot of random search queries to `&#x2F;search=&lt;query&gt;`. Keywords are in various languages, include news, product names, celebrities, conversion rates and even xxx keywords. This has been going on for months, but really kicked off since January with over 100k requests per month.<p>The IP addresses from the webbots look genuine, all within the msnbot-*.search.msn.com range. The user agent is &quot;Mozilla&#x2F;5.0 AppleWebKit&#x2F;537.36 (KHTML, like Gecko; compatible; bingbot&#x2F;2.0; +http:&#x2F;&#x2F;www.bing.com&#x2F;bingbot.htm) Chrome&#x2F;116.0.1938.76 Safari&#x2F;537.36&quot;, so this doesn&#x27;t look like LLM scraping.<p>As far as I can tell there are no links to these pages, and most queries won&#x27;t return anything as my website is rather niche (CAIBotList). Has anyone else noticed their website being used by Bing as a proxy search engine?

1 comment

Festro3 个月前
It&#x27;s not a proxy search engine thing.<p>Bing (and Google) serve internal site search pages (your search function) in their search results if they&#x27;re able to crawl your search function (it&#x27;s easy to find, and as longas it&#x27;s indexable).<p>What they don&#x27;t really know is what terms people tend to search for on your site, as that&#x27;s only known to you. So, they&#x27;ll guess. And they&#x27;ll guess terribly and in random languages.<p>I think Google are okay at making informed guesses now, but Bing as usual lags behind.<p>I wouldn&#x27;t worry, this just means that your search results might appear in Bing&#x27;s index and you may get traffic for terms your site hasn&#x27;t been ranking for previously.