« Previous article Furniture for a new blog

November 16, 2007

Tweaking Page Title and Permalinks for SEO

SEO Friendly Permalinks

I know there is a plugin to optimise Wordpress title to be SEO friendly but I prefer to tweak it myself.

After all, it’s a small matter of editing and swapping two words in the header.php file.


1. Go into the Wordpress admin. Choose Options -> Permalinks.


2. Choose the Custom option and type : /%postname%/

Noticed that I got rid of the date month and year. Since  my posts here will be tips, I think the dates as part of the article URL is just not needed. Shorter URLs are more search engine friendly (in my humble opinon)

SEO Friendly Page Titles

Here’s how most templates will display the title of a blog post.

It’s in the format of blog title >> post title.

In order to be search engine friendly, the title of the article should be first. So we just need to swap the two items.

1. In Wordpress admin, choose Presentation->Template and edit the header.php file.

2. Look for the following line:

3. Change that to:

  :

Like so:

I’ve added the colon (:) to separate the blog title from the post title.

The result:-

Look for similar articles under these categories: 
« Previous article Furniture for a new blog

5 responses to "Tweaking Page Title and Permalinks for SEO"

  1. # Ruchir commented on November 16th, 2007:

    I will still pick using the All In One SEO plugin anyday over the manual method. Anyways, thanks for the tutorial…

  2. # Mani Karthik commented on November 21st, 2007:

    This is good but there’s more to it..If you use the All in One SEO, you get it to automatically add meta keywords, and meta description to the article.

    But if you’d like to limit your SEO practices to just Titles and Permalinks, then that’s about it.

    Just my two cents.

    Cheers!
    Mani

  3. # pr0blogger commented on November 22nd, 2007:

    Ok I’ll be installing All in One SEO plugin too. Thanks for telling me.

  4. # Kitkat commented on November 24th, 2007:

    I always manually tweak the templates, by doing this I can achieve the exact results.

    You are using Flock browser?

  5. # moserw commented on July 28th, 2008:

    All In One SEO does all this and more. Have been using it for a long time now.

Leave a Reply
Commenting policy: Some comments run the risk of being deleted. These include comments that are spam or cannot be understood or are rude.
You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Top - Home