#5004 closed defect (bug) (fixed)
Add canonical URL tags to the login template(s)
Reported by: | jonoaldersonwp | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Login & Authentication | Keywords: | seo |
Cc: |
Description
https://login.wordpress.org/ and https://login.wordpress.org/wp-login.php should have a canonical URL tag with a value of https://login.wordpress.org/
Change History (3)
#3
@
5 years ago
$ curl -is https://login.wordpress.org/ | grep canonical <link rel="canonical" href="https://login.wordpress.org/" /> $ curl -is https://login.wordpress.org/wp-login.php | grep canonical <link rel="canonical" href="https://login.wordpress.org/" /> $ curl -is https://login.wordpress.org/checkemail | grep canonical <link rel="canonical" href="https://login.wordpress.org/checkemail" />
Note: See
TracTickets for help on using
tickets.
In 9461: