Configuration
All settings live under Stores → Configuration → Qoliber → SEO: AI Discoverability.
Master switch
Top-level toggle. When off, the module is inert: no robots.txt modifications, no X-Robots-Tag header changes, the /llms.txt route returns 404.
robots.txt rules
- Enable — appends per-bot
Disallow: /blocks to therobots.txtMagento serves. - Bot list — admin-editable list of
User-agentstrings. Defaults cover the major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.). Edit, add or remove rows as your policy evolves.
Google-Extended is Google's opt-out specifically for Gemini training. Blocking it does not affect Google Search ranking — they're separate crawlers under the hood.
X-Robots-Tag header
- Enable — emits an
X-Robots-TagHTTP header on every storefront response. - Directive value — defaults to
noai, noimageai. Edit to suit your policy (e.g.,noaionly).
This header is honoured by major AI crawlers as the per-response equivalent of a robots.txt rule. It does not affect search-engine indexing.
/llms.txt manifest
- Enable — exposes
/llms.txtat your storefront root. - Manifest content — plain-text, admin-edited. See llmstxt.org for the draft format. Typical structure: a heading, an introductory paragraph, then
## Pages we recommend/## Pages to ignoresections.
When disabled, the route returns 404 — identical to a store without the module installed.
Per-store-view configuration
Every setting can be scoped per website / store / store-view. Run different policies on different markets if your legal team requires it (e.g., stricter opt-out in EU markets).