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
  • 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......
  • seorockstarSEO 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......
  • plugsBest Wordpress Plug-Ins Blogging with Wordpress offers users so many choices, including a variety of plug-ins that meet different needs. Some are for fun and others are very functional and useful for a variety of purposes. No one would want all these plug-ins in their blog, though, and some are more well-suited to......
  • wpWhy is WordPress the Best Blogging Platform? There are a variety of reasons for why WordPress is one of the best blogging platforms on the internet. Many people try different blogging platforms, but they end up coming back to WordPress because it offers so much greater functionality. Here are five of the greatest reasons for why WordPress......
  • blog traffic exchangeFinding the Best WordPress Plugins for your Blog WordPress originally saw the light of day in 2003, and is now being used on thousands of different websites in countries all over the world. WordPress is designed to be a simple open source blogging tool that can be taken advantage of in two different ways: You can either take......
Blog Traffic Exchange Related Websites
  • blog traffic exchangeGetting Ahead of the Competition With Competitor Analysis The competitor analysis I refer to here is not to be confused with the Competitive Analysis applied to a business to determine a unique selling proposition or a Competitive Advantage.The competitor analysis to which I refer is that which when applied to a web site makes it possible to......
  • blog traffic exchangeBlog - Forum - CMS Templates Blogging and forum posting has become so popular that we offer a wide selection of Blog Templates and Forum Templates made to impress any visitor to your website with professional but attractive blog or forum layouts that will ensure visitors return again and again. They contain Content Management System or......
  • pagerankIncreasing Your PageRank A few weeks ago I was pleasantly surprised to learn that my blog had reached a PageRank of 0 in less than 30 days since having created it. I blogged about some of the things I believed that helped contribute to my rapid rise of a PageRank of 3. I'd......
  • I really mean one million hits go seeWA Members 365 Free Headers To Give Away OK It's been a while now since we've been together I'm going to start throwing loads of stuff your way. Sofor starters you shold be butting together a little network of intermingled blogs... not too many as I can tell ya managing more than half a dozen yourself can get......
  • blog traffic exchangeResurrecting Weight Loss Blog Well... after making it through vacation last summer still on track I preceded to mail it in... I fell off the weight loss wagon. I am now starting weightloss attempt #778. What went wrong? Commitment? Desire? Not really sure, but it is time to try again. I expect to reset......
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
  • coffeeSEO Principles for WordPress Blogs WordPress 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......
  • wpWhy is WordPress the Best Blogging Platform? There are a variety of reasons for why WordPress is one of the best blogging platforms on the internet. Many people try different blogging platforms, but they end up coming back to WordPress because it offers so much greater functionality. Here are five of the greatest reasons for why WordPress......
  • seorockstarSEO 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......
  • 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......
  • Happy New YearNew Domain to Google Page Rank 5 in One Month Google said Merry Christmas and Happy New Year to Blog Traffic Exchange with the final toolbar pagerank update of 2008 according to Matt Cutts. This was the first page rank update since launching the domain in late November with this blog. So in one month how much page rank can......
Blog Traffic Exchange Related Websites
  • blog traffic exchangeAdd Weight Loss and Fitness Bloggers to your Website Apparently this has ability has been built into wordpress for quite some time but a friend of mine recently pointed up that it can be done (pfblogs popular posts added to sidebar.)  Here is the wordpress codex for this feature: http://codex.wordpress.org/Function_Reference/fetch_rss. To add the latest weight loss health and fitness......
  • blog traffic exchangeSearch Engine Optimization for Blogs Whether it’s a corporate blog, a news-type blog, or even a personal blog, optimizing your blog for the search engines is a must. There are some simple changes that you can make to WordPress and Moveable Type that will make your blog more search engine friendly and make the search......
  • 346Working with Files Computer files are part of a framework for managing the data you create and store on your computer. When you create information in a program, such as a letter, you save that information in a file and assign the file a memorable name. When you want to work with the......
  • blog traffic exchangeDiva Cup Review: Going Green On A Personal Level. The following is a guest post from my friend Mrs Micah, who writes about "Finance for a Freelance Life". If you are squirmish about female anatomy, or have the maturity of a 7 year old, you should consider skipping over this post. According to the Women's Environmental Network (PDF), as......
  • blog traffic exchangeWordPress Is The Best CMS For SEO Purpose In this article, you may perceive that why WordPress is the sole CMS you must use if you would like an additional edge over your competitors for Search Engine visibility. A user who has experience of numerous Content Management Systems (CMS) for the past several years can easily say that......
Online Stores