101 Steps to Better Blogging - Steps 19 - 31
Steps 19 through 31 in the 101 Steps to Better Blogging all specifically pertain to Wordpress plugins which of course I don't use. There are several substitutions that I am using or can deal with as explained below.
19. Akismet to eliminate comment and trackback spam. I am already using MT-Akismet, a Movabletype plugin that uses Akismet. You do have to have a free Wordpress account because you need the Akismet key to set this up.
20. Optimal Title. This is a plug-in that optimizes your post titles for search engines to help gain more traffic. Wordpress as far as I understand it uses the weird entry links with page numbers rather than the URL being the name of the post itself. With MT I don't have to worry about that, it's already set up that way.
21. Ultimate Tag Warrior is a tagging plugin for WP. I have just recently started using the movable type editor (although I am not using it for this entry for some reason) and using the tag system that is built-in to MT 4.0 Unfortunately if I want to use Technorati tags I have to manually add them or use my external editor which I am right now.
22. Google Sitemap Generator. This is a plugin that will automatically generate a Google sitemap. You can do the same thing with MT, without having to resort to a plugin. Just set up a new index template in the Movabletype interface, call it Google Sitemap or whatever the hell you want to call it, and have the output file be sitemap.xml. You need to have it get published when rebuilding index templates and the contents of the template should be as follow:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc><$MTBlogURL encode_xml="1"$></loc>
<priority>1.0</priority>
</url>
<MTEntries lastn="9999">
<url>
<loc><$MTEntryPermalink encode_xml="1"$></loc>
<lastmod><$MTEntryModifiedDate utc="1" format="%Y-%m-%dT%H:%M:%SZ"$></lastmod>
</url>
</MTEntries>
</urlset>
23. Show Top Commentators. I have seen this on several different sites and it presupposes that you have registration set up on your site. I haven't found a way to do the top commentators with Movabletype yet and even if I did, I allow anonymous commenting at least to the point that you don't have to register.
24. Related Posts. This plugin finds related posts and puts a link at the end of your entry. I did find one for Shadowscope last year and found that it pretty much sucked. It's been awhile and it's functionality may have improved. In the meantime I have added Feedburner feedflare to the end of my posts and you will see Sphere Related posts. Of course the point of a related posts plugin is to increase the length of time spent at your site, so maybe that's not a great idea.
25. Super Archive. Don't know anything about it, but Movabletype 4.0 seems to have improved the archive system greatly and I am liking it thus far.
26. WP-Cache. Caching the system improves the speed of the site. I still want to try and implement FastCGI here but have been afraid to try it since MT 4 is currently unsupported by my host right now.
27. WP-Contactform allows for a quick and easy way to contact the blog author. I may try and implement something along these lines. Shouldn't be too difficult.
28. Popularity Contest determines which of your posts is the most popular and then puts them in the sidebar. Pretty good idea and I could probably work something like that up on my next two days off.
29. Adsense deluxe. This plugin optimizes your WP blog for Google AdSense. I am using AdSense and I have read all kinds of optimization articles on it, but just think it is fine where it's currently at. Perhaps on Miles Business Blog I will work on doing something else with it soon.
30. Sociable puts those links to the different social networking sites at the end of your post. Currently I am using FeedFlare and that has added the only links I am interested in having.
31. Feedburner Feed Replacement to replace all links to your feed so that you have better accounting of it. I will eventually get rid of the links to my RSS and go strictly with Feedburner but right now I am leaving it as is.
There are several of the above items that are for Wordpress that I would be interested in implementing with my sites so I will spend the next week or so working on them.

