Make WordPress Core


Ignore:
Timestamp:
11/11/2013 10:26:33 PM (13 years ago)
Author:
wonderboymusic
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r26072 r26096  
    17861786 */
    17871787function wp_no_robots() {
    1788         echo "<meta name='robots' content='noindex,nofollow' />\n";
     1788        echo "<meta name='robots' content='noindex,follow' />\n";
    17891789}
    17901790
Note: See TracChangeset for help on using the changeset viewer.