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:

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Google
  • E-mail this story to a friend!
  • StumbleUpon
  • Technorati