Bingbot/2.0
UndecidedCommunity-sourcedBingbot is Microsoft's web crawler responsible for indexing content on the internet to enhance the Bing search engine's results. By systematically browsing websites, Bingbot collects data about page content, links, and site structure, ensuring that Bing's search index remains current and comprehensive. A typical Bingbot user-agent string appears as: This string is present in web server logs, allowing website administrators to identify requests made by Bingbot. In April 2022, Microsoft updated Bingbot's user-agent string to include the specific version of Microsoft Edge used for crawling, enhancing transparency and compatibility. The updated user-agent strings are: Desktop : ``` Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; + http://www.bing.com/bingbot.htm ) Chrome/W.X.Y.Z Safari/537.36 Mobile : ``` Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; bingbot/2.0; + http://www.bing.com/bingbot.htm ) In these strings, "W.X.Y.Z" represents the latest Microsoft Edge version used by Bingbot. This change was fully implemented by January 2023, with the new user-agent now being used for crawling 100% of sites, unless a fallback to the previous user-agent is necessary. ( searchengineland.com ) Website owners can manage Bingbot's access through the robots.txt file by specifying directives to allow or disallow crawling of specific pages or sections. For example, to prevent Bingbot from crawling the entire site, the following directive can be added: This configuration instructs Bingbot to refrain from accessing any pages on the website.
Identification
IP ranges
Requests from Bingbot/2.0 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/2.0
Add a Disallow rule for Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36 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/2.0 from crawling your entire site User-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36 Disallow: / # Allow Bingbot/2.0 full access User-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36 Allow: /
Ensure your robots.txt allows Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36. Verify requests by checking the user-agent string.
Traffic & trends
No Cloudflare traffic data available.
Loading trend data…
Links & references
Data sources
This profile is compiled from the following sources.
Something wrong with this entry? Suggest a correction