Make WordPress Core

Ticket #22876: noindex-follow.patch

File noindex-follow.patch, 417 bytes (added by joostdevalk, 10 years ago)

Noindex follow patch

  • wp-includes/general-template.php

     
    17821782 * @since 3.3.0
    17831783 */
    17841784function wp_no_robots() {
    1785         echo "<meta name='robots' content='noindex,nofollow' />\n";
     1785        echo "<meta name='robots' content='noindex,follow' />\n";
    17861786}
    17871787
    17881788/**