File: wp-includes/robots-template.php
-
functionwp_robots()
Displays the robots meta tag as necessary.
-
hookwp_robots
Filters the directives to be included in the ‘robots’ meta tag.
-
functionwp_robots_noindex()
Adds `noindex` to the robots meta tag if required by the site configuration.
-
functionwp_robots_noindex_embeds()
Adds `noindex` to the robots meta tag for embeds.
-
functionwp_robots_noindex_search()
Adds `noindex` to the robots meta tag if a search is being performed.
-
functionwp_robots_no_robots()
Adds `noindex` to the robots meta tag.
-
functionwp_robots_sensitive_page()
Adds `noindex` and `noarchive` to the robots meta tag.
-
Adds `max-image-preview:large` to the robots meta tag.