Wordpress Search Engine Optimization

Wordpress Search Engine Optimization

If your blog displays archives, categories, tags and a search feature, you have to realize that the content in these sections is a duplicate of your original content shown in the ’single’ page.
Therefore it would be very wise to list an excerpt only and not the full posts.

To do so, find this line:

<?php the_content() ?>

and replace it by

<?php the_excerpt() ?>

Now, you duplicate content is limited to the excerpts.
Still, a copy.
You may want to consider not having this content indexed. That’s what I do anyway.

Until now, I added the following lines to the header.php page:

<?php
if ((is_home() && ($paged < 2 )) || is_single() || is_page()) {
   echo ‘<meta name=”robots” content=”index,follow” />’;
}
else {
   echo ‘<meta name=”robots” content=”noindex,follow” />’;
}
?>

This few lines put a ‘noindex’ attribute in the robots meta tag of pages I don’t want to be indexed, but leaves the ‘follow’ in there, so the links are followed.

This code works like charm, but has one big disadvantage: you always have to update the header.php file whenever you install a new version.

Well, these days are over now.

I was browsing the blog of country fellowman Joost de Valk for Wordpress SEO tips and found a great Meta Robots plugin.

Super easy to install and use and seems to do the job very well.

It’s not the first time I encourage you to check out Joost’s blog. Quite a few of my plugins are Dutch now!

Check it out and let me know what you think about it.

Tags: , ,

Welcome to Affordable Internet Marketing Blog.
You may want to Subscribe to my Updates or to my RSS feed. Thanks for visiting!

Bookmark for later reading:
  • Digg
  • del.icio.us
  • PlugIM
  • StumbleUpon
  • Furl
  • Ma.gnolia
  • Reddit
  • Sphinn
  • Google
  • Propeller
Click here to watch The Conversion Blogging Video

6 Responses To: “Wordpress Search Engine Optimization“

Joost de Valk says:
December 10th, 2007 at 4:22 am

Glad you like it Case! If you have any improvements for it, let me know!


Utah Search Engine Optimization says:
December 18th, 2007 at 5:06 pm

Very good tips. We have put this in queue to implement on our blog. Thanks!


Search Engine Marketing says:
December 30th, 2007 at 6:55 am

Duplicated content is constantly a problem for SEO. Many did not realise how it may harm your website. Joost de Valk’s creation of the meta robots’ plugin has indeed proved to be of relevant use in my clients’ blog site.


Tanning Freak says:
May 8th, 2008 at 6:39 am

When I first setup my wordpress blog I read that I should set noindex tags on my category and archive pages, to avoid duplicate content.

However, after reading tons of blogs that have very high rankings and don’t block their category pages from the search engines, I removed the noindex tag from mine.

I think I still agree that date archives should have the noindex tag but I think category pages are too important and relevant to block.


Case Stevens says:
May 8th, 2008 at 6:41 am

@Tanning Freak You’re better of using an excerpt on your archive and category pages. Thus all pages will be indexed and posts followed, while at the same time it’s not exactly duplicate content.


Tanaris says:
May 20th, 2008 at 10:53 am

I should try this, my blog ranking on google is quite low. So, I resolved to many blogger advise on how to boost up my visits but I still end up on page 8 on my keyword. I hope this will help. Thanks!


Latest Posts:

Affordable Internet
Marketing Home
Valuable
Articles/Tutorials
Profitable
Resources
Comments
Policy
About Contact Me