Okay, so this is my first “listing” post ever, so don’t get your hopes up too high. Most (if not all) of these are being used on this blog site. I emboldened any that I thought should ALWAYS be installed on any Wordpress blog site.
Note: Actually, I have to cross some of these out since some of them have some pretty awful markup… great functionality, if they worked correctly.
- I need a good recommendation on a solid contact form.
- Addthis Social Bookmarking Widget
- This has one error if you’re running xhtml strict 1.1 and that is “border=none”. Easy enough to remove.
- Admiyn Juitter Wordpress Plugin
- Had some validation issues and caused some conflicts for me.
- Had some validation issues and caused some conflicts for me.
- All In One SEO Pack
- Apture
- Had some validation issues and caused some conflicts for me.
- Had some validation issues and caused some conflicts for me.
- AskApache Crazy Cache
- AskApache Google 404
- DISQUS Comment System
- External Links
- Google Analytics OR Ultimate Google Analytics
- Google Analytics sets up the code right before the ending body tag as Google suggests, but Ultimage Google Analytics has a lot more features for what it’s worth.
The other however many I ended up with…
- Google Syntax Highlighter for Wordpress
- Google XML Sitemaps
- Make Me Social
- Ozh’ Admin Drop Down Menu vs. Lighter Menus
- Both do about the same thing. Check them out and let me know which one you like better.
- Redirection
- SEO Slugs
- Twitter Tools
- WP-Cumulus
- WP Super Cache
- Search Excerpt
- Page Mash
- Mobile Press
- Wordpress Automatic Upgrade
- Some people have had issues with this one. Please let me know what you think.
For SEO purposes, a good trick to use in your .htaccess file is to add a permanent redirect from any version of your site to it’s www version.
RewriteCond %{HTTP_HOST} !^www.yourwebsite.com$
RewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [R=301]
Note: It’s just as valid to force the domain without “www”.
Tags: optimization, seo wordpress, twitter tools, wordpress plugins