-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Add more bot platforms #542
base: master
Are you sure you want to change the base?
Conversation
Hi @luciomartinez! Sorry it took a while to get back to your PR. If you still available, can you please also add tests for these platforms so that we have examples in the tests? |
|
||
/* Baidu */ | ||
{ | ||
test: [/baiduspider/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* Bingbot */ | ||
{ | ||
test: [/bingbot/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* DuckDuckBot */ | ||
{ | ||
test: [/duckduckbot/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -18,6 +18,105 @@ export default [ | |||
}, | |||
}, | |||
|
|||
/* AmazonBot */ | |||
{ | |||
test: [/Amazonbot/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* Internet Archive Crawler */ | ||
{ | ||
test: [/ia_archiver/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* Meta Web Crawler */ | ||
{ | ||
test: [/facebookexternalhit/i, /facebookcatalog/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* Yahoo! Slurp */ | ||
{ | ||
test: [/yahoo/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* Yandex */ | ||
{ | ||
test: [/yandexbot/i, /yandexmobilebot/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* Pingdom */ | ||
{ | ||
test: [/pingdom/i], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Best guest I suppose 🙂
CI logs don't show exactly which test is failing. Trying to build it locally, I get this error:
I'm not sure what I'm doing wrong here 😕 |
Hey,
I thought it might be helpful to have a few more popular bots besides Google bot (already registered as a platform).
This list is not extensive, yet it includes the most popular ones worldwide, including the main Russian and Chinese search engines.
One of the down sides of having this list is its maintenance, so feel free to skip it from merging if you deem it so.
Thanks,
Lucio.