PhoenixKit.Modules.SEO (phoenix_kit v2.6.0)

Copy Markdown View Source

Deprecated alias for PhoenixKit.Modules.Crawlers.

The built-in SEO module was renamed in V172 — everything it held was bot policy (noindex directive, crawler guidance), and the SEO name now belongs to the external phoenix_kit_seo package. This shim keeps host code that called the old module compiling and working; new code should call PhoenixKit.Modules.Crawlers.

Deliberately NOT a PhoenixKit.Module — registering it would put a second module behind the crawlers key and reintroduce the registry shadowing the rename removed.

Summary

Functions

disable_module()

This function is deprecated. Use PhoenixKit.Modules.Crawlers.disable_module/0.

See PhoenixKit.Modules.Crawlers.disable_module/0.

disable_no_index()

This function is deprecated. Use PhoenixKit.Modules.Crawlers.disable_no_index/0.

See PhoenixKit.Modules.Crawlers.disable_no_index/0.

enable_module()

This function is deprecated. Use PhoenixKit.Modules.Crawlers.enable_module/0.

See PhoenixKit.Modules.Crawlers.enable_module/0.

enable_no_index()

This function is deprecated. Use PhoenixKit.Modules.Crawlers.enable_no_index/0.

See PhoenixKit.Modules.Crawlers.enable_no_index/0.

get_config()

This function is deprecated. Use PhoenixKit.Modules.Crawlers.get_config/0.

See PhoenixKit.Modules.Crawlers.get_config/0.

module_enabled?()

This function is deprecated. Use PhoenixKit.Modules.Crawlers.module_enabled?/0.

See PhoenixKit.Modules.Crawlers.module_enabled?/0.

no_index_enabled?()

This function is deprecated. Use PhoenixKit.Modules.Crawlers.no_index_enabled?/0.

See PhoenixKit.Modules.Crawlers.no_index_enabled?/0.

update_no_index(enabled?)

This function is deprecated. Use PhoenixKit.Modules.Crawlers.update_no_index/1.

See PhoenixKit.Modules.Crawlers.update_no_index/1.