ultimate_sitemap_parser

http-library ultimate_sitemap_parser

Sitemap parser utility

About this crawler

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

Sample User-Agent strings

ultimate_sitemap_parser/0.5

Block this crawler

robots.txt — disallow ultimate_sitemap_parser:

User-agent: ultimate_sitemap_parser Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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