DIY SEO Titles in WordPress

By default, WordPress displays the name of your blog first in the HTML “title” element. That’s not good for search engines or TrackBacks because it obfuscates the title of your post or page, which is what people (and Google) are really interested. There are at least two existing plugins that address this—SEO Title Tag and Optimal Title—but it’s really not that hard to do yourself, provided you’re not afraid of a little PHP.

Read the rest of this entry »

Custom URIs in WordPress

I’m planning some changes for my website for the upcoming release of WordPress 2.1. Basically, I want to start using WordPress as a content management system instead of a plain old blogging tool, and the new version can handle that a bit better than the current one, 2.0.5. But I also want to do some tricky things with where different types fo contrent are stored, and that means delving into WordPress’s internals, including its mod_rewrite rules. It took a lot of trial and error, but I finally managed to get it working.

Read the rest of this entry »