<?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; bidvertiser</title>
	<atom:link href="http://www.rockfuse.com/blog/tag/bidvertiser/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>Tue, 15 Jun 2010 00:27:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</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.189 ms --></p>]]></content:encoded>
			<wfw:commentRss>http://www.rockfuse.com/blog/serp-changes-weird-adsense/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
