Make WordPress Core

Opened 18 years ago

Closed 18 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: Focuses:

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 18 years ago.

Download all attachments as: .zip

Change History (5)

#1 @ryan
18 years ago

Let's do it.

#2 @markjaquith
18 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
18 years ago

  • Owner changed from anonymous to markjaquith

#4 @markjaquith
18 years ago

  • Resolutionfixed
  • Status newclosed

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