LV
Link Valet Online
Link Valet link checker
About this crawler
Link Valet Online is a web crawler identified by the regular-expression pattern Link Valet Online in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block Link Valet Online traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.33%
Technical details
- Name
- Link Valet Online
- Pattern
Link Valet Online- Tags
- monitoring
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Link Valet Online 1.1
Link Valet Online 1.2
Block this crawler
robots.txt — disallow Link Valet Online:
User-agent: Link Valet Online
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Link Valet Online [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Link Valet Online") {
return 403;
}
← back to all crawlers