# `PhoenixKitWeb.Live.Settings.SEO`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v2.2.0/lib/phoenix_kit_web/live/settings/seo.ex#L1)

SEO settings management LiveView for PhoenixKit.

Provides a simple interface for global indexing directives (noindex/nofollow)
to keep staging or development deployments out of search engines, plus the
`robots.txt` guidance that goes with them.

PhoenixKit deliberately does **not** generate `robots.txt`. It is host policy,
and `Plug.Static` runs before the router — a `priv/static/robots.txt` is
served whatever the router says, so a generated route would be dead code on
most installs and a silent override on the rest. What this page does instead
is tell the operator exactly what to put in theirs, including the `Sitemap:`
line, since a sitemap nothing points at is one crawlers find by guessing.

# `handle_event`

# `mount`

# `render`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
