Crawlers settings LiveView — the bot-policy page.
Sections, top to bottom:
- Robots directive — the global noindex/nofollow staging switch.
- Bot access — per-group allow/block toggles over the curated registry
(
PhoenixKit.Modules.Crawlers.Bots). - robots.txt — the complete generated file for copy-paste, built from
the toggles above. PhoenixKit deliberately does not write or serve
this file: it is host policy, and
Plug.Staticanswers before the router, so a generated route would be dead code on most installs and a silent override on the rest. - llms.txt — served (root + prefixed) when the module is enabled; the operator's extra markdown is edited here.
- Verification — Google/Bing site-verification meta contents.
- Enforcement — the default-off application-level UA blocker, with its advisory-grade caveat stated plainly.
Summary
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.mount/3.
Callback implementation for Phoenix.LiveView.render/1.
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.mount/3.
Callback implementation for Phoenix.LiveView.render/1.