One advantage of a blog using wordpress is the plugins that allows us to manage the blog. Another plus, plugins that may be obtained free of charge or not paid.
In this post, I want to come along to share with you, about the plugins you can use your blog to become familiar with Google. Another term is your blog more SEO Optimized. Some of the popular plugins are typically used:
- Platinum SEO Pack (http://wordpress.org/extend/plugins/platinum-seo-pack/)
Platinum SEO plugin offers Complete onsite SEO solution for your blog.Platinum WordPress SEO Plugin offers all the functionalities of All In One SEO pack.
- Google XML Sitemaps (http://wordpress.org/extend/plugins/google-sitemap-generator/)
This plugin will generate a special XML sitemap which will help search engines to better index your blog.
- Akismet (http://wordpress.org/extend/plugins/akismet/)
Akismet checks your comments against the Akismet web service to see if they look like spam or not.
- Simple Tags (http://wordpress.org/extend/plugins/simple-tags/)
Simple Tags is THE perfect tool to manage perfectly your WP 2.8 and 2.9 tags (Tags suggestion, Mass Edit Terms (Tags and Category), Auto link tags Read more…
WP Security Scan – This handy plugin will scan your wordpress installation to look for any possible security / vulnerability holes in WordPress. Most of the security items that it finds, it can fix automatically by itself, with no work on the users part. The only things that need to be performed by the user is to change the chmod permissions of files indicated as security risk. Easy to install, just extract to your plugin directory and activate the plugin.
Nofollow Reciprocity – Essentially what this plugin does, is look through a list of websites that use nofollow rules for links on their website. It then checks your blog for links going to these website, and adds nofollow to these links so you do not bleed off your pagerank which can cause a loss of serp because of non-recriporcal links. The plugin website goes into indepth detail of why you need to run this plugin and how it will help you with Organic Search Ranking. Easy install, just activate the plugin and it does the rest for you.
Note: My only complaint with Nofollow was the link it puts in the footer that says
This blog contributes to the web with Nofollow Reciprocity.
So I decided to remove it because it was messing up my theme, and looks bad to have a link hanging at the bottom of my website outside of my wp theme.
Here are instructions to remove it, if you wish to do so.
- Login into your Site Admin
- Click on Plugins on the far Right of the screen
- Click on Plugin Editor
- Locate the plugin – Nofollow Reciprocity and click on it
- When the page reloads scroll down the bottom of the code screen
- Locate and Find this Code and Delete it, then update the page.
function wp_nofollow_reciprocity_insert_link() {
echo (‘<p>This blog contributes to the web with <a href=”http://www.inverudio.com/programs/WordPressBlog/NofollowReciprocity.php#wp”>Nofollow Reciprocity</a>.</p>’);
}
add_action(‘wp_footer’, ‘wp_nofollow_reciprocity_insert_link’,999);
Source :
www.howbits.com