Skip to: site menu | section menu | main content

Aleeya dotNet

Before There Was A Geekette, There Was a Girl

Bookmark

Add Aleeya.net

This site is dedicated to my life outside of being a Computer Technician. Read more at the "About" section of this site.

All of the technical content formerly found here has now been moved to GirlGeekette dotNet.

UWSAG (United Web Site Award Givers) Nominee
UWSAG Nominee

FREE! Website Awards Worksheet

Website Awards Worksheet

Revisions to the Worksheet

Safe Surf Rated

http://www.icra.org/sitelabel


iWatchDog


APEX Member


Most Viewed:

Valid CSS!

Valid XHTML 1.0 Transitional


SEO A Wordpress Blog - The Optimal Title

1 Votes | Average: 4 out of 51 Votes | Average: 4 out of 51 Votes | Average: 4 out of 51 Votes | Average: 4 out of 51 Votes | Average: 4 out of 5 (1 votes, average: 4 out of 5)
Loading ... Loading ...
Rate this article if you find it useful.
Created: 2005-11-22
Updated: 2006-10-29 @ 10:36 am
6,069 Views

bomb-sinistrorse bomb-sinistrorse

As discussed in The Psychology of Page Titles, The Power of a Title (Tag), and Where the Title is Seen, the title is of a page is one of the most underused part of a website that can be used to improve your listings in search engines. With WordPress, the default for the title is your Blog name. It appears in the browser, every page, and other places listed in Where the Title is Seen.

On the Diabetes Weblog, I am using WordPress 2.0 (beta). The code for the title by default is the same as the one in WordPress 1.5.2:

<title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

This code will produce these results ( Permalinks are also used in this Blog.)

1. For the Home Page it will show the name of the Blog in the Title:

Title of Diabetes Weblog by default in WordPress 2.0

2. For a Category, it will show the Blog Name and the Category in the Title.

Title of Diabetes Weblog in a Category by default in WordPress 2.0

3. For an Archive, it will show the Blog Name, the Year and the Month

Title of Diabetes Weblog in an Archive by default in WordPress 2.0

4. For a Page, it will show the Blog Name and the Page Name:

Title of Diabetes Weblog in a Page by default in WordPress 2.0

5. For an individual Post it will show the Blog Name, "Blog Archive" and the name of the Post:

Title of Diabetes Weblog in a Post by default in WordPress 2.0

In the article Optimal Title Plugin, WordPress and SEO, I discussed how using Aaron Schaefer’s Optimal Title Plugin can help change the titles of the pages on a WordPress Blog. By downloading the plugin, uploading it and then activating it, the only thing left to do is change the headers to read :

<title><?php optimal_title(’at’); ?><?php bloginfo(’name’); ?></title>

With the Optimal Title Plugin, these will now display the title as follows:

1. The Home Page remains the same showing the Blog Name.

Title of Diabetes Weblog with Optimal Title Plugin in WordPress 2.0

2. For a Category, it will show the Category and the Blog Name in the Title.

Title of Diabetes Weblog in a Category with Optimal Title Plugin in WordPress 2.0

3. For an Archive, it will show the Year, the Month, and the Blog Name in the Title.

Title of Diabetes Weblog in an Archive with Optimal Title Plugin in WordPress 2.0

4. For a Page, it will show the Page Name and the Blog Name. :

Title of Diabetes Weblog in a Page with Optimal Title Plugin in WordPress 2.0

5. For an individual Post it will show the name of the Post, and the Blog Name.

Title of Diabetes Weblog in a Post with Optimal Title Plugin in WordPress 2.0

Just another reason that the title itself is so important! Make your keywords and titles come first then your blog name. This will add to the number of keyword to word ratios that search engines look for to rank in their content when searching. Kudos to Aaron Schaefer for an awsome plugin!

§



Top of the Page Top of the Page | EMail This Post | Print This Post

Article Series

SEO A Wordpress Blog
  1. SEO A Wordpress Blog - The Optimal Title

Possibly Related Articles:

11 Responses to “SEO A Wordpress Blog - The Optimal Title”

  1. groops » Blog Archive » Tags funktionieren, jetzt SEO Says:

    […] Die Tag Cloud war irgendwie ein ganz schöner Act, und ich versteh letztlich gar nicht genau, warum sie jetzt funktioniert. Egal. Jetzt zum SEO: Rewrite URLs, Title Plugin etc., siehe Anleitungen: Außerdem Eintragungen überall, bissl Linkspam muss schon sein. […]

  2. Pranab Salian Says:

    True, it is very important to have correct and optimised titles.

    For a smaller website/blog, it ought to be simpler than a plugin, like this. (Replace ” - ” with ” at ” if you like it that way :)

    This will create a title like
    “Page Name - Blog Name”

    Of course the page name should be keyword rich :)

  3. Pranab Salian Says:

    Oops. I think the code got swallowed up in my earlier comment!

  4. Max Says:

    Nice post. Coincidentally, I had just written a blog entry on optimizing page titles. The search engine advantages from this alone are ridiculous!

  5. five40 Says:

    The page title is SO important! I made these changes to my blog on friday and today (two days later), I am number one on google for the phrase “aggressive skate blog“! These is a great tip, it really works.

  6. Search Engine Optimization for Blogs IT Articles Says:

    […] * SEO at Aleeya Dot Net - http://www.aleeya.net/category/WordPress/seo/ * The Best WordPress SEO Possible - http://WordPress.org/support/topic/49168 * Search Engine Optimization for WordPress - http://codex.WordPress.org/Search_Engine_Optimization_for_WordPress * Search Engine Optimization for Blogs - http://www.blog-maniac.com/blog-seo.htm * DYI Search Engine Optimization - http://lorelle.WordPress.com/2006/01/15/dyi-search-engine-optimization  / […]

  7. Ed Says:

    Great article. I added the plugin to my site http://hghlook.com

  8. Tanya Says:

    Yes, great article and SEO site. Added this and the XML sitemap to my site.
    http://ofthestars.com/blog

  9. SEO - Search Engine Optimization Says:

    I had some thoughts on a similar SEO / Search Engine Optimization related topic, maybe i’ll start a new thread

  10. Aaron Schaefer Says:

    FYI, I just released a new version of the plugin that fixes the XSS security issues it shared with WordPress version 2.1.2 and earlier. It is recommended that all users of the plugin upgrade to version 3.0.

    The way in which the plugin works has also been changed in order to make it both backward and forward compatible with all versions of WordPress. As long as your WordPress installation is up to date, you won’t ever have to upgrade the plugin again.

  11. dada Says:

    Nice Site!

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Top of the Page Top of the Page