Opened 5 years ago
Closed 5 years ago
#4680 closed defect (bug) (fixed)
The page title structure for 'pages' on Rosetta sites is inconsistent with the main site
Reported by: | jonoaldersonwp | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | International Sites (Rosetta) | Keywords: | seo analytics |
Cc: |
Description
The default page title structure on wordpress.org is {{NAME}} | WordPress.org
.
E.g., https://wordpress.org/about/swag/ has a title of Swag | WordPress.org
On Rosetta pages, the structure is {{LOCALE}} « {{NAME}} — WordPress
. This should be changed to {{NAME}} | WordPress.org ({{COUNTRYCODE}})
. E.g., Accessoires | WordPress.org (FR)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The suggestion of
{{NAME}} | WordPress.org ({{COUNTRYCODE}})
doesn't really work with our locale setup, primarily since each locale site is NOT county specific and locale-codes are not intended to be displayed to an end-user.I've gone with
{{NAME}} | WordPress.org {{Locale Name}}
where Locale Name is set by each locales blog title.It looks like the Rosetta Forum titles aren't being filtered though, so that'll need to be fixed up too.
The Theme Directory title is also not respecting the new title structure (no surprise there) so that'll need to be fixed too.