SEO Principles for WordPress Blogs

coffeeWordPress is a relatively SEO friendly blogging tool to begin with. It offers a linking structure that makes it relatively easy for spiders to crawl your pages, and the code contains very little validation errors if any at all. However, there are a few additional steps that you can follow in order to make your WordPress blog even more SEO friendly, and most are so simple to implement that there is absolutely no reason not to.

1 – You need to make sure that the URLs on your pages contain your blog’s post name, rather than simply a post number.

This can be easily accomplished by using the permalinks page in your WordPress settings, typing “/index.php/%postname%” when asked about custom structure. Alternatively, you can write a rewrite rule directly into your .htaccess file in order to have an increase in control over the syntax of your URLs.

2 – Change your page title order so that your blog post name appears before the name of your blog or the date of your blog.

The first words in your title are always given more weight than anything else, and they will also catch the attention of your readers more effectively. This can be done by editing the header.php file, swapping the order of the PHP tags so that wp_title appears before bloginfo.

3 – Make excellent use of your heading tags.

You may find that your blog entry title is insert automatically into a tag, or that your blog name is in a tag. You can edit these tags in single.php as well as header.php in most WordPress templates. You can choose a format that suits you, but the best solution is typically to put your blog entry title in, swapping your blog name for an image instead. Also make sure that you make good use of other heading tags, using a good heading structure any time that it is suitable.

4 – Avoid duplicate content issues by using “index, nofollow” tags on your tag pages, archive pages and category pages, allowing search engine spiders to follow the links on these pages but not to list them in the index.

There are a number of plugins that can make this a really simple process, and one of the best is called robotsmeta.

5 – Pay attention to the linking structure in your blog, making sure that all of your blog entries can be properly accessed with as few clicks as is possible.

Remove unnecessary links from your blog pages and remove unnecessary pages from your blog as well. You are going to want to consider using a pagination plugin to help you remove unnecessary clutter from your blog for ease of use and increased access.

There are a number of other techniques that you can use to maximize your SEO for WordPress, but this is certainly a good place to begin.

Photo Credits: 1

Originally posted 2009-02-06 08:35:13. Republished by Blog Post Promoter

Blog Traffic Exchange Related Posts
  • googlesearchGoogle SEO for WordPress Blogging If you have been in the internet marketing scene at all, even just for a short time, then you are already probably aware of the fact that blogs that are search engine optimized properly tend to achieve greater and faster rankings in search engines like Google than other websites and......
  • jello8 Wordpress Blog Theme Design Considerations Most blogging platforms offer a wide variety of different themes to chose from, and most can be altered and edited to suit your needs, or left alone exactly as they are. Some themes are plain and dull while others are colorful, modern and inspiring. There are thousands of themes out......
  • peopleSEO Tips for Bloggers on WordPress There are several million WordPress blogs that you can find on the internet, but unfortunately the majority of them are not properly optimized for search engines. This article is going to touch on some SEO tips for bloggers using WordPress to host their blog, because with the right tips it......
  • wp1Installing a WordPress Blog If you want to install WordPress on your own server, the first step is to download the necessary files from the website at WordPress.org download. Next, you will use an FTP program to upload the files to your host site. If you use Cpanel, you can use Fantastico in order......
  • gbdHow to Relocate your Wordpress Blog to a New Domain Name Making the decision to move my blog from http://www.courseladder.com to http://www.golfballdriver.com was a big one, and a good one, and it taught me a lot about learning how to relocate your Wordpress blog to a new domain name under the same hosting provider. Course Ladder suited me for a while,......
Blog Traffic Exchange Related Websites
  • WordpressBest Plugins for Wordpress 3 and Wordpress MU The best plugins I have found, all tested to work with the latest Wordpress 3 - these plugins also work on Wordpress MU. Plugins for: RSS, SEO, Widgets, 404, Optimize, Links, Gallery, Drop-downs, Navigation, Forms, Image, Slideshow, Login, Redirection, Related, Search, Server Info, Tags, Translate, YouTube, Popular Posts, Stats, Spam,......
  • How To Backup Your Wordpress Blog? Before you upgrade WordPress, you need to back it up so you don't lose your blog posts, pages and anything else that can be lost on your blog. This has happened to me on more than one occasion and it's really not worth the agro of having to go back......
  • blog traffic exchangeTop Five Tips For Successful Link Building Good search engine optimizers (SEO´s) understand the importance of building a network of incoming links to their page in order to improve ranking results in the major search engines, but in their scuffle to push their web pages to the top, some of them are forgetting the old adage “work......
  • How to Install Your WordPress Blog For Maximum Optimization Installing your Word Press Blog. This will be a three part series on: How to install, setup for optimization and then promote your WordPress Blog. This is the first article on how to install your WordPress blog. The next article will talk about setting up for maximum search engine......
  • WP Robot 2.0 - The Ultimate WordPress Autoblogging Plugin! WP Robot is a WordPress plugin designed to make it easy to create powerful autoblog sites quickly. WP Robot will allows you to autopost Amazon products, Articlebase articles, eBay auctions, Clickbank ads, Flickr images, Yahoo Answers Q&A's, Youtube videos, Yahoo news and external RSS feed on your blog by......
