TagVisit

advertising TagVisit

Tag analysis crawler

About this crawler

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

Sample User-Agent strings

TagVisit/0.1 ( http://tag-visit.com/GSIMMkkcA0QAIFUv/bot)
TagVisit/0.1 ( http://tag-visit.com/HCQeJAIYHEpWHxACFhshPFER/bot)
TagVisit/0.1 ( http://tag-visit.com/Hz8LNwsNB15WBRACFhspRw5R/bot)
TagVisit/0.1 ( http://tag-visit.com/GD0LLRQYHFtERVoDDyoxOl4/bot)
TagVisit/0.1 ( http://tag-visit.com/GD0PLBUAGlRNRlsLHAkCHFcHCVYYXX0Tdw/bot)
TagVisit/0.1 ( http://tag-visit.com/GCAZcxQYB01SCFYDXhcRAVhdQ1cBT3Ftfl0/bot)
TagVisit/0.1 ( http://tag-visit.com/BSIYOg8NBktSBUkDBxMdARdNCE8yZ0tk/bot)
TagVisit/0.1 ( http://tag-visit.com/BygJNQIaGV1UAFsUXhMOXV1MEQI2UUU/bot)
TagVisit/0.1 ( http://tag-visit.com/DTgEJBIPW1xSF3gDQhQ/bot)
TagVisit/0.1 ( http://tag-visit.com/DiMeMgYbAU1ZDE0cBgBWF1xVKGwhWQ/bot)
TagVisit/0.1 ( http://tag-visit.com/BzgZKg4PEE9SGVwDABcXB0oHDlwJT3JpfUU/bot)

Block this crawler

robots.txt — disallow TagVisit:

User-agent: TagVisit Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} TagVisit [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "TagVisit") { return 403; }
← back to all crawlers