1,596 views

SEO and Optimizing Wordpress for Search Engines and Google

Posted on 30 October 2007 by crkian

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

A lot go on about SEO this and SEO that but is it all its made upto be, all my sites I do the same thing and they still appear high in rankings, take my website Blogsrecord I did my normal stuff and now it can be found on googles front page for Social Blog Directory it has been there since the second week of the site being open and varies between number 1 and number 3, beating the likes of blogdumps, blogcatalog, mybloglog.But when it comes to wordpress nothing changes besides the you can use plugins or change a slight bit of code, I dont do anything over the top or go to extreme lengths to do any optimization .

Lets get this straight to start with I have done nothing to the site besides one thing so far to get it optimized, all I have is my title tag and my slogan yet the site appears in google search for ‘SEO and blogging‘ on page 5 ‘everything blogging‘ is on page 1 out of 10,100,000 search results.

Also note I am no expert and I don’t pretend to be, all I have written here is what I do and it works for me, so it stands to reason it should work for you as well. If you want to question what I put by all means do it Im not bothered and it may help me to improe in the future.

My search terms show the following, remember this is after 2 weeks with just one thing done.

 

 

There is a fair few there and though Im not in the first couple of pages for most of them I am still getting lots of hits and they are finding the content they want.

Now onto the one thing I have done and then onto what I will do. The one thing I changed was the title and the way it is displayed.

Normally you will see the Blog Description followed by what ever the post is called. All I have done is change this so the post appears first and the description next, to do this you need to enter your admin area and do the following.

1 Choose Presentation

2 Choose Theme Editor Next

3 Choose Header.php from the list.

4 Locate the part that mentions <title> and replace the whole lot with

<?php  if(is_home()){echo’<title>’;bloginfo(’description’);wp_title();

echo’</title>’;

}

else

{

echo’<title>’;

the_title();

echo ‘ » ‘;

bloginfo(’description’);

echo ‘</title>’;
  }
?>

5 Save it
As you can see it mentions if its the homepage then its just to show the blog description as you set out in the options in wordpress, Ive noticed it takes the description from the Tagline in my theme, though I should think most themes are different so you may want to check from the front end and make adjustments as you see fitting.

I also think that getting the right post title is off upmost importance, if you are doing a post on Adding Gregarious mention it in the post title like I have my post title for that one is ‘Adding and Using Gregarious For Bookmarking’.

Why is it important to get the right post title, ‘keywords’ is the answer and can be the difference (I feel) between someone finding your post in search results from search engines and just getting lost in the other millions of posts.

As you can see from the post title it mentions ‘Adding’Using’Gregarious’ and ‘Bookmarking’ a search engine will mix and match these words so if you searched for ‘Adding Gregarious‘ in google you would get your post included in the search results, depending on if you follow what I do or how well you set out post titles, tags and what I mentioned above about the Title (header.php) will show in the results by how high you are in the listings, a quick search of google shows the post on the front page and just behind the gregarious plugin in the results.

I mentioned tags previously and a lot go on about using generators to generate keywords for the post and using the best ones, I think that is a load of rubbish myself and I just use a mix of the post title for my tags, for the gregarious plugin post my tags are as follows.

Plugins, social bookmark, stumbleupon, using gregarious, adding gregarious, bookmarking, gregarious

As you can see it just offers a mix of the title and mentions seperate keywords like ‘plugin’ ’social bookmark’ ’stumbleupon’ which will give the search engines something else to mix and match. I could expand on the keywords by using, ‘adding digg to posts”add digg to wordpress’ e.t.c but I havent as it is mentioned in the post and Im going to do a seperate post on adding digg later.

What have you learnt in this so far.

1
Change the Title() so the seperator is moved after the blog title.
2
Use keywords and what the post is about in the post title
3
Use the post title as tags and mention certain extra keywords.

These mixed together will have three matches for the ‘keywords’ the search engines will see in the same post. This will produce a post that is aimed at the search engines, easier for search engines to see what the post is about, and should rank the post higher in the listings when someone searches for the keywords.

You dont have to have long drawn out lists of keywords as I think search engines mix and match the words it finds for its own means.

The last thing you want to do is include the ‘keywords’ in the post so anything mentioned in the tags and the post title should also be included when you write the post.

Look out for later posts where I add extra bits for a bit more optimization.

Let me know if you get anything out of this and better results.

[?]
Share This

Popularity: 7% [?]

If you enjoyed this post, make sure you subscribe to my RSS feed!

11 Comments For This Post

  1. Kukuh Says:

    Good and brief explanation..thou I don’t use Wordpress, I see how SEO optimation in keywords related to the post topic play important role..
    But I still don’t get about Page Rank corelation to search engine top result..since I know a blog (graphic design niche blog) which has lower page rank than mine..but its alexa rank for traffics is 1000 times beyond my blog :p
    thanks Chris!

  2. admin Says:

    That can come down to where they chat about there blog, they may use more design forums or generate the traffic in another way to get the alexa ranking. I wouldnt worry about alexa ranking just yet unless you go down the advertising route.

    You do some great design as you have shown here but you need to get out there and spread the word.

  3. admin Says:

    You could make a fair amount of money doing what you do best

  4. Czecho Says:

    I can’t wait to try your suggestions. They sound so easy to do which is great cause I’m new this. Will let you know if it worked.

    thanks for sharing this info.

  5. Geoff Lord Says:

    hi

    just ried it on mine and it caused parse errors and killed my blog !!!

    I would be caeful as it is obviously dependant on the theme settings you have for your Blog

    Geoff Lord Blog

  6. Chris Says:

    Make sure you remove the right parts, it may take a bit of tweaking to remove the right parts, if anyone wants to send me their header.php I can make the changes and send them back

  7. Teodor Says:

    I also have tried ti change the code but got an error message. However, I’m not a expert webmaster…:-)

  8. Chris Says:

    What was the error, the code on here is a little spread out so delete any extra spaces you get in it

  9. Chris Haley Says:

    Hey Chris,

    Thanks for being a free content contributor. The web makes the individual so powerful we share our knowledge in return have access to everyone else’s contributions. I love it, I don’t know if your offer still stands, but when I remove the to and replace it with the corresponding code, my site won’t load, and sits on a blank white screen. My header code is;

    <meta http-equiv=”Content-Type” content=”; charset=” />

    <meta name=”generator” content=”WordPress ” />

    @import url( );

    <link rel=”shortcut icon” href=”/favicon.ico” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”" />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”" />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”" />

    <link rel=”pingback” href=”" />


    Thanks again,

    ~Chris Haley

  10. The_man Says:

    I guess the technical stuffs are better left to the techies. Great post by the way.

  11. Jason Says:

    I heard Matt Cutts say that wordpress is already optimized for Google and even if you are using it straight out of the box, your site will be optimized for Google.

    I like your techniques because they are straight forward and effective. I imagine that you have great content on the site you listed as an example which contributed to its success in the SERPS. However, I wonder if you took a more aggresive approach if you would be doing even better.

Leave a Reply

$1 Per Day Advertising