Wordpress SEO in a few steps

February 7th, 2008 by Jonny Thompson

WordpressIf you haven’t heard of or used Wordpress yet, then you are one of few in the web world. After reading a recent posting in the Sitepoint Forums asking web developers to supply their Wordpress SEO checklists, I decided to post my own.

After installing Wordpress, download and install the following plugins:

Contributing factors:

  • .htaccess: force the www rewrite for your website so all the urls.
    #Force www domain
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yourdomain\.com [nc]
    RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
    #End force www
  • XHTML/CSS: Develop a wordpress theme that has clean XHTML with semantic tags and clean CSS.
  • Robots.txt: identify your sitemap and make sure your content is crawled correctly with the robots.txt file. Be sure to disallow the “wp-admin” directory.
  • Permalinks: set to custom use %postname%. Ultilize keywords in your URL.
  • More Tag: utilize the more tag so your entire post doesn’t show up on your homepage and it’s own page.

Useful Links and Resources:

Posted in SEO Tips

One Response

  1. SEO

    Thank you very much for the article. :)

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.