<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ROCKFUSE &#187; plugins</title>
	<atom:link href="http://www.rockfuse.com/blog/tag/plugins/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rockfuse.com/blog</link>
	<description>Tips and Resources for Bloggers, Internet Marketers and Entrepreneurs</description>
	<lastBuildDate>Sun, 24 Jan 2010 04:58:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sunday Shoutouts! &#8211; SERP Changes, Contest Update and Weird AdSense!</title>
		<link>http://www.rockfuse.com/blog/serp-changes-weird-adsense</link>
		<comments>http://www.rockfuse.com/blog/serp-changes-weird-adsense#comments</comments>
		<pubDate>Sun, 31 Aug 2008 16:45:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shouts]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[bidvertiser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google webmaster tools]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[serp change]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[yahoo buzz]]></category>
		<category><![CDATA[z-order]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/?p=529</guid>
		<description><![CDATA[ It was bit of a quiet week here at ROCKFUSE. Nothing much on the move except for the big contest. I haven&#8217;t been producing much content since I&#8217;ve been trying out a new approach for ROCKFUSE, and I hope it will be evident in the weeks to come. Let me give you a hint [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.rockfuse.com/blog/wp-content/uploads/2008/08/windowslivewritersundayshoutouts-12118salesman2-tns-f656101b-241a-4da8-b9ba-3089e253c151.png" border="0" alt="Salesman2_tns" width="111" height="128" align="right" /> It was bit of a quiet week here at ROCKFUSE. Nothing much on the move except for the big contest. I haven&#8217;t been producing much content since I&#8217;ve been trying out a new approach for ROCKFUSE, and I hope it will be evident in the weeks to come. Let me give you a hint &#8211; it&#8217;s something to do with SEO. And, for the record, if it works out well, I will share this approach with you guys. It&#8217;s nothing controversial &#8211; but it&#8217;s not an exhausted idea either.</p>
<p>As I say, a non-exhausted method to get some extra hits in this over populated niche is a Gold mine!</p>
<h3>SEO discovery of the week</h3>
<p>If you were keeping an eye on your SERPs, you might have noticed that this week there were some major changes in them. This blog was ranking at 20-30 for the keyword &#8220;Make Money Blogging&#8221; and it just fell to 40 overnight.</p>
<p>Curious about this devil dance, I was searching for the odds and ends of this. And it was then I found out that I&#8217;m not the only one. In fact, as a new measure, it&#8217;s believed in the SEO community that effective from now on, Google will weigh anchor text lesser than how it used to. Why? Everyone buys paid links for their targeted anchor text and no matter how irrelevant the site is, it&#8217;s ranking gets a boost. And that was just a major loophole in the Google algorithm.</p>
<p>How to restore your SERPs? Well, make the content relevant to the keywords you&#8217;re targeting. Of course, the blackhat approach would be Keyword Stuffing.</p>
<h3>AdSense&#8217;s weird CSS behavior &#8211; busted!</h3>
<p>I was doing some SEO consultancy for my friend Eranda over at <a href="http://www.antharjalaya.com">Antharjalaya</a>, when his AdSense units just gave up. I was modifying his CSS and Theme Files &#8211; tweaking them for SEO purposes, when his AdSense units just became unresponsive.</p>
<p>They were being displayed, no problem there. But except for the top ad in the block (he was using 250&#215;250 blocks) the others were not-clickable., as in, when you click them, nothing happens. This was too weird. (To make things more complex, he was floating the AdSense blocks inline with text) It took me around 5 hours of troubleshooting to pin-point the problem. And adding to my misery, I found many people with the same problem when I was searching for an answer &#8211; but not the actual answer anywhere.</p>
<p>The problem was in the CSS layering. Sounds too weird? When AdSense ads become unclickable, it is because one of your divs (or something of that sort) is actually hovering over your AdSense unit. (This can be triggered by incorrect XHTML markup, especially incorrect DOCTYPE deceleration) The best thing to do is to put a &lt;div&gt; tag around the AdSense unit and set the z-index to a very high number. Like this:</p>
<pre style="border: 1px solid #c0c0c0; padding: 5px; overflow: auto; font-size: 12px; min-height: 40px; width: 500px; font-family: monospace; background-color: #fbfbfb;">&lt;<span style="color: #800000;">div</span> <span style="color: #800000;">style</span>="<span style="color: #800000;">z-index</span>:<span style="color: #800000;">99</span>;"&gt;
<em><span style="color: #800000;">AdSense</span> <span style="color: #800000;">Code</span></em>
&lt;/<span style="color: #800000;">div</span>&gt;</pre>
<p>The solution came to me quite intuitively and as of that I&#8217;m not surprised that no one had found the solution to this problem before.</p>
<p>Of course, I wouldn&#8217;t post my full discovery about AdSense blocks behavior, and my findings here for the greater good. Why? Let&#8217;s just say that if I did so here, lots of black hatters would be killing AdSense with macros &#8211; earning a lot of &#8216;cents&#8217; &#8211; with fraudulent clicks that look completely natural.</p>
<p>Oh and if you want any SEO consultancy services for your blog, just shoot me a message. Eranda will tell you how awesome I am <img src='http://www.rockfuse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>Contest Update</h3>
<p>3 days elapsed and already an update? Well, making up for a big mistake I did when mentioning one of great sponsors &#8211; AuctionSiteWriter &#8211; I&#8217;d like you guys to know that they are having a really cool deal over there for ROCKFUSE readers.</p>
<p>If you want to buy <a href="http://www.mcgrathinfosolution.com/auctionsitewriter_en.htm">AuctionSiteWriter</a>, and need a killer discount, guys at 1CoolFile will give $10CAD off their normal prize if you <a href="http://www.1coolfile.com/contact/">e-mail them</a> with the subject &#8220;ROCKFUSE Blog Contest&#8221;, and tell that you&#8217;re par-taking in the contest. Of course, they will refund your money if you actually win that in the blog contest <img src='http://www.rockfuse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>If you haven&#8217;t joined the contest yet, well, you know <a href="http://www.rockfuse.com/blog/referral-contest">what to do</a>?</p>
<h3>In the spotlight</h3>
<p>Finally, these were some articles discovered on my feed reader and blog-hopping that are totally worthy of a mention!</p>
<p><a href="http://turnipofpower.com/2008/08/25/dont-waste-your-adspace-on-bidvertiser/"><strong>Don’t Waste Your Adspace On Bidvertiser</strong></a><strong>:</strong> Turnip tells us why we all should stay away from Bidvertiser! The claims made in this post seems pretty solid and it had definitely changed my perspective on Bidvertiser. If you&#8217;re trying out Bidvertiser on your blog, promoting it or doing anything at all with it, then you should read it before promoting them furthermore!</p>
<p><a href="http://blogtipz.com/2008/08/29/tagging-101-tags-clouds-and-more/"><strong>Tagging 101 &#8211; Tags, Clouds and More</strong></a>: Probably the most comprehensive guide to tagging you&#8217;ll ever read! Keving shares the basics, social media approach and some cool plugins to help you get more out of your tags!</p>
<p><a href="http://bloggingfingers.com/blog-marketing/yahoo-buzz-experiment-part-1-of-3/"><strong>3 part Yahoo! Buzz experiment</strong></a>: Matt over at Blogging Fingers is doing a through analysis of Yahoo! Buzz. If you&#8217;re promoting your blog in Yahoo! Buzz, well, this is a must read for you. Matt talks about a lot of things concerning Yahoo! Buzz. At the time of this post&#8217;s submission, it seems like the last part is yet to be published by Matt.</p>
<p><a href="http://www.antharjalaya.com/big-deal-yahoo-top-buzz/"><strong>Is It a Big Deal To Be on Yahoo Top Buzz?:</strong></a> Is it? You might want to read Eranda&#8217;s post to find out! Most of you will be really surprised by his findings &#8211; rest assured!</p>
<p><a href="http://noregretonline.blogspot.com/2008/08/grow-your-business-with-konnects.html"><strong>Grow Your Business with &#8220;Konnects&#8221;</strong></a><strong>:</strong> Thanks to this post, I was able to fid this really cool young-entrepreneurs-only version of LinkedIn. (Well, it has nothing to do with LinkedIn) but certainly seems to be building authority.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:cac400e6-457d-4bd3-bc88-d341e2bf9974" class="wlWriterSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/yahoo%20buzz">yahoo buzz</a>,<a rel="tag" href="http://technorati.com/tags/adsense">adsense</a>,<a rel="tag" href="http://technorati.com/tags/CSS">CSS</a>,<a rel="tag" href="http://technorati.com/tags/z-order">z-order</a>,<a rel="tag" href="http://technorati.com/tags/bidvertiser">bidvertiser</a>,<a rel="tag" href="http://technorati.com/tags/scam">scam</a>,<a rel="tag" href="http://technorati.com/tags/tagging">tagging</a>,<a rel="tag" href="http://technorati.com/tags/plugins">plugins</a>,<a rel="tag" href="http://technorati.com/tags/google%20webmaster%20tools">google webmaster tools</a>,<a rel="tag" href="http://technorati.com/tags/anchor%20text">anchor text</a>,<a rel="tag" href="http://technorati.com/tags/seo">seo</a>,<a rel="tag" href="http://technorati.com/tags/serp%20change">serp change</a></div>
<p><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/july-2008-pagerank-update-an-early-analysis" rel="bookmark" title="July 28, 2008">July 2008 PageRank Update &#8211; An early analysis</a></li>
<li><a href="http://www.rockfuse.com/blog/how-to-add-adsense-code-to-the-middle-of-every-blog-post-within-5-minutes-automatically" rel="bookmark" title="August 2, 2008">How to add AdSense Code to the middle of every Blog Post within 5 minutes, automatically!</a></li>
<li><a href="http://www.rockfuse.com/blog/the-top-5-google-adsense-alternatives" rel="bookmark" title="August 11, 2008">The top 5 Google AdSense alternatives</a></li>
<li><a href="http://www.rockfuse.com/blog/14-wordpress-plugins-that-will-help-you-make-more-money-from-google-adsense-on-your-blog" rel="bookmark" title="January 14, 2009">14 Wordpress Plugins that will help you make more money from Google AdSense on your blog.</a></li>
<li><a href="http://www.rockfuse.com/blog/and-the-winner-is" rel="bookmark" title="March 20, 2008">And the winner is&#8230;</a></li>
</ul>
<p><!-- Similar Posts took 3.221 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/serp-changes-weird-adsense/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The biggest collection of Wordpress SEO plugins that can multiply your blog traffic</title>
		<link>http://www.rockfuse.com/blog/the-biggest-collection-of-wordpress-seo-plugins-that-can-multiply-your-blog-traffic</link>
		<comments>http://www.rockfuse.com/blog/the-biggest-collection-of-wordpress-seo-plugins-that-can-multiply-your-blog-traffic#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:52:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[all in one seo]]></category>
		<category><![CDATA[blog and seo]]></category>
		<category><![CDATA[blog for seo]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[dupliacte]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[penalize]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[seo friendly blog]]></category>
		<category><![CDATA[seo tools]]></category>
		<category><![CDATA[serp]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[slugs]]></category>
		<category><![CDATA[titles]]></category>
		<category><![CDATA[website seo]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.rockfuse.com/blog/the-biggest-collection-of-wordpress-seo-plugins-that-can-multiply-your-blog-traffic</guid>
		<description><![CDATA[ All of us bloggers know a thing or two about blog SEO. Organic Search Engine traffic is the most &#8220;genuinely good&#8221; kind of traffic that you can receive for two reasons. One &#8211; it doesn&#8217;t die soon if someone else doesn&#8217;t put it out and Two &#8211; It&#8217;s totally FREE! So without further a [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0pt none;" src="http://www.rockfuse.com/blog/wp-content/uploads/2008/08/windowslivewriterthebiggestlistofseopluginsthatcanmultipl-123d6wordpress-seo-30056115-cc24-4026-892c-7c2f1a56ccd9.jpg" border="0" alt="wordpress_seo" width="126" height="252" align="right" /> All of us bloggers know a thing or two about <strong>blog SEO</strong>. Organic Search Engine traffic is the most &#8220;genuinely good&#8221; kind of traffic that you can receive for two reasons. One &#8211; it doesn&#8217;t die soon if someone else doesn&#8217;t put it out and Two &#8211; It&#8217;s totally FREE! So without further a due, let me present to you the result of one of my biggest list hunts ever&#8230;</p>
<h2><strong><span style="text-decoration: underline;">It&#8217;s the biggest collection of Wordpress SEO plugins, ever compiled &#8211; to date.</span></strong></h2>
<h3>Add Meta Tags Wordpress Plugin</h3>
<p>What it does: This plugin adds <strong>XHTML META tags</strong> to your WordPress <strong>blog</strong>. The addition of the META tags is fully automatic , but it also includes all those features a <strong>SEO</strong>-concerned publisher would need in order to have total control over those meta tags. You can add META tags to single posts, archive pages, static pages and everything else. Customizability is bit of an issue with these plugins.</p>
<p>Download: <a rel="nofollow" href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/">http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/</a></p>
<h3>All in One SEO Pack</h3>
<p>Automatically optimizes your <strong>titles</strong> for search engines and Generates <strong>META tags automatically</strong>. This is my personal favorite. If you&#8217;re too lazy to generate META tags, you can let the plugin do it for you. If not, you can always customize them individually and suit them according to SERPs.</p>
<p>Download: <a rel="nofollow" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">http://wordpress.org/extend/plugins/all-in-one-seo-pack/</a></p>
<h3>Another Wordpress Meta Plugin</h3>
<p>The name says it all. Allows you to do the basic configurations of All in one <strong>SEO</strong> Pack. If you&#8217;re not happy with All in one <strong>SEO</strong> pack (though I can not think of a good reason for that), you can always use this META tags plugin to give your <strong>Wordpress</strong> <strong>SEO</strong> a boost.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/another-wordpress-meta-plugin/" rel="nofollow" href="http://wordpress.org/extend/plugins/another-wordpress-meta-plugin/">http://wordpress.org/extend/plugins/another-wordpress-meta-plugin/</a></p>
<h3>Bad Behavior Wordpress Plugin</h3>
<p>Simply put, this one keeps the naughty spam bots out of your Wordpress <strong>blog</strong>. Bad Behavior is a PHP-based solution for keeping unwanted <strong>blog</strong>, wiki, forum, guestbook and referrer spam away from your site. All these bots that are posting your content on splogs will have no entry to your <strong>blog</strong>. But do keep your eyes open since some users have claimed it also blocks a few useful bots to your site too.</p>
<p>Download: <a title="http://www.homelandstupidity.us/software/bad-behavior/" rel="nofollow" href="http://www.homelandstupidity.us/software/bad-behavior/">http://www.homelandstupidity.us/software/bad-behavior/</a></p>
<h3>Dagon Design Sitemap Generator</h3>
<p>This plugin creates a sitemap for your WordPress powered site. This is not just another XML sitemap plugin, but rather a true sitemap generator which is highly customizable from its own options page in the WordPress admin panel. Some of its features include: support for multi-level categories and pages, category/page exclusion, multiple-page generation with navigation, permalink support, choose what to display, what order to list items in, show comment counts and/or post dates, and much more.</p>
<p>Download: <a title="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" rel="nofollow" href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/</a></p>
<h3>Excerpt Editor</h3>
<p>This eliminates one of the biggest <strong>SEO</strong> headaches &#8211; Content Duplication. Excerpt Editor provides a convenient place for creating and editing all excerpts. It can also add custom excerpts for pages (not possible without a plugin). Features: auto-creating excerpts when publishing new Posts and Pages, displaying customisable excerpts from the content for posts without an excerpt, appending excerpts from the latest posts to each Post or from the sub-pages to each Page, replacing the content for all archive and tags pages with excerpts.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/excerpt-editor/" rel="nofollow" href="http://wordpress.org/extend/plugins/excerpt-editor/">http://wordpress.org/extend/plugins/excerpt-editor/</a></p>
<h3>FeedSmith Plugin for Feedburner</h3>
<p>What can I say? The effect might be minimal. But if you&#8217;re using FeedBurner, it&#8217;s a classic!</p>
<p>Download: <a title="http://orderedlist.com/articles/wordpress-feedburner-plugin/" rel="nofollow" href="http://orderedlist.com/articles/wordpress-feedburner-plugin/">http://orderedlist.com/articles/wordpress-feedburner-plugin/</a></p>
<h3>Category magic Wordpress Plugin</h3>
<p>Categories are very helpful if you&#8217;re into Advanced <strong>SEO</strong> techniques such as siloing. Don&#8217;t ask me what that is &#8211; it&#8217;s best that you don&#8217;t know &#8211; Just kidding <img src='http://www.rockfuse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Category Magic allows you to do many magical things with categories. For example, it can display links to posts from a single category and even a random category. There are several plugins that can do that. Category Magic does more.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/category-magic/" rel="nofollow" href="http://wordpress.org/extend/plugins/category-magic/">http://wordpress.org/extend/plugins/category-magic/</a></p>
<h3>Google Positioner</h3>
<p>This is one of the coolest and most underrated <strong>Wordpress SEO</strong> plugins ever! After putting the right keywords in the right page, it is imperative to keep track of your keyword performance. With this handy-dandy plugin it is now possible to track your website for your keywords in Google. You can track through multiple regions and keep an eye on the competitors also&#8230;</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/wordpress-google-seo-positioner/" rel="nofollow" href="http://wordpress.org/extend/plugins/wordpress-google-seo-positioner/">http://wordpress.org/extend/plugins/wordpress-google-seo-positioner/</a></p>
<h3>Google Sitemap Generator Wordpress Plugin</h3>
<p>I&#8217;ve mentioned this plugin countless times in my posts. This plugin generates a <a href="http://www.sitemaps.org/">XML-Sitemap</a> compliant sitemap of your <a href="http://wordpress.org/">WordPress</a> <strong>blog</strong>. This format is supported by Ask.com, Google, YAHOO and MSN Search. It&#8217;s an absolute must have if you&#8217;re running a Wordpress <strong>blog</strong> &#8211; and if you&#8217;re serious about your <strong>SEO traffic</strong>. Refer to <a href="http://www.rockfuse.com/blog/how-i-got-google-to-index-me-seconds-after-a-new-post">this article</a> if you don&#8217;t know anything about making it work.</p>
<p>Download: <a title="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" rel="nofollow" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/</a></p>
<h3>HeadMeta Plugin</h3>
<p>Yet another Meta Plugin for you. HeadMeta creates <code>&lt;meta&gt;</code> &#8220;description&#8221; or &#8220;keywords&#8221; tags for individual posts or pages. It can also create arbitrary <code>&lt;meta&gt;</code> or <code>&lt;link&gt;</code> tags. These are easily set on a per-post (or page) basis by simply adding Custom Fields.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/headmeta/" rel="nofollow" href="http://wordpress.org/extend/plugins/headmeta/">http://wordpress.org/extend/plugins/headmeta/</a></p>
<h3>Karailiev&#8217;s sitemap</h3>
<p>For some reason, if you&#8217;re not too happy with the Google Sitemap Generator, this will most definitely help. This plugin adds a XML sitemap to your <strong>blog</strong>. It&#8217;s used to show all your pages and posts to the search engines like Google, Yahoo and MSN. Doesn&#8217;t have as much configuration facilities as Google Sitemap Generator, but a worthwhile alternative.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/karailievs-sitemap/" rel="nofollow" href="http://wordpress.org/extend/plugins/karailievs-sitemap/">http://wordpress.org/extend/plugins/karailievs-sitemap/</a></p>
<h3>KB Robots.txt Wordpress Plugin</h3>
<p>When robots (like the Googlebot) crawl your site, they begin by requesting <code>http://example.com/robots.txt</code> and checking it for special instructions. Use this plugin to create and edit your robots.txt file from within Wordpress (using <code>Options -&gt; Robots.txt</code>). It&#8217;s a simple plugin that let&#8217;s you edit Robots.txt within your Wordpress <strong>blog</strong>.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/kb-robotstxt/" rel="nofollow" href="http://wordpress.org/extend/plugins/kb-robotstxt/">http://wordpress.org/extend/plugins/kb-robotstxt/</a></p>
<h3>Nofollow Links in Posts</h3>
<p>Nofollow Links in Posts plugin enables you to add the &#8220;nofollow&#8221; attribute into links in a post within a specified category. This plugin is useful if you are doing sponsored posts. You can set the plugin to add the &#8220;nofollow&#8221; attribute for posts older than &#8220;X&#8221; days.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/nofollow-links-in-posts/" rel="nofollow" href="http://wordpress.org/extend/plugins/nofollow-links-in-posts/">http://wordpress.org/extend/plugins/nofollow-links-in-posts/</a></p>
<h3>Objection Redirection Wordpress Plugin</h3>
<p>Redirects posts from what you don&#8217;t want to want you want. Also helpful if you&#8217;re trying to eradicate duplicated content in your <strong>blog</strong>. But the setting are a wee bit hard to grasp at first. Give it a couple of minutes&#8217; concentrated attention and you&#8217;d do just fine.</p>
<p>Download: <a title="http://www.biggnuts.com/objection-redirection-wordpress-plugin/" rel="nofollow" href="http://www.biggnuts.com/objection-redirection-wordpress-plugin/">http://www.biggnuts.com/objection-redirection-wordpress-plugin/</a></p>
<h3>Optimal Title</h3>
<p>Rectifies one of the biggest <strong>SEO</strong> drawbacks of the default Wordpress settings. Optimal Title is a <a href="http://wordpress.org/">WordPress</a> plugin that mirrors the function of <code>wp_title()</code> exactly, but moves the position of the &#8217;separator&#8217; to after the title rather than before. This allows you to have your <strong>blog</strong> name tacked on to the end of the page title instead of having it appear first. Which means. Title of your post, will appear before the <strong>blog</strong>&#8217;s name.</p>
<p>Download: <a title="http://elasticdog.com/2004/09/optimal-title/" rel="nofollow" href="http://elasticdog.com/2004/09/optimal-title/">http://elasticdog.com/2004/09/optimal-title/</a></p>
<h3>Permalink Redirect</h3>
<p>A WordPress plugin that replies a 301 permanent redirect, if requested URI is different from entry’s (or archive’s) permalink. It is used to ensure that there is only one URL associated with each <strong>blog</strong> entry. Another great way to save your PR from duplicated content.</p>
<p>Download: <a title="http://fucoder.com/code/permalink-redirect/" rel="nofollow" href="http://fucoder.com/code/permalink-redirect/">http://fucoder.com/code/permalink-redirect/</a></p>
<h3>Permalink Validator Wordpress Plugin</h3>
<p>Of all the Permalink Redirection plugins to save your from Search bots mistakenly assuming that your <strong>blog</strong> has duplicated content, this is the best. Does a lot of <strong>SEO</strong> modifications to your Wordpress blog, automatically, which would take several minutes and very high risk .htaccess edits &#8211; including, adding trailing back-slash if missing, adding or removing www prefix according to your permalink structure and forcing a correct 404 page instead of showing an empty search result when using an invalid URL.</p>
<p>Download: <a title="http://wordpress.org/extend/plugins/permalink-validator/" rel="nofollow" href="http://wordpress.org/extend/plugins/permalink-validator/">http://wordpress.org/extend/plugins/permalink-validator/</a></p>
<h3>Platinum SEO Pack</h3>
<p>Yet another alternative to the legendary All in one <strong>SEO</strong> which actually lives up to the term &#8216;alternative&#8217;. Has many of the All in one <strong>SEO</strong> features and more. Optimizing Post and Page Titles for search engines, Overriding any title and set any META description and META keywords, for any post or page, adding index, noindex, follow or nofollow, noarchive, nosnippet, noodp, noydir meta tags to any post/page &#8211; are just a few.</p>
<p>Download: <a title="http://techblissonline.com/platinum-seo-pack/" rel="nofollow" href="http://techblissonline.com/platinum-seo-pack/">http://techblissonline.com/platinum-seo-pack/</a></p>
<h3>Really Simple Sitemap Wordpress Plugin</h3>
<p>Does what the Dagon Design Sitemap Generator does &#8211; which is building a simple HTML sitemap for your <strong>blog</strong>. But, it&#8217;s not so customizable as I would like it to be.</p>
<p>Download: <a title="http://www.internetwealthmaster.com/wordpress-really-simple-sitemap/" rel="nofollow" href="http://www.internetwealthmaster.com/wordpress-really-simple-sitemap/">http://www.internetwealthmaster.com/wordpress-really-simple-sitemap/</a></p>
<h3>Redirection plugin for Wordpress</h3>
<p>Redirection is a WordPress plugin to manage 301 redirections, keep track of 404 errors, and generally tidy up any loose ends your site may have. This is particularly useful if you are migrating pages from an old website, or are changing the directory of your WordPress installation.</p>
<p>Download: <a title="http://urbangiraffe.com/plugins/redirection/" rel="nofollow" href="http://urbangiraffe.com/plugins/redirection/">http://urbangiraffe.com/plugins/redirection/</a></p>
<h3>Robots Meta Plugin</h3>
<p>You don&#8217;t really need this if you&#8217;ve go the Platinum <strong>SEO</strong> Pack. But, if you&#8217;re using All in one <strong>SEO</strong>, this might come in handy because it makes the All in one <strong>SEO</strong> plugin complete with the Robots Meta tags &#8211; which by the way helps robots when they are indexing your Wordpress <strong>blog</strong>.</p>
<p>Download: <a title="http://yoast.com/wordpress/robots-meta/" rel="nofollow" href="http://yoast.com/wordpress/robots-meta/">http://yoast.com/wordpress/robots-meta/</a></p>
<h3>SEO Friendly Images Wordpress Plugin</h3>
<p><strong>SEO</strong> Friendly Images is a Wordpress optimization plugin which automatically updates all images with proper ALT and TITLE attributes. If your images do not have ALT and TITLE already set, <strong>SEO</strong> Friendly Images will add them according the options you set. Additionally this makes the post W3C/xHTML valid as well. ALT attribute is important part of search engine optimization. It describes your image to search engine and when a user searches for a certain image this is a key determining factor for a match. TITLE attribute play lesser role but is important for visitors as this text will automatically appear in the tooltip when mouse is over the image.</p>
<p>Download: <a title="http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images" rel="nofollow" href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images">http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images</a></p>
<h3>SEO Post Link</h3>
<p>The <strong>SEO</strong> Post Link makes your post link short and <strong>SEO</strong> friendly. It removes common words that are unnecessary for search engine optimization of your <strong>blog</strong> post link. It doesn&#8217;t shorten your slug in a random manner. It only deletes the words which are not important in terms of <strong>SEO</strong>.</p>
<p>Download: <a title="http://www.maxblogpress.com/plugins/spl/" rel="nofollow" href="http://www.maxblogpress.com/plugins/spl/">http://www.maxblogpress.com/plugins/spl/</a></p>
<h3>SEO Slugs Wordpress Plugin</h3>
<p>The <strong>SEO</strong> Slugs Wordpress plugin removes common words like &#8216;a&#8217;, &#8216;the&#8217;, &#8216;in&#8217; from post slugs to improve search engine optimization. Another alternate to the <strong>SEO</strong> Post Link Plugin.</p>
<p>Download: <a title="http://www.vretoolbar.com/news/seo-slugs-wordpress-plugin" rel="nofollow" href="http://www.vretoolbar.com/news/seo-slugs-wordpress-plugin">http://www.vretoolbar.com/news/seo-slugs-wordpress-plugin</a></p>
<h3>SEO Title Tag</h3>
<p>Title tags are arguably the most important of the on-page factors for search engine optimization (&#8220;<strong>SEO</strong>&#8220;). It blows my mind how post titles are also used as title tags by WordPress, considering that post titles should be catchy, pithy, and short-and-sweet; whereas title tags should incorporate synonyms and alternate phrases to capture additional search visibility. <strong>SEO</strong> Title Tag makes is dead-easy to optimize the title tags across your WordPress-powered <strong>blog</strong> or website.</p>
<p>Download: <a title="http://www.netconcepts.com/seo-title-tag-plugin/" rel="nofollow" href="http://www.netconcepts.com/seo-title-tag-plugin/">http://www.netconcepts.com/seo-title-tag-plugin/</a></p>
<h3>Subdomains by Category</h3>
<p>This Wordpress plugin turns all your categories into subdomains. It works on your post permalinks too. Only use this if your host supports it and only use this IF YOU KNOW WHAT YOU&#8217;RE DOING. The advantage of having subdomains is that Search Engines tend to give subdomains more value than permalinks.</p>
<p>Download: <a title="http://wordpress-plugins.biggnuts.com/wordpress-subdomains-plugin/" rel="nofollow" href="http://wordpress-plugins.biggnuts.com/wordpress-subdomains-plugin/">http://wordpress-plugins.biggnuts.com/wordpress-subdomains-plugin/</a></p>
<h3>WordPress Tweaks</h3>
<p>WordPress Tweaks is a powerful yet simple plugin to help you push the boundaries of WordPress by fine-tuning its many aspects. This multi-purpose plugin specializes in simple toggle-on/off changes. It adds many useful settings pertaining to comments, posts, <strong>SEO</strong>, security, the administration back-end, and much more. Some tweaks can even replace plugins that you may already have installed.</p>
<p>Download: <a title="http://wordpress.jdwebdev.com/plugins/tweaks/" rel="nofollow" href="http://wordpress.jdwebdev.com/plugins/tweaks/">http://wordpress.jdwebdev.com/plugins/tweaks/</a></p>
<h3>WP Page Numbers Wordpress Plugin</h3>
<p>With page numbers instead of next and previous links users can easily navigate much quicker to the page they want. It is good for <strong>SEO</strong> (Search Engine Optimization) as well, because it creates a tighter inner link structure.</p>
<p>Download: <a title="http://www.jenst.se/2008/03/29/wp-page-numbers" rel="nofollow" href="http://www.jenst.se/2008/03/29/wp-page-numbers">http://www.jenst.se/2008/03/29/wp-page-numbers</a></p>
<h3>WP_LinkTools Wordpress Plugin</h3>
<p>Publicize your posts and pages by adding the to the social bookmarking site Delicious, automatically as soon as you post them. It&#8217;s one of my personal favorites and a quick Del.icio.us link building super weapon. Highly recommended!</p>
<p>Download: <a title="http://www.dcoda.co.uk/index.php/tag/wp_linktools/" rel="nofollow" href="http://www.dcoda.co.uk/index.php/tag/wp_linktools/">http://www.dcoda.co.uk/index.php/tag/wp_linktools/</a></p>
<hr />
<div style="float:right;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>All of these plugins have the potential to boost your Search Engine Rankings with a little bit of analysis. However, as any <strong>SEO</strong> would tell you, don&#8217;t just install the plugin and wait for the magic to happen. If you&#8217;re trying to get on top of something and maintain it, you have to experiment and evolve.</p>
<h2>I sincerely hope you&#8217;ll find these SEO Tweaking, Link Building, META Optimizing, Bot Controlling plugins useful &#8211; which by the way took me more than 5 hours to check, analyze and experiment</h2>
<h2>Technorati Tags: <a rel="tag" href="http://technorati.com/tags/seo%20tools">seo tools</a>,<a rel="tag" href="http://technorati.com/tags/website%20seo">website seo</a>,<a rel="tag" href="http://technorati.com/tags/blog%20and%20seo">blog and seo</a>,<a rel="tag" href="http://technorati.com/tags/blog%20for%20seo">blog for seo</a>,<a rel="tag" href="http://technorati.com/tags/seo%20friendly%20blog">seo friendly blog</a>,<a rel="tag" href="http://technorati.com/tags/seo">seo</a>,<a rel="tag" href="http://technorati.com/tags/all%20in%20one%20seo">all in one seo</a>,<a rel="tag" href="http://technorati.com/tags/wordpress">wordpress</a>,<a rel="tag" href="http://technorati.com/tags/plugins">plugins</a>,<a rel="tag" href="http://technorati.com/tags/meta%20tag">meta tag</a>,<a rel="tag" href="http://technorati.com/tags/robots">robots</a>,<a rel="tag" href="http://technorati.com/tags/search%20engines">search engines</a>,<a rel="tag" href="http://technorati.com/tags/serp">serp</a>,<a rel="tag" href="http://technorati.com/tags/content">content</a>,<a rel="tag" href="http://technorati.com/tags/slugs">slugs</a>,<a rel="tag" href="http://technorati.com/tags/titles">titles</a>,<a rel="tag" href="http://technorati.com/tags/keywords">keywords</a>,<a rel="tag" href="http://technorati.com/tags/optimize">optimize</a>,<a rel="tag" href="http://technorati.com/tags/search%20engine%20optimization">search engine optimization</a>,<a rel="tag" href="http://technorati.com/tags/sitemaps">sitemaps</a>,<a rel="tag" href="http://technorati.com/tags/google">google</a>,<a rel="tag" href="http://technorati.com/tags/excerpts">excerpts</a>,<a rel="tag" href="http://technorati.com/tags/dupliacte">dupliacte</a>,<a rel="tag" href="http://technorati.com/tags/penalize">penalize</a>,<a rel="tag" href="http://technorati.com/tags/yahoo">yahoo</a></h2>
<p><br/><b>Related Posts</b>
<ul>
<li><a href="http://www.rockfuse.com/blog/google-webmaster-tools-blog" rel="bookmark" title="August 25, 2008">What Google Webmaster Tools can tell about your blog.</a></li>
<li><a href="http://www.rockfuse.com/blog/5-four-minute-killer-seo-tweaks-that-90-of-bloggers-ignore" rel="bookmark" title="August 13, 2008">5 four-minute killer SEO tweaks that 90% of bloggers ignore</a></li>
<li><a href="http://www.rockfuse.com/blog/add-a-301-redirect-and-save-your-blog" rel="bookmark" title="October 4, 2007">Add a 301-redirect and save your blog!</a></li>
<li><a href="http://www.rockfuse.com/blog/bold-seo-wordpress-plugin" rel="bookmark" title="September 5, 2008">Bold SEO Wordpress Plugin for better SEO Keyword Targeting</a></li>
<li><a href="http://www.rockfuse.com/blog/optimize-your-site-for-google-tips-and-tricks" rel="bookmark" title="September 15, 2007">Optimize your site for Google! Tips and Tricks!!</a></li>
</ul>
<p><!-- Similar Posts took 3.835 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/the-biggest-collection-of-wordpress-seo-plugins-that-can-multiply-your-blog-traffic/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
