Lyrenth AI Web Index
Operated by Lyrenth
Quick Facts
- User-Agent:
- AIWebIndex
- Category:
- AI & LLM Bots
- Operator:
- Lyrenth
- Safety:
- Safe
- Blocking Impact:
- Low - No SEO ranking impact
- SEO Impact Score:
- 2/10
- Official docs:
- lyrenth.com
Confirmed by the operator
Lyrenth names AIWebIndex on its own documentation page, linked above. The token, purpose and robots.txt behaviour on this profile come from that page, re-checked on September 22, 2026.
What is Lyrenth AI Web Index?
Lyrenth AI Web Index is an AI search-index crawler operated by Lyrenth. It collects and indexes web content so it can be surfaced as citations or answers inside Lyrenth's AI search experience. Allowing Lyrenth AI Web Index can increase your visibility in AI-powered search results, which is why most sites choose to permit it.
Lyrenth AI Web Index is an AI search-index crawler operated by Lyrenth. It collects and indexes web content so it can be surfaced as citations or answers inside Lyrenth's AI search experience. Allowing Lyrenth AI Web Index can increase your visibility in AI-powered search results, which is why most sites choose to permit it.
Lyrenth AI Web Index uses the user-agent token AIWebIndex. You can control it via robots.txt, meta tags (noai), or the emerging llms.txt standard. Robots.txt is voluntary; for hard enforcement, combine it with server-level IP blocking.
What happens if you block Lyrenth AI Web Index?
User-agent / Disallow: / without any SEO penalty.Want to see whether Lyrenth AI Web Index actually visits you? Read how do I monitor AI bot traffic to my website?
How to block Lyrenth AI Web Index with robots.txt
<code>User-agent: AIWebIndex</code> - Matching is case-insensitive. Robots.txt is fetched from the root of each subdomain separately.
Is Lyrenth AI Web Index safe to allow?
What does Lyrenth AI Web Index do?
Understanding Lyrenth AI Web Index's purpose helps you decide whether to allow or block it.
- Indexes web pages for AI-powered search answers
- Surfaces your content as citations inside AI search results
- Builds a knowledge index used to answer user questions
- Allowing it can increase visibility in AI search
- Respects robots.txt directives
Frequently Asked Questions
What is the official user-agent string for Lyrenth AI Web Index?
AIWebIndex. Use this exact string in robots.txt, Nginx, Apache, or Cloudflare firewall rules to target this bot. Matching in robots.txt is case-insensitive. Verify a request genuinely comes from Lyrenth AI Web Index by performing a reverse-DNS lookup on the source IP.Is Lyrenth AI Web Index safe?
Will blocking Lyrenth AI Web Index hurt my SEO?
User-agent / Disallow: / without any SEO penalty.How do I block Lyrenth AI Web Index in robots.txt?
/robots.txt file:User-agent: AIWebIndex Disallow: /
This instructs Lyrenth AI Web Index not to crawl any path on your site. To block only specific sections, replace / with the path (e.g.,
Disallow: /blog/).Does Lyrenth AI Web Index respect robots.txt?
/robots.txt before crawling, following RFC 9309. For hard enforcement, combine robots.txt with server-level IP or user-agent blocking.How do I verify if Lyrenth AI Web Index is crawling my site?
AIWebIndex (case-insensitive: grep -i "AIWebIndex" /var/log/nginx/access.log). Filter by user-agent in your log analytics tool (GoAccess, AWStats, etc.).