WeSEE:Ads/PageBot

advertising WeSEE:Ads/PageBot

Ad verification bot

About this crawler

WeSEE:Ads/PageBot is a web crawler identified by the regular-expression pattern WeSEE:Ads/PageBot in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block WeSEE:Ads/PageBot 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
WeSEE:Ads/PageBot
Pattern
WeSEE:Ads/PageBot
Tags
advertising
Reference
http://www.wesee.com/bot/
Added
2026/05/03
Instances
1 known sample(s)

Sample User-Agent strings

WeSEE:Ads/PageBot (http://www.wesee.com/bot/)

Block this crawler

robots.txt — disallow WeSEE:Ads/PageBot:

User-agent: WeSEE:Ads/PageBot Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} WeSEE:Ads/PageBot [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "WeSEE:Ads/PageBot") { return 403; }
← back to all crawlers