Make money blogging in South Africa


5 of the best kept secrets of SEO for blogs

November 29th, 2006 · 5 Comments

In need of some Google juice? SEO is the single most important thing to getting better rankings and traffic from Search Engines. Every type of website, whether it is a static text-based site, or a fully fledged CMS, needs SEO to rank. So here are some of the top tips to increase SEO rankings for blogs.

1. Title Tags

The title of your web page(s) is one of the more important SEO tips, and for sites that have hundreds of indexed pages - like blogs, every title tag should be different. The easiest way of accomplishing this is the title of the post or page should be the title of the web page. For Wordpress users, replace your current <title> tag with this piece of code which will acomplish just that.

<title><?php if (is_single() || is_page() || is_archive()) { ?><?php wp_title('',true); ?> |

2. Deep Linking

This involves linking to posts in your archives to keep those Search Engine bots crawling deeper into your blog. Obviously linking every single link back to your own blog probably will get you penalized by the Search Engines, but having relevant links to articles that you have written in the past will help those bots scour deeper, but it will also get your readers more involved by finding some of those gems in your archives that they haven’t read before.

3. Sitemaps

A somewhat overlooked aspect of blogs, a sitemap once again will help those bots index your site. Google first started using sitemaps as a way of indexing sites. Install the Google Sitemap Generator for Wordpress and all the mumbo jumbo sitemaps protocol and XML code will magically be generated for you.
Tip: Make sure you install the latest version of the Google Sitemap Generator as the generator has been updated recently to include support for the newer Sitemaps protocol witch Yahoo and MSN have started supporting.

Once you have it installed, don’t forget to submit your sitemap to Google and Yahoo. MSN are still testing the protocol with some of their internal sites. (I will update this post once it becomes available.)
For Google: Google’s Webmaster Tools
For Yahoo: Yahoo’s Site Explorer

4. Headlines

The headline of each of your blog post counts towards your SEO as most post title’s are written in a H1 tag, which are given higher impotance by Search Engines, as an H1 tag almost always depicts the title of a page / post. Choosing your headlines is just as important to your readers or new visitors, as it is what they read first in their RSS reader or when visiting your site. It needs to entice them to read further as much as it counts towards SEO if you strategically use important keywords that you are trying to target.

Do yourself a favour and read Brian Clark’s Copyblogger.com, which is packed with copywriting techniques that are both aimed at SEO and attracting more readers.

2 of his posts highlight some sure-fire headline templates that you can use. Go and check them out.
10 Sure-Fire Headline Formulas That Work
7 More Sure-Fire Headline Templates That Work

5. Permalinks

A permalink is the URL of a specific blog post or page. For example the URL of this blog is http://www.problogging.co.za, but the permalink for this post is http://www.problogging.co.za/13/5-of-the-best-kept-secrets-of-seo-for-blogs

So if you wanted to link to this post so that your readers would be directed straight to this article and not have to try and find this post from my homepage, use the permalink. It is a permanent way of finding a post, as every new article I write appears at the top of my homepage, and older posts fall off it, so using the permalink will mean that this post will never get lost!

In terms of SEO, having your permalinks structured correctly also helps your rankings. Having weird numbers and dates is not as important as having strategic keywords in the permalink. For Wordpress users under Options > Permalinks, use either the Date and name based permalink, or use a custom structure that includes the postname. I am using a custom structure which includes the post ID and the post’s name: /%post_id%/%postname%. So if you are using tip no.4 as well as proper permalinks, your SEO for links on the internet are a definite way of getting more traffic!

In Conclusion

There are tons of SEO tips and tricks, but starting small and testing tweaks here and there will teach you some of the techniques that help the top websites rank #1 for their keywords.

SEO is an ongoing process, so never forget about the importance of SEO is to your blog and traffic.

Here’s to your SEO blogging success!
Jason Bagley

Tags: SEO tips · starting up

5 responses so far ↓

Leave a Comment