Your PageRank can DIE with Wordpress – 17 Ways to Optimize SEO
Recently I’ve been looking back into SEO for Wordpress since converting all my static sites into Wordpress blogs, and finding that my pagerank decreased and in some cases disappeared completely. I totally expected the opposite to happen. I had made some huge mistakes and unfortunately I did it to all my sites at once. The default settings in Wordpress was not only blocking search engines but even if they weren’t blocked, they were very poorly SEO optimised. Time to rectify! I’ve got a lot of work ahead of me.. this is what I’ve found so far, and if you have any suggestions or additions to add to this list, please share so that we can all benefit :)
Wordpress SEO Plugins
- Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
- Automatically optimizes your titles for search engines
- Generates META tags automatically
- Avoids the typical duplicate content found on Wordpress blogs
- You can override any title and set any META description and any META keywords you want.
- You can fine-tune everything
- Backward-Compatibility with many other plugins, like Auto Meta, Ultimate Tag Warrior and others.

- Automatically creates an XML sitemap of your blog which is supported by Ask.com, Google, Yahoo and MSN Search.
- This one is also less troublesome than the other sitemap generators that I’ve tried.
- After creating, I suggest you submit your sitemap to Google Webmaster Tools.

- Prevents you from accidentally spamming all the sites that you ping
- Prevents you from being banned and therefore, leaving more links in tact to your site.
- Won’t ping sites if you just "edit" a post
- Provides a timer so that if you post a bunch of posts at once, it doesn’t automatically ping everyone and make you look like a spammer.


- Shows you what people are searching for on your site so that you can create articles that match your visitors interests.
- Shows you exactly what search engine they came from and whether your blog showed any "related posts" for their search terms..
- You can also configure customized messages for them.


- Visually shows you how your traffic is going
- What terms were typed in the search engine to find your blog
- What page they landed on
- What browsers they were using, IP, etc.
- It’s a great light-weight plugin.
- Searches your post for keywords that match tags of other posts, in order to link to itself to encourage people to find relevant posts.
- Different than the "related posts" type of plugins, this just links keywords and is configurable depending on the type of site you have.

- Prevents extremely long urls when you have long titles by ensuring that all the useless words are cut-out of the permalink.

- Can automatically tag your non-tagged posts
- Find Related tags, and display related posts
- Allows you to mass-edit tags to get combine or remove
- Automatically generates meta-tags
- Related Posts in RSS
- Automatically finds related tags from sites

- If a page cannot be found, it will search your posts, pages, tags, categories for related posts and show them instead.

- Gives another link to a relative article, but mostly it keeps people at your site longer if they click to related posts and therefore looks ‘better’ in the search engines eyes rather than people closing their page a minute or so after visiting.
- You can replace the image with one of your own or use text in its place.

- The more people linking to you, the better your efforts in the search engines..and if search engines are indexing different versions of the same page, it may effect your SEO.
- By allowing people & robots to only see one "version" of you page www.pennybutler.com or pennybutler.com, it will make your search engine listings more uniform.
- I like this one better than Ultimate Google Analytics and Google Analytics for WordPress because Google Analyticator is tinier, the others – I tend to have to remove on occasion for memory leaks and I just haven’t had any problems with this one and it seems to do the trick, although most of the themes I’ve been using lately seems to already support google analytics.

- Depending on where the visitor comes from.. shows a message to remind them to do something
- If the visitor comes from Delicious, it will remind them to bookmark your page
- If they come from Google.. reminds them to subscribe to your feed.
- From Stumble.. to give your post a thumbs up
- Digg.. to Digg.. Twitter.. Yahoo.. Technorati.. and any custom domain you wish to add.
- That little reminder may be the reason your site gets "dugg" or "stumbled" more than others, etc.
- I have a post coming up that talks about customizing this, but am yet to implement it in my sites first to test.. stay tuned.
![]()
- Google cares if your site has PDA support, so do those browsing by PDA.
- This awesome plugin automatically converts your site into a PDA readable format
- I’ve only checked my sites in an iPhone, but it worked flawlessly, then I checked Google’s webmaster tools for their PDA checker and it worked in there as well.

- Converts all your site content into multi-languages, making sure that your site can be found by non-English browsers.
- It will also show all their results in the country’s search engine results. I have heaps of traffic coming from Japan on one of my blogs.