Online Stores

Remove Dates From Permalink

How do you you remove the dates from your permalink structure without ruining all the hard earned links you have developed?

Glad you asked… It really is very simple… (Note I tried the various plugins first but had issues… In the end this solution is faster for the visitor, quicker to implement, and simpler.)

Assuming your current permalink structure is /%year%/%monthnum%/%day%/%postname%/

  1. First change your permalink structure to /%postname%/
  2. Create a .htaccess file (or modify an existing file)
  3. Add this line above any other WordPress declarations: RedirectMatch 301 /dddd/dd/dd/(.*) /$1
  4. Make sure the .htaccess file is in the root of your blog

Here is an example .htaccess file direct from one of my blogs…
RedirectMatch 301 /dddd/dd/dd/(.*) /$1

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

By 301 redirecting you are telling the search engines that the content has moved to a new location. While there is typically some drop off during the transition, your blog will come back stronger for making the change.

As an example of the effectiveness…
Here is an old url: http://www.golfballdriver.com/2008/03/18/michelle-wie-and-robin-lopez-at-charity-auction-pic/
which now redirects to the new url: http://www.golfballdriver.com/michelle-wie-and-robin-lopez-at-charity-auction-pic/

Originally posted 2009-02-02 12:30:17. Republished by Blog Post Promoter

Blog Traffic Exchange Related Posts
  • wp1Installing a WordPress Blog If you want to install WordPress on your own server, the first step is to download the necessary files from the website at WordPress.org download. Next, you will use an FTP program to upload the files to your host site. If you use Cpanel, you can use Fantastico in order......
  • nookComing Up with a Blog Niche Are you beginning a brand new blog? One of the first decisions that you are going to want to make is where you want to put your blog, and then you are going to need to choose a blog niche. One of the best ways to get your blog started......
  • popularity5 Tips for Popular Blog Posts The internet may be a fast paced environment, but there are some blog strategies that remain the name even when it becomes harder and harder for average bloggers to keep up. Here is a reminder of some of the tips that don't change when it comes to blogging. When posting,......
  • Wordpress Backup OptionsWordpress Backup Wordpress Backup is an essential plugin for all Wordpress blog administrators by the Blog Traffic Exchange. It performs regular backups of your upload (images) current theme, and plugin directories. Backup files are available for download and optionally emailed to a specified email. Don't get caught without a recent backup of......
  • thesisTips for Writing a Successful Blog One of the biggest keys when it comes to keeping a successful blog is to provide content that is perceived to be exceptional. The following five tips are designed to ensure that the blog posts that you write are getting read, and also that they are encouraging your readers to......
Blog Traffic Exchange Related Websites
  • Word Press final logoNetwork Marketing Blogs - Blogging Tip You Should Use. Image by opacity via Flickr Internet Network Marketing Success — Skills+Action=Success! Today I am going to talk about blog pinging in your network marketing blog, in short  pinging is a quick way to get the word out about your blog post . There are a few problems with the......
  • blog traffic exchangeProfessional Blogging Roundup: All Saints Day Edition Happy All Saints Day, one day late, from Buildify. We hope your weekend has been productive and if it hasn't been yet, well we have another list of links for you to read through for some blogging ideas to help you get started. Corporate Blog Medium Shifting in Large Way......
  • blog traffic exchangeProfessional Blogging Roundup - Trust Issues and More Less categories this week, but the quality of the links is still top-notch. Take a break from your festivities to glance through a few of these posts: Corporate Miami Examiner asks As a leader, should you be blogging? Business and Leadership says low trust for corporate blogs. Network World wonders......
  • blog traffic exchangeSunday Roundup: Blogging Tips and Resources Good morning Sunday readers! Are you looking for some blogging tips to help out your blog or thinking of starting one? Check out our quick guide below to some great places for ideas and resources. General: Marketing 2.0 asks Corporate Blogger: Angel or Demon? For a humorous look at Thoughts......
  • Mlm-softwareBlog Tips: #1 Target Your Network Marketing Keywords Image via Wikipedia Having a great blog doesn't matter if nobody is reading it. The first thing you want to do when you start your new home based business is start researching the keywords and phrases that you want to get traffic for. Knowing which network marketing keywords you......
Online Stores