# MojeekBot

> Mojeek's crawler. Mojeek runs one of the few genuinely independent web indexes — not a front end over Bing or Google — so it is one of the few blocks that removes you from an index nobody else can put you back into. Its documentation states it obeys the first record whose User-Agent contains MojeekBot, falling back to *.

| field | value |
|---|---|
| operator | Mojeek |
| category | Search engines |
| robots.txt token | `MojeekBot` |
| user-agent contains | `MojeekBot` |
| robots.txt | obeys robots.txt (documented) |
| verify by | no published verification method |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://www.mojeek.com/bot.html |
| last reviewed | 2026-09-01 |

## What blocking it costs you

You leave an independent index that other privacy-focused search products draw on. Small traffic, disproportionate long-term cost to web plurality.

## Full user-agent string

```
Mozilla/5.0 (compatible; MojeekBot/0.11; +https://www.mojeek.com/bot.html)
```

## Block it

```
User-agent: MojeekBot
Disallow: /
```

## Allow it

```
User-agent: MojeekBot
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/mojeekbot.json · index: https://www.pathwren.workers.dev/llms.txt