Add to header.php
- I found this somewhere.. (don’t know where, it’s in a text file in my "must do" folder, and I will obey)..
<?php if(is_single() || is_page() || is_home()) { ?>
<meta name="googlebot" content="index,noarchive,follow,noodp" />
<meta name="robots" content="all,index,follow" />
<meta name="msnbot" content="all,index,follow" />
<?php } else { ?>
<meta name="googlebot" content="noindex,noarchive,follow,noodp" />
<meta name="robots" content="noindex,follow" />
<meta name="msnbot" content="noindex,follow" />
<?php }?>
This is my Robots.txt file..
- If you have any suggestions to improve it, please let me know :)
User-agent: *
# disallow all files in these directories
Disallow: /cgi-bin/
Disallow: /z/j/
Disallow: /z/c/
Disallow: /stats/
Disallow: /dh_
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/backup
Disallow: /wp-content/wpau-backup
Disallow: /wp-content/cache
Disallow: /wp-content/mbp-favicon
Disallow: /wp-content/plugins
Disallow: /wp-content/upgrade
Disallow: /wp-content/uploads
Disallow: /wp-content/themes
Disallow: /wp-content/files
Disallow: /trackback/
Disallow: /*?*
Disallow: */trackback/
User-agent: Googlebot
# disallow all files ending with these extensions
Disallow: /*.js$
Disallow: /*.inc$
Disallow: /*.css$
Disallow: /*.gz$
Disallow: /*.cgi$
Disallow: /*.cgi$
Disallow: /*.xhtml$
Disallow: */trackback*
Disallow: /*?*
Disallow: /z/
Disallow: /wp-*
Allow: /wp-content/uploads/
User-agent: Googlebot-Image
Allow: /
User-agent: Mediapartners-Google
Allow: /
User-agent: duggmirror
Allow: /
User-agent: Adsbot-Google
Allow: /
User-agent: Googlebot-Image
Allow: /
User-agent: Googlebot-Mobile
Allow: /
User-agent: ia_archiver-web.archive.org
Allow: /
Permalink Structure
Setup Permalink Structure (/%category%/%postname%) and Category/Tag base if required in Settings > Permalinks
Similar Posts Coming Up..
1. ) 404 Page Configuration
Coming soon, I’ll be writing a post on how to configure your 404 page to not lose visitors as soon as they come. The basic gist will be to add the Smart 404 plugin, a search form, related posts, category list, mailing list, comments form, etc.. so that you don’t lose that visitor.
2. ) My Ping List
I really want to get it right before posting, there are plenty of sites you can borrow from in the meantime that make a list of valid ping services, but I want to have the creme-de-la-creme instructions on exactly who you should ping, the extra steps you have to take for some of them to take notice of you, and for the list to be valid, etc. It’s an on-going work-in-progress.
3. ) WP-Greet Box Configuration
I’ll probably write this very soon, I’m testing it on one of my blogs at the moment to see if it helps build my social traffic, if I have good results, I’ll write a post on how you can customise it the same.
Filed Under: Wordpress Plugins • Wordpress Tips






















New Blog Post: Wordpress SEO Plugins & Tips http://snipr.com/5m2wv
I love posts like this, even though they make me realize that I still have a ton of work to do on my established blogs.
Pet Pics’s last blog post..Lucky the Rescue Cat – Picture 29
Thanks for writing this article.
I can see you are a true wordpress plugin master. All these plugins are useful and the methods are awesome. I think they are much more better than my “15 secrets to optimize blog for seo traffic” blog post. Informative and well explained! I ‘ll stumble this post!
Alex- The Blog Trafic Geek’s last blog post..Best Blog Traffic Strategies For NEW NICHES
Thank you for mentioning my plugin (WP Greet Box). This is indeed a great list with lots of detail. I will have to check out the other plugins on this list.
Thaya Kareeson’s last blog post..Project Honey Pot Http:BL is going back home
You are good in finding useful plugin.. Thanks for the list.. I will try wp greet box and Psychic Search..
Blogging Guide’s last blog post..Free Custom Minisite Design Template
Thanks Penny for this great list I have some of them installed but I went ahead installed a few here that I thought would be useful.
Dan
Everything Blogs’s last blog post..Super Bowl comes to Tampa
I wrote this post 9 days ago and optimised the plugins on the same day, I am yet to rename all my titles/posts (going to do a copywriting course first), but great news is the index page has now gone to pagerank 2.. not bad for 9 days.. stay tuned.. :)
Great list of plugins, will try SEO Automatic Links and compare it to other Related Posts plugins.
Paul’s last blog post..HD Tweak
Wow, this is quite a list! Most I use, but some I haven’t heard of before.
Thanks, Penny!
Adam Kayce’s last blog post..Put The Power Of Ritual To Work For You
Wow! Great article! I’m mantaining a site about Wordpress, and this article has some interesting tips!
About the ‘404′ plugin, I’ve see it’s not compatible to WP 2.7
So I’ll try ‘Redirection’ plugin!
Bye,
Massimo
Massimo’s last blog post..Comment on Google xml sitemap plugin – fai conoscere il tuo blog a Google! by Webmaster tools di Google – diamo visibilita’ al blog! | Crea il tuo blog!
[...] Your PageRank can DIE with Wordpress – 17 Ways to Optimize SEO [...]
This article’s so helpfull. Thank you. I’ll try all
Kampanye Damai Pemilu Indonesia 2009’s last blog post..Kampanye Damai Pemilu Indonesia 2009
well i should try all those plugin then
ayahshiva’s last blog post..Filosofi Cermin
What a great list of tools, a must have for a hosted WP
deden’s last blog post..Belajar Teknik SEO ala Ponari