wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_no_robots is deprecated since version 5.7.0!
Alternative: wp_robots_no_robots()
Alternative: wp_robots_no_robots()
wp_no_robots › WordPress Function
Seit3.3.0
Veraltet5.7.0
› wp_no_robots ( Keine Parameter )
Definiert in: |
|
Codex: | |
Changelog: |
|
Display a `noindex` meta tag.
Outputs anoindex
meta tag that tells web robots not to index the page content.
Typical usage is as a {@see 'wp_head'} callback:
add_action( 'wp_head', 'wp_no_robots' );