Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing bing bots #1380

Closed
jaydiablo opened this issue Apr 15, 2017 · 0 comments · Fixed by #1386
Closed

Missing bing bots #1380

jaydiablo opened this issue Apr 15, 2017 · 0 comments · Fixed by #1386

Comments

@jaydiablo
Copy link
Contributor

These two don't detect as bots in 6022.

Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 530) like Gecko (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)

Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 530) like Gecko BingPreview/1.0b

From https://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0

These following ones aren't detected as bots by 6022, but I think #1320 added them, I have to double check against master.

Mozilla/5.0 (compatible; adidxbot/2.0; +http://www.bing.com/bingbot.htm)

Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 530) like Gecko (compatible; adidxbot/2.0; +http://www.bing.com/bingbot.htm)

Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; adidxbot/2.0; +http://www.bing.com/bingbot.htm)

jaydiablo added a commit to jaydiablo/browscap that referenced this issue Apr 21, 2017
This fixes browscap#1380.

I added the agents for that issue that weren’t already tested for, and
also dug through our logs a little bit for other Bing agents that
weren’t detecting properly (I didn’t find too much, but did find a
WebHistory bot, so added that as well).

I didn’t add device detection to these bing agents that have devices
(other than for iOS devices).  I didn’t think it was particularly
useful for crawlers, as I’m pretty sure they’re not trying to emulate
the device they claim they are. I did add some rendering engines to
some of these bing bots though.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant