EightVisionsCrawler

A polite web crawler used by 8 Visions to build a better web search experience.

Overview

EightVisionsCrawler is an automated web crawler operated by 8 Visions. It is used for discovering and indexing publicly available web pages in order to improve our search engine and related research tools.

The crawler is designed to be polite and to respect robots.txt rules as well as standard web crawling conventions.

This crawler gathers metadata to power the public 8 Visions search engine. You can visit the search homepage here: https://8visions.online/ .
User-Agent string:
EightVisionsCrawler/1.0 (+https://8visions.online/eightvisionscrawler.php)

What the crawler collects

EightVisionsCrawler only collects technical and SEO-related metadata from publicly accessible pages. It does not intentionally collect or store personal information.

The crawler does not store full page content and attempts to avoid storing obvious personal identifiers (such as email addresses or phone numbers) in its metadata fields.

Respect for robots.txt and crawling rules

EightVisionsCrawler obeys the Robots Exclusion Protocol (robots.txt) .

How to block EightVisionsCrawler using robots.txt

If you do not want EightVisionsCrawler to crawl your site, you can block it in your robots.txt file. Place a file named robots.txt at the root of your domain (for example: https://example.com/robots.txt) and add rules like the following:

User-agent: EightVisionsCrawler
Disallow: /

User-agent: *
Disallow:

The example above:

If you want to allow most of your site but block specific sections, you can do:

User-agent: EightVisionsCrawler
Disallow: /private/
Disallow: /tmp/

User-agent: *
Disallow:

In this example, EightVisionsCrawler may crawl your public pages but will not crawl anything under /private/ or /tmp/.

Rate limiting and politeness

EightVisionsCrawler is designed to crawl politely:

Contact

If you believe EightVisionsCrawler is not respecting your robots.txt rules or is causing issues for your site, please contact the site operator and include:

We will investigate and take action to ensure the crawler continues to behave politely and in accordance with your published rules. support@8visions.online