CitenixBot is the web crawler operated by Citenix, an SEO & AI-visibility platform. When someone analyzes a website with Citenix, CitenixBot visits its pages to check technical SEO, content quality, and how the site appears to AI search engines.
CitenixBot always identifies itself with this User-Agent:
CitenixBot user-agent.If-None-Match / If-Modified-Since) so unchanged pages aren't re-downloaded.You're in charge. Add rules for CitenixBot to your robots.txt.
Allow it, but slow it down and keep it out of a folder:
# robots.txt
User-agent: CitenixBot
Crawl-delay: 5
Disallow: /private/
Block it from your entire site:
# robots.txt
User-agent: CitenixBot
Disallow: /
Changes take effect on the next crawl.
Someone — possibly you — added your domain to Citenix for an SEO or AI-visibility analysis. CitenixBot doesn't crawl the open web at random; it only visits sites a Citenix user has requested.