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
- It reads
robots.txtbefore anything else and obeys it, including crawl delays. - One request at a time per site, with a pause between requests; it never runs many fetches against one site at once.
- It fetches HTML pages only, up to a modest size, and never submits forms, logs in, or runs scripts.
- A page it has read is revisited rarely: after a week at first, and less often the less it changes.
- It stores the page’s text and its links, and nothing about anyone who visits your site.
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.