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.
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.