Rankwise logoRankwise
Free audit
PricingCompareResources
Sign inGet started

Footer

Rankwise

The infrastructure layer for AI search: measure what AI says, publish what wins, and pinpoint the fixes that get you cited.

Built for the answer engines

Product

  • Pricing
  • Templates

Solutions

  • For agencies
  • For in-house SEO
  • For founders
  • Use Cases
  • Integrations
  • Compare
  • Alternatives

Resources

  • Resources
  • Articles
  • Guides
  • Case Studies
  • Learn
  • Glossary
  • Topics
  • API

Company

  • About
  • Contact
ImpressumAGBDatenschutz

© 2026 Rankwise. All rights reserved. Built by Founder Ventures.

Tracking ChatGPT · Perplexity · Claude · Google AI Overviews
  1. Rankwise
  2. /AI crawlers
  3. /bingbot
Microsoft · Search index

bingbot

Bing's web crawler. Microsoft says Copilot and Copilot Chat may fetch information from the Bing search service to ground a response.

Source: learn.microsoft.com
Check if your site allows bingbot

Operator

Microsoft

Job

Search index

Builds the index an AI answer searches. Block it and you drop out of that product's results.

robots.txt

Follows robots.txt

Bing says it respects the preferences content owners express through robots.txt and its other supported controls.

Source: blogs.bing.com
User agent

How it identifies itself

Copied from the vendor's documentation. Version numbers inside these strings change over time, so match on the token rather than the whole string.
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
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)
Source: blogs.bing.com
robots.txt

Allow or block bingbot

Add one of these groups to the robots.txt at the root of your domain.

A crawler obeys only the most specific group that names it (RFC 9309), so a named group does not inherit the rules under User-agent: *. Repeat any paths you keep private, as the example does with /admin/.

Allow bingbot
User-agent: bingbot
Allow: /
Disallow: /admin/
Block bingbot
User-agent: bingbot
Disallow: /
What tryrankwise.com does

We name bingbot and let it in

Read from the robots.txt we serve. We want AI engines to read and cite this site, so every AI crawler is allowed everywhere except the app, the API and the sign-in pages (/dashboard/, /api/, /login, /signup, /sign-in, /sign-up). The file also declares Content-Signal: ai-train=yes, search=yes, ai-input=yes.

tryrankwise.com/robots.txt
User-agent: bingbot
Allow: /
Disallow: /dashboard/
Disallow: /api/
Disallow: /login
Disallow: /signup
Disallow: /sign-in
Disallow: /sign-up

See the whole file. The same rules repeat in every group, because a crawler that matches a named group ignores the wildcard one.

Sources, checked 2026-09-24

  • blogs.bing.com/webmaster/april-2022/Announcing-user-agent-change-for-Bing-crawler-bingbot
  • learn.microsoft.com/en-us/microsoft-365/copilot/manage-public-web-access
  • blogs.bing.com/webmaster/February-2026/Introducing-AI-Performance-in-Bing-Webmaster-Tools-Public-Preview
Check your own file

Does your robots.txt let bingbot in?

The free AI crawler checker reads your robots.txt and reports which of the major AI crawlers it allows or blocks. No signup.
Check AI crawler accessOr start free →