Nominetnominet.org.uknominet.uk
Nominet domain registry bot
About this crawler
Nominetnominet.org.uknominet.uk is a web crawler identified by the regular-expression pattern Nominet|nominet\.org\.uk|nominet\.uk in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block Nominetnominet.org.uknominet.uk 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
- Nominetnominet.org.uknominet.uk
- Pattern
Nominet|nominet\.org\.uk|nominet\.uk- Tags
- monitoring
- Reference
- https://www.nominet.uk/privacy-notice
- Added
- 2026/05/09
- Instances
- 3 known sample(s)
Sample User-Agent strings
Nominet/1.0
http://www.nominet.org.uk/privacypolicy
https://www.nominet.uk/privacy-notice
Block this crawler
robots.txt — disallow Nominetnominet.org.uknominet.uk:
User-agent: Nominetnominet.org.uknominet.uk
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Nominet|nominet\.org\.uk|nominet\.uk [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Nominet|nominet\\.org\\.uk|nominet\\.uk") {
return 403;
}
← back to all crawlers