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