RankFlex.com Webspider
SEO ranking analysis
About this crawler
RankFlex.com Webspider is a web crawler identified by the regular-expression pattern RankFlex\.com Webspider in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block RankFlex.com Webspider traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- RankFlex.com Webspider
- Pattern
RankFlex\.com Webspider- Tags
- seo
- Reference
- https://www.sedoparking.com/rankflex.com
- Added
- 2026/05/03
- Instances
- 1 known sample(s)
Sample User-Agent strings
RankFlex.com Webspider
Block this crawler
robots.txt — disallow RankFlex.com Webspider:
User-agent: RankFlex.com Webspider
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} RankFlex\.com Webspider [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "RankFlex\\.com Webspider") {
return 403;
}
← back to all crawlers