wpseek.com
A WordPress-centric search engine for devs and theme authors
noindex is deprecated since version 5.7.0!
Alternative: wp_robots_noindex()
Alternative: wp_robots_noindex()
noindex › WordPress Function
Since2.1.0
Deprecated5.7.0
› noindex ( No parameters )
See: | |
Defined at: |
|
Codex: |
Displays a `noindex` meta tag if required by the blog configuration.
If a blog is marked as not being public then thenoindex
meta tag will be
output to tell web robots not to index the page content.
Typical usage is as a {@see 'wp_head'} callback:
add_action( 'wp_head', 'noindex' );