KorvixBot — our website crawler
KorvixBot is the website crawler operated by Korvix (korvix.app), an SEO platform that helps businesses improve their search visibility.
It identifies itself with this user-agent:
KorvixBot/1.0 (+https://korvix.app/bot)Why KorvixBot visits websites
- Customer sites: businesses using Korvix connect their own website and ask us to crawl and analyze it. This is the large majority of KorvixBot traffic.
- Public pages for market analysis: to help a customer understand their market, KorvixBot may read a bounded number of publicly accessible pages from other websites (for example, a competitor a customer tracks). It gathers facts — page titles, product categories, publishing activity — not wholesale copies of content.
How KorvixBot behaves
- Respects robots.txt. KorvixBot fetches and obeys your robots.txt, including
Disallowrules andCrawl-delay, using standard (Google-style) semantics. - Crawls gently. At most 2 simultaneous requests per site, with a minimum delay of 500ms between requests (longer if your robots.txt asks for it), and a hard cap on the number of pages per crawl.
- Only public pages. It never attempts to log in, bypass paywalls, or access private networks.
- Identifies itself honestly. Every request carries the user-agent above, linking to this page.
How to block or limit KorvixBot
Add rules for the KorvixBot user-agent to your robots.txt. KorvixBot honors them on its next visit:
# Block KorvixBot entirely
User-agent: KorvixBot
Disallow: /
# Or: allow it but slow it down
User-agent: KorvixBot
Crawl-delay: 10Questions or concerns
If you believe KorvixBot is misbehaving, or you would like your site excluded without editing robots.txt, email us at support@korvixseo.com with your domain — we will investigate and honor exclusion requests promptly.