FDL Stats Bot
Firebase dynamic link analytics and validation
About this crawler
FDL Stats Bot is a web crawler identified by the regular-expression pattern FDL Stats Bot in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block FDL Stats Bot traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- FDL Stats Bot
- Pattern
FDL Stats Bot- Tags
- seo
- Reference
- https://ftwentertainment.com
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
FDL Stats Bot
Block this crawler
robots.txt — disallow FDL Stats Bot:
User-agent: FDL Stats Bot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} FDL Stats Bot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "FDL Stats Bot") {
return 403;
}
← back to all crawlers