bingbot
GoodBotCommunity-sourcedThe primary web crawler for the Microsoft Bing search engine, responsible for discovering and indexing content to power search results. Operated by Microsoft.
What is bingbot?
Bingbot is the core automated agent developed by Microsoft to navigate the internet and populate the Bing search index. By systematically visiting websites, it retrieves page content, metadata, and structural information, which is then processed to provide relevant results to users of the Bing search engine and associated Microsoft services. It operates as a standard, well-behaved crawler that respects robots.txt directives and crawl-delay settings defined by site administrators.
Identification
Why it crawls your site
The bot crawls the web to ensure that Microsoft's search index remains current, comprehensive, and accurate. By continuously scanning for new or updated pages, it enables Bing to surface fresh content to users. Site owners can verify the authenticity of this bot by performing a reverse DNS lookup on the requesting IP address to ensure it resolves to a domain owned by Microsoft, specifically within the search.msn.com or bing.com subdomains.
IP ranges
Requests from bingbot originate from these published ranges. For strict verification, match the source IP against this list in addition to checking the user-agent and reverse-DNS.
Block or allow bingbot
Add a Disallow rule for bingbot in your robots.txt file. You can also block at the server level using your web server configuration or CDN firewall rules to filter requests matching the user-agent string.
# Block bingbot from crawling your entire site User-agent: bingbot Disallow: / # Allow bingbot full access User-agent: bingbot Allow: /
Ensure your robots.txt allows bingbot. Verify requests by checking the user-agent string.
Traffic & trends
No Cloudflare traffic data available.
Loading trend data…
From the community
Recent Reddit discussion mentioning this bot.
Related bots
Other crawlers operated by Microsoft.
Data sources
This profile is compiled from the following sources.