Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#7338 closed enhancement (fixed)

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

Reported by: markjaquith's profile markjaquith Owned by: markjaquith's profile markjaquith
Milestone: 2.7 Priority: normal
Severity: normal Version: 2.6
Component: Optimization Keywords: themes, titles, seo
Focuses: 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 17 years ago.

Download all attachments as: .zip

Change History (5)

#1 @ryan
17 years ago

Let's do it.

#2 @markjaquith
17 years ago

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.

#3 @ryan
17 years ago

  • Owner changed from anonymous to markjaquith

#4 @markjaquith
17 years ago

  • 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.