IDG/IT

seo IDG\/IT

IDG IT web crawler

About this crawler

IDG/IT is a web crawler identified by the regular-expression pattern IDG\/IT in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block IDG/IT 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
IDG/IT
Pattern
IDG\/IT
Tags
seo
Reference
http://spaziodati.eu/
Added
2026/05/09
Instances
1 known sample(s)

Sample User-Agent strings

IDG/IT (http://spaziodati.eu/)

Block this crawler

robots.txt — disallow IDG/IT:

User-agent: IDG/IT Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} IDG\/IT [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "IDG\\/IT") { return 403; }
← back to all crawlers