Allow the Vizzybl crawler through your robots.txt, firewall, or WAF so site indexing returns pages, not zero.
Vizzybl crawls your website to build the content index behind brand defense and content optimization. When our crawler can't read your pages, indexing returns 0 pages and a "needs attention" warning appears in Brand Protection → Content Index. This is Vizzybl's own crawler — not the Google or Vertex AI bot — so allow it explicitly using the details below.
Open Brand Protection → Content Index. A domain that couldn't be indexed shows one of two states:
Note: A 0-page result is not always a block. An over-broad rule in your
robots.txtcan hide almost every URL from every crawler — check that section below before assuming a firewall problem.
Vizzybl crawls from a single, stable egress IP. Allowlisting that IP in your firewall or WAF is the most reliable option, because our crawler falls back to a standard browser User-Agent for compatibility — so User-Agent matching alone may not catch every request.
Add this IP to your allowlist:
35.202.121.22
Important: Allowlist by IP as your primary rule, and add the User-Agent rule below as a second signal.
Our crawler identifies itself on its first request to each page as:
Mozilla/5.0 (compatible; VizzyblBot/1.0; +https://vizzybl.ai/bot)
Allow it in two places:
User-agent: VizzyblBot
Allow: /
VizzyblBot. Managed bot-fighting rules often challenge unfamiliar crawlers, so name us explicitly.Note: User-Agent allowlisting is best-effort — if a site blocks
VizzyblBot, our crawler retries as a browser so indexing still works where it can. The IP rule above is the deterministic one.
Vizzybl honors robots.txt on every request, whatever User-Agent we send. An over-broad rule silently removes your content from indexing.
Warning: A rule like
Disallow: /*?blocks every URL that contains a query string. If your pages live on query-parameter URLs — common on booking, search, and catalog sites — this hides them from all crawlers. Add anAllow:for the paths Vizzybl should read, or scope theDisallowmore narrowly.
When both a wildcard group (User-agent: *) and a User-agent: VizzyblBot group are present, the VizzyblBot group takes precedence for us — so a specific Allow: / for VizzyblBot overrides a broad wildcard Disallow.
VizzyblBot (and our egress IP) return 200.