Opened 17 years ago
Closed 17 years ago
#7338 closed enhancement (fixed)
Reverse order of bundled themes' <title></title> elements
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.6 |
Component: | Optimization | Keywords: | themes, titles, seo |
Focuses: | Cc: |
Description
<title>Post Name » Blog Name</title>
is better than <title>Blog Name » 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)
Change History (5)
#2
@
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.
Let's do it.