Properly Configure All-In-One-SEO Plugin for Wordpress Blogs

March 23, 2009 by Erich Mosier  
Filed under Plugins

How to use ALL IN ONE SEO

All in one SEO is a great Wordpress plugin to help you with the SEO of your site. It helps you to properly configure your META tags (title, description, and keywords). By leaving your SEO up to the default Wordpress settings, you are putting yourself at a big disadvantage when considering ranking.

This tutorial will show you the proper settings and configurations for using ALL in one SEO to get the most benefit out having it installed.

After installing and activating the plugin, you will need to change some of the configurations.

If you don’t have the plugin, you can get it by going here.

To get to the configuration page, in version 2.7.1, look under SETTINGS for ALL IN ONE SEO.

All in one SEO for blogs

The first thing you want to do is to add your Title, Description, and Keywords.

Title should be no more than 65 characters maximum in size (that includes spaces).

Your description should be a maximum of 156 characters.

And your keywords should be comma separated.

Next you want to set your title format. The default setting for ALL IN ONE SEO Title format look like this:

blogging seo tips

Remove all of the "| %blog_title%" from each line. It should now look like this:

seo for blogging

Next you want to make sure that you check "’Use noindex for Tag archives".

tags for blogging

This will stop Google from indexing every page that a tag is associated with. So for instance, if you have a post that has 3 tags on it, and this box wasn’t checked, Google would index a page for Tag 1, Tag 2, and Tag 3. This would then appear to Google as 3 pages with duplicate content, which as a general rule, Google doesn’t like and may hurt your chances of ranking.

That is all of the changes you need to make with ALL IN ONE SEO.

Please leave me a comment and let me know if this was useful.

 Mail this post

Technorati Tags: , , , , , , ,

SEO For Blogs-SEO Tips To Improve Your Google Rankings for Blogs

Wordpress Bloggers SEO Guide

Although there are a lot of different blogging platforms out there, Wordpress has become the most popular among them. The two main reasons for this is are its ability to be customized and the number of plugins available to add additional functionality. However, right out of the box, a clean installation of wordpress leaves a lot to be desired, at least from a SEO standpoint.

By making some adjustments, you can increase the effectiveness of your SEO to help improve your rankings in the search engines (a.k.a. Google).

Theme

The first decision to make is which theme to use. There are so many to choose from, sometimes it can be a little overwhelming. The theme should not only look good and convey the appropriate feel for your blog, but you want to make sure that it is structured in a way to take full advantage of SEO. For instance, you ideally want your navigation (sidebars) on the right-hand side. The reason for this is that it increases your opportunity for relevance by making your text the first thing the search engines see.

Depending on your site’s navigation, you may need to have your navigation along the top. If this is the case, just try to make sure to use good keywords as your categories or pages in your navigation. This way, again, it will help to show relevance to the search engines by being the first thing they see.

Permalinks

In the default installation of Word press, the URL of your post will be shown as a number:

http://yourblog.com/?p=321

what you actually want is your title (keywords) in the URL

http://yourblog.com/your-article-title

Both are valid and the major search engines do not have an issue indexing dynamic content anymore. However, when considering a SEO, you should remember that it is better to have your keywords in your URL to help increase your relevancy. So by making sure that you are using permalinks, you increase
your chance of getting seen.

To make this change, using version 2.7.1, under SETTINGS click on PERMALINKS.

permalinks

Select CUSTOM STRUCTURE under Common Settings and type this:

%postname%

permalink settings

And that’s it. Your URL will now use your post title and help to increase your relevance for your main keyword.

If you would like more information on how to customize your permalinks, you can visit the wordpress codex here.

Page Title

Another one of the most important factors in your rankings is your page title. You always want to make sure you have your top keywords in your title. You have 65 characters to pack as much keyword power as you can into a readable and compelling title.

To help in managing your titles, I highly recommend the ALL-IN-ONE SEO pack plugin. It allows you to override title, meta-descriptions, and meta-keywords, as well as other important aspects of your page.

For information on the proper settings, see my article on how to configure ALL IN ONE SEO plugin correctly.

It is possible to do this manually in the code, but with every template being a little different, it makes it hard to do a good lesson on it. Besides, it is so much easier to just use the plugin. Why make life harder than it needs to be?

Headings Structure

With blogs there are two separate aspects to dealing with headings, the title of your blog and the headings in your posts and pages.

Header Headings

By default, your blog title is usually set as a H1 tag and the tagline is set as an H2. These are what show up at the very top of your blog page. You can change your blog title and tagline by going to SETTINGS GENERAL.

how to change your blog title

Depending on your blog name and domain name, this may or may not be an issue. If your domain and blog name include your main keywords for your site (what you are trying to rank for) then this is a big deal. If you blog name and domain name have nothing to do with what you are blogging about, then it really doesn’t matter.

If your domain and blog name DO include your keywords then there are a few things you will need to do. Depending on your graphic ability, or sense of style, you may want to customize your blog and make your entire header into a graphic. Which means not using any text. Here is one of my favorite examples:

Get Smart Blog

The upside is that you get to have it look anyway that you want. The downside is that you are losing some SEO power. Fortunately there is an option to help balance out this dilemma.

Manually adding hidden H1 and H2 tags

By adding these lines to your header.php file you can use a purely graphic header and not handicap yourself in regards to SEO.


<h1 style=”display: none;”>Blog Title Goes Here</h1 >
<h2 style=”display: none;”>Blog Tagline goes here</h2 >

Technorati Tags: , , , , ,