blogmuraBot

seo blogmuraBot

Blog ranking site linking to blogs across all themes

About this crawler

blogmuraBot is a web crawler identified by the regular-expression pattern blogmuraBot in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block blogmuraBot traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.065%
latest snapshot
2026-06-04
matched key: blogmuraBot
2026-05-012026-06-040.11%

Technical details

Name
blogmuraBot
Pattern
blogmuraBot
Tags
seo
Reference
https://blogmura.com/
Added
2018/06/27
Instances
1 known sample(s)

Sample User-Agent strings

blogmuraBot (+http://www.blogmura.com)

Block this crawler

robots.txt — disallow blogmuraBot:

User-agent: blogmuraBot Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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