mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 11:14:28 +00:00
Change nofollow to follow in wp_robots_noindex(). "The noindex is fine, the nofollow stops any link equity from that URL, so that's actually a bad idea."
Props joostdevalk. Fixes #22876. git-svn-id: https://develop.svn.wordpress.org/trunk@26096 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1785,7 +1785,7 @@ function noindex() {
|
||||
* @since 3.3.0
|
||||
*/
|
||||
function wp_no_robots() {
|
||||
echo "<meta name='robots' content='noindex,nofollow' />\n";
|
||||
echo "<meta name='robots' content='noindex,follow' />\n";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user