You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've noticed that when the User-Agent is detected as bot is it always set as device type DeviceComputer.
This is not always correct. The GoogleBot for instance can crawl the page using different User-Agent for mobile or desktop.
See https://support.google.com/webmasters/answer/1061943?hl=en.
This library should reflect this when parsing a User-Agent. If the bot is crawling as a mobile phone it should be detected as DevicePhone.
I will submit a proposal as PR for fixing this.
Cheers,
Thomas
The text was updated successfully, but these errors were encountered:
Hi,
We've noticed that when the User-Agent is detected as bot is it always set as device type
DeviceComputer
.This is not always correct. The GoogleBot for instance can crawl the page using different User-Agent for mobile or desktop.
See https://support.google.com/webmasters/answer/1061943?hl=en.
This library should reflect this when parsing a User-Agent. If the bot is crawling as a mobile phone it should be detected as
DevicePhone
.I will submit a proposal as PR for fixing this.
Cheers,
Thomas
The text was updated successfully, but these errors were encountered: