Parallax

About SojournerBot

If you found this page from your server logs: SojournerBot is the crawler behind Parallax, an independent search engine made by Interdiction Studios. It visits briefly, reads a page the way a browser would, follows the links it finds, and moves on. What it reads goes into one search index that shows results as they are, with no ads and no paid placement.

How it identifies itself

Every request carries this user agent, and the crawler answers to the robots.txt name SojournerBot:

SojournerBot/1.0 (+https://parallaxsearch.com/bot; Interdiction Studios)

How it behaves

Keeping it out

You don’t need to ask anyone. Any of these works, and takes effect the next time the crawler looks:

# robots.txt: keep it off the whole site
User-agent: SojournerBot
Disallow: /

# ...or off one part of it
User-agent: SojournerBot
Disallow: /private/

A page with <meta name="robots" content="noindex"> is dropped from the index the next time it is read, and so is a page that starts answering 404 or 410.

Getting in touch

To have something removed sooner, or to tell us the crawler is misbehaving, write to bot@parallaxsearch.com. A person reads every message.