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
@ala-n,
In my opinion, we probably shouldn't deprecate the utility. It still may have its uses. But it should be definitely updated.
The google's dev docs have the list of crawlers they have. Also they have a special case crawlers when there's an agreement between crawled site and bot described here. In general, almost all of the crawlers start with Googlebot in name except a couple.
Btw, here's the regex we use on our analytics project: /headless|Googlebot|Bingbot|Slurp|DuckDuckBot|Baiduspider|YandexBot|Sogou|Exabot|facebot|ia_archiver|spider|SeznamBot|PetalBot|63.0.3239.0|Yeti|coccocbot|applebot/i
Usage in ESL (forbid upper screen DPR detection) - retire, we should get rid of isBot Check inside @nx ESLMediaQueries
Deprecate isBot usage (Reason: it is no longer ESL lib scope, actual bot check should be consistently updated and much more complex than a couple of bot providers)
Update or deprecate
isBot
detector of the 'esl-utils/environment' according to the latest tool updates.Use Google Bot as one of the references.
The text was updated successfully, but these errors were encountered: