Optimal Title Tag for WordPress



Some time ago I wrote a post titled “Keep your Title Tags short and pertinent“ outlining the best practices for Title tags. Most blogging platforms come with a standard Title tag structure that places the blog name and post title on single post pages. Suppose you have the “ABC Blog” and you just published a post called “Top 10 Firefox extensions”. In that case your Title tag for that single page would be “ABC Blog – Top 10 Firefox extensions”.

This Title structure is good but not optimal. The best possible Title tag for a single blog post is the title of the post alone. The name of the blog will increase the number of keywords (reducing the value of each one) and it might not be related to the post content at all.

Below you will find the code that I use for my Title tag. This code will display the blog name on the home page, the post title on single post pages and the blog name plus category name for category pages.

<title><?php if (is_home () ) { bloginfo(‘name’); }
elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(‘name’); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { single_post_title();}
else { wp_title(‘’,true); } ?></title>

Sign-up To The Newsletter And Get A Free eBook


  • Sign-up to the Daily Blog Tips newsletter and you will be able to download the "Make Money Blogging" eBook for free (worth $47).
  • You will also receive tips to improve your blog, strategies to make money and useful resources from around the web.

40 Responses to “Optimal Title Tag for WordPress”

  1. Lionel Young on February 8, 2007 6:47 pm

    Great tip! If you change your “echo ‘Daily Blog Tips’” above to bloginfo(‘name’), you can help people be more lazy and just copy and paste. Like this:

  2. sujan patel on February 8, 2007 9:56 pm

    I am using SEO Title Tag plugin for wordpress and it pretty much does the same thing. I’d much rather use the code above.

  3. Fanatyk on February 9, 2007 12:56 am

    I wrote sth similar on opn wp ;)

  4. Daniel on February 9, 2007 1:08 am

    Lionel, yeah you can insert that line to get the name automatically, but I left the written name cause I also experimented with different descriptions and combinations to see what would work best.

    Fanatyk, I will check your version.

  5. John on February 9, 2007 9:44 am

    That is a really great tip. I use a plugin called “Jeromes Keywords” for all of my posts. Your code piece will make a nice addition. Thank you. :)

  6. Daniel on February 9, 2007 10:10 am

    John, dont forget to use Jeromes keywords to produce a dynamic Meta Keywords tag. It works really well.

  7. WallerBlog on February 10, 2007 7:15 am

    Very nice. I’ve never really though about keywords being diluted by my page title. I’ve just implemented this on WallerBlog.com Thanks for the tip!

  8. Vincent Chow on April 18, 2007 11:27 pm

    What about page title? It will display your blog’s name only without any information about the page with the code above.

  9. Max Pool on April 26, 2007 8:45 am

    I second what Vincent asks? What about page title? For example your about page should read ‘About’, ‘Daily Blog Tips – About’, or some permutation of the sorts.

  10. Max Pool on April 26, 2007 8:53 am

    Fixing Daniels above code snippet, the answer to Vincent and my question would be:

  11. Max Pool on April 26, 2007 8:54 am

    Sorry, last comment post removed the HTML

    just add the following else if statement into Daniels code:

    elseif (is_page()) { echo ‘{codesqueeze} – ‘; wp_title(”); }

  12. programlar on May 6, 2007 3:03 am

    What about page title? It will display your blog’s name only without any information about the page with the code above.

  13. Daniel on May 6, 2007 7:54 am

    Programlar, from my experience the optimal title tag for the homepage is just the blog name.

    If you are aiming for a specific keyword that is not related to your blog name then sure change it.

  14. Phil on May 15, 2007 2:30 pm

    Hi there,

    I came up with something similar myself, but my implementation displays your blog name and then the tagline on your home page and the page title (either post title, page title, archive, category, etc.) then your blog name on every other page.

    Have a look at my title structure for wordpress and let me know what you think.

  15. rocketzy on September 10, 2007 6:43 am

    I’ll use it! http://www.koolster.net

  16. Damn Printer on September 20, 2007 5:57 am

    Thanks just what I was looking for. :)

  17. ethel on October 28, 2007 7:16 am

    CHECK OUT A NEW BLOG…WWW.KOOLSTER.NET
    SHARE YOUR IDEAS ABOUT SOCIALLY RELEVANT THINGS!

  18. Poh Ee on February 17, 2008 8:11 pm

    Just use “all-in-one-seo-pack” plugin for WordPress blog.
    It let you configure the title dynamically.

  19. Dan N on September 16, 2008 2:51 am

    Thanks for this code, I got it to work but only if I take away the title closing tag I am not sure why it doesn’t work when the closing tag is there.

  20. Jon on February 15, 2009 7:55 pm

    A really great tip! It has improved my SEO rankings!

  21. Mani on August 19, 2009 3:51 pm

    Thank you for this wordpress titletag code.. just used this on my blog and it is working perfect. The ‘archives’ and the ‘author ‘ section do not show any title tag, but that’s ok, not a big deal. Thanks again.

  22. Mark on April 3, 2010 2:44 pm

    I just got an email in my inbox talking about search engines and title tags and how to optimize them but I wasn’t sure how to do it in WP till I googled “where is my title tag in wordpress” and came across your article here.

    I guess you answered my question about the title tag. I was always confused with this concept until you explained how a post should be simple whereas a page may include the site’s name.

    I double checked and found that I could edit my All in One SEO pack to set up the title tags to include only the post title. Now I can learn how to write nifty titles without worrying about “diluting” the keywords as you mentioned.

    Thank you.

  23. Michael (MKR) on September 26, 2010 8:03 pm

    I’ve been using Atahualpa’s SEO options page for this. Very handy theme.

    As I wander through DBT’s archives, I find a lot of old posts where a plugin or theme hack is recommended, but its functionality has ended up in this theme.

    I guess that means it’s all good advice. :)

Sponsors

Advertise Here Start Making Money Online in 12 Weeks! Get A Keyword Research Report Backlink Build Link Building Services Pay Only When You Rank - RankPay Flex Theme for WordPress

Popular Articles