Making WordPress.org

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#5662 closed defect (bug) (fixed)

Standardize and localize the <title> on login pages

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
Milestone: Priority: lowest
Component: Login & Authentication Keywords: seo
Cc:

Description

The <title> tag content on all pages/states on login.wordpress.org should append | WordPress.org.

When a localized variant other than the default/global flavour is requested (e.g., https://login.wordpress.org/?locale=ja or https://login.wordpress.org/?redirect_to=https%3A%2F%2Flogin.wordpress.org%2F&locale=af), the <title> value should be adapted to append the localization name to the end of the string.

E.g., on https://login.wordpress.org/?locale=fr, the title is currently Connexion à WordPress.org, but should be Connexion à WordPress.org | WordPress.org Français.

Change History (3)

#1 @dd32
3 years ago

In 10829:

Locale Detection: Some language codes do not follow the xx_XX format, and xx_xxxxx is valid, likewise some locales have variants, allow for those too.

This affected locales such as art_xpirate which would revert to art_emoji or ca_valencia which reverted to ca.

This also affected de_CH_informal which would revert to de_DE, or de_CH_404 which reverted to de_DE instead of de_CH.

See #5662.

#2 @dd32
3 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 10830:

Login: Append the Locale sitename to the login title.

Fixes #5662.

#3 @jonoaldersonwp
3 years ago

Great job! :D

Note: See TracTickets for help on using tickets.