Opened 5 years ago

Closed 5 years ago

#7338 closed enhancement (fixed)

Reverse order of bundled themes' <title></title> elements

Reported by: markjaquith Owned by: markjaquith
Priority: normal Milestone: 2.7
Component: Optimization Version: 2.6
Severity: normal Keywords: themes, titles, seo
Cc:

Description

<title>Post Name &raquo; Blog Name</title> is better than <title>Blog Name &raquo; Post Name</title> for both usability and SEO purposes. There are plugins that switch these, and many SEO experts highly recommend this change. Any reason we shouldn't change our bundled themes to use titles like this? We should also probably drop the "Blog Archive" part -- doesn't seem to be useful information.

Attachments (1)

7338.001.diff (1.5 KB) - added by markjaquith 5 years ago.

Download all attachments as: .zip

Change History (5)

comment:1   ryan5 years ago

Let's do it.

I reversed the breadcrumb arrow too.

ISSUE: Month and Day permalinks build the breadcrumb forwards instead of backwards. Should wp_title() build breadcrumbs backwards when "right" is specified?

Proposed: June < 2007 < Blog Title

Current (with patch): 2007 < June < Blog Title

The idea is that the more specific and more unique data goes first.

comment:3   ryan5 years ago

  • Owner changed from anonymous to markjaquith
  • Resolution set to fixed
  • Status changed from new to closed

(In [9376]) Make wp_title() sort titles based on separator direction. Reverse the titles in bundled theme. Better SEO. fixes #7338

Note: See TracTickets for help on using tickets.