WordPress.org

Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#10301 closed enhancement (wontfix)

Add rel="nofollow" to links in wp_loginout()

Reported by: philfreo Owned by:
Priority: normal Milestone:
Component: Template Version:
Severity: normal Keywords: has-patch
Cc: philfreo, ryan@…

Description

Just a suggestion... I can't see why most people would care about (or want) search engines following the WordPress login/logout links. For people who are trying to be careful about not giving away PageRank to unnecessary pages, it'd be handy if rel="nofollow" were added to the login/logout links in wp_loginout(), which is in general-template.php.

Attachments (1)

general-template.10301.diff (772 bytes) - added by ninjaWR 4 years ago.
adds rel="nofollow" to loginout()

Download all attachments as: .zip

Change History (5)

comment:1 philfreo4 years ago

  • Component changed from General to Template

comment:2 philfreo4 years ago

  • Cc philfreo added

ninjaWR4 years ago

adds rel="nofollow" to loginout()

comment:3 ninjaWR4 years ago

  • Cc ryan@… added
  • Keywords has-patch added

comment:4 Denis-de-Bernardy4 years ago

  • Milestone Unassigned deleted
  • Resolution set to wontfix
  • Status changed from new to closed

the login form already has noindex,nofollow since 2.8

Note: See TracTickets for help on using tickets.