<?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>How To Make Money Blogging by Creating Free Content for the World with Blogs &#187; AdSense</title>
	<atom:link href="http://zedomax.biz/blog/category/adsense/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedomax.biz/blog</link>
	<description>Insider Guerilla Internet Marketing</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:16:45 +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>Wordpress Hack &#8211; How to Insert Ads in the Middle of Your Content!</title>
		<link>http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/</link>
		<comments>http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:03:43 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blog DIY]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[insert ads]]></category>
		<category><![CDATA[middle of content]]></category>
		<category><![CDATA[wordpress-hack]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=1113</guid>
		<description><![CDATA[The other day I showed you my latest Adsense heat map that I have been working on for 3+ years.  Mind you, that&#8217;s the only way I can give back to the community of bloggers.  It&#8217;s not going to help me in the least bit because I will have more competition but I [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I showed you my latest <a href="http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/" >Adsense heat map</a> that I have been working on for 3+ years.  Mind you, that&#8217;s the only way I can give back to the community of bloggers.  It&#8217;s not going to help me in the least bit because I will have more competition but I feel that it&#8217;s important to give back.  <a href="http://zedomax.biz/blog/great-entrepreneurs/do-you-believe-in-karma-you-should/" >Karma I call it.</a></p>
<p>Anyways, here&#8217;s how to insert ads after 1-3 sentences after your content. (Or you can change the $tcount>=1 values to something like $tcount>=3 if you want to show ads after more sentences.)</p>
<p>You can even show additional ads at the bottom of your content if your blog post is a long blog post versus short.  </p>
<p>Here&#8217;s the code that will let you insert ads at different places in your content.</p>
<p>You need to replace <strong><?php the_content(); ?></strong> in your <strong>single.php</strong> file (usually) with the following code:</p>
<p><a href="http://zedomax.biz/code/middle.txt" target="_blank" >See here for the code</a></p>
<p>The above code will print your first Adsense block after the first <strong>HTML tag p</strong>, which is usually a paragraph block or 1-3 sentences.  </p>
<p>There&#8217;s also an option to print a second Adsense block after 4 <strong>p</strong>s for longer blog posts.  This ad block won&#8217;t show unless your blog post is super long.  I don&#8217;t really use the second Adsense block much.  You can also change the $tcount>=4 to something like $count>=2 if you want your second Adsense block to show after the 2nd
<p> block.</p>
<p>There&#8217;s also many ways to customize this code such as detecting images.  For example, I used additional code to detect whether there&#8217;s an image in the very beginning of the post.  If that&#8217;s the case, I will want to show the ads under the image because I think it looks better as far as web design/usability goes.  I can have that code up too if more of you guys want it.</p>
<p>Here&#8217;s some additional <strong>div</strong> tips for styling your Adsense ads.</p>
<p>If you want to wrap to the right for 336&#215;280 ads:</p>
<pre name="code" class="php">
<div style="width:336px;height:280px;float:right;padding: 9px 0 9px 9px;">
Replace this line with Adsense code here
</div>
</pre>
<p>If you want to wrap to the left for 336&#215;280 ads:</p>
<pre name="code" class="php">
<div style="width:336px;height:280px;float:left; 9px 9px 9px 0;">
Replace this line with Adsense code here
</div>
</pre>
<p>If you want to just display ads without wrap, with Adsense left aligned:</p>
<pre name="code" class="php">
<div style="clear:both;"></div>

Replace this line with Adsense code here
<div style="clear:both;"></div>
</pre>
<p>If you want to just display ads without wrap, with Adsense center aligned:</p>
<pre name="code" class="php">
<div style="clear:both;"></div>

<center>
Replace this line with Adsense code here
</center>
<div style="clear:both;"></div>
</pre>
<p>In general, I find that wrapping your Adsense around text can be good for CTR plus look great with your overall site design.</p>
<p>At other times, I find that Adsense aligned-left with no text wrapping (with white space on the right) gets a lot better CTR.</p>
<p>Just test the different locations to see what works best for your niche.</p>
<p>Instead of putting the ad after the content, it&#8217;s simply common sense they will perform better if you put it within the context of your content and higher up on your blog post.</p>
<p>The amount of CTR increase skyrockets plus why not?</p>
<p>Of course, just make sure the overall site design and user experience are still maintained, no one wants to read ad-plastered blogs, even though I am on the very edge.  </p>
<p>Enjoy and don&#8217;t forget to share the code with other Wordpress bloggers out there!</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/" >Wordpress Hack &#8211; How to Insert Ads in the Middle of Your Content!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/category/blog-diy/" title="Blog DIY" rel="tag">Blog DIY</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://zedomax.biz/blog/tag/insert-ads/" title="insert ads" rel="tag">insert ads</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/middle-of-content/" title="middle of content" rel="tag">middle of content</a>, <a href="http://zedomax.biz/blog/tag/wordpress-hack/" title="wordpress-hack" rel="tag">wordpress-hack</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/blogging/twitter-howto-how-to-add-hashtags-to-your-blog-rss-feed-tweets-using-feedburner/" title="Twitter HOWTO &#8211; How to Add Hashtags to Your Blog RSS Feed Tweets using Feedburner! (March 1, 2010)">Twitter HOWTO &#8211; How to Add Hashtags to Your Blog RSS Feed Tweets using Feedburner!</a> </li>
	<li><a href="http://zedomax.biz/blog/twitter/twitter-diy-how-to-use-twitter-more-effectively/" title="Twitter DIY &#8211; How to Use Twitter More Effectively! (September 28, 2009)">Twitter DIY &#8211; How to Use Twitter More Effectively!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/step-by-step-money-making-guide-part-5-auctionads/" title="Step-by-Step Money Making Guide &#8211; Part 5 &#8211; AuctionAds (September 25, 2007)">Step-by-Step Money Making Guide &#8211; Part 5 &#8211; AuctionAds</a> </li>
	<li><a href="http://zedomax.biz/blog/great-entrepreneurs/radical-business-how-to-burn-bridges-in-business/" title="Radical Business &#8211; How to Burn Bridges in Business! (October 19, 2009)">Radical Business &#8211; How to Burn Bridges in Business!</a> </li>
	<li><a href="http://zedomax.biz/blog/adwords/how-to-write-better-adwords-ads/" title="How to Write Better Adwords Ads! (November 4, 2009)">How to Write Better Adwords Ads!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Show Adsense Ads Only to Search Traffic! (and less annoying to your regular readers)</title>
		<link>http://zedomax.biz/blog/make-money-online/how-to-show-adsense-ads-only-to-search-traffic-and-less-annoying-to-your-regular-readers/</link>
		<comments>http://zedomax.biz/blog/make-money-online/how-to-show-adsense-ads-only-to-search-traffic-and-less-annoying-to-your-regular-readers/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 10:31:10 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blog DIY]]></category>
		<category><![CDATA[Blog Training]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[Webmaster Hack]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[only to search traffic]]></category>
		<category><![CDATA[show adsense]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=1087</guid>
		<description><![CDATA[Over the years, I&#8217;ve realized showing ads to only search traffic is a pretty good idea, especially if you don&#8217;t want to bombard your regular readers with a whole bunch of ads.
You can also not show ads to image traffic as they don&#8217;t convert well most of the time.
But let me give you a simple [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years, I&#8217;ve realized showing ads to only search traffic is a pretty good idea, especially if you don&#8217;t want to bombard your regular readers with a whole bunch of ads.</p>
<p>You can also not show ads to image traffic as they don&#8217;t convert well most of the time.</p>
<p>But let me give you a simple javascript example that uses cookies to only show Adsense ads to your search engine visitors coming from either Google, Yahoo, Bing, Ask, or MSN.  You can easily add more search engines if you want to by modifying the code.</p>
<p>Another thing I am doing is to show ads for about 60 seconds using cookies until they expire. (after visitors enter the site from a search engine)  I think that is a good feature to implement.  You don&#8217;t want to show ads just to the landing page to your search engine traffic, you want to keep showing it while they browse other parts of your site because search engine visitors are most likely to be interested/click on ads.  </p>
<p>Now that we got the theory/concept out of the way, let me show you how to make your Adsense ads behave so they don&#8217;t annoy the hell out of their readers.</p>
<p>This can be great for either sites that are performing poorly (low CTRs, mostly image traffic) or quality sites you don&#8217;t want to bombard with ads.  I don&#8217;t use this for my main site Zedomax.com but I use it for my other sites where my web traffic is high but my CTR is low.  <strong>Using this code, I was able to bring the CTR up on those high-trafficked sites while improving regular user experience by showing ads only to search traffic visitors.</strong></p>
<h2>First Code</h2>
<p>Put this code somewhere in your header file.</p>
<pre name="code" class="js">
<script type='text/javascript'>
var ref = document.referrer;
//you can add more URLs to not show ads, for example you want to block Google and Yahoo images traffic but show to any other Google and Yahoo traffic in 
var se = new Array('images.google.','images.yahoo.');
//you can add more search engines below, just follow the same format!
var se2 = new Array('.google.','.yahoo.','.bing.','.ask.','.msn.');
for (var i = 0; i <= se.length-1; i++) {
        if (ref.indexOf(se[i])!== -1) {
                var expiry = new Date ();
                expiry.setTime(expiry.getTime() + 60000);
                document.cookie = "sevisitor=1; expires=" + expiry.toGMTString() + "; path=/; ";
        }
}
</script>
</pre>
<h2>Second Code</h2>
<p>Put this code where you are going to show the ad:</p>
<pre name="code" class="js">
<script type='text/javascript'>
var results = document.cookie.match ( '(^|;) ?sevisitor=([^;]*)(;|$)' );

if(results) {
 if (results[2] == 1) {
//if traffic from images.google.com or images.yahoo.com do nothing
//or you can show CPM ads or whatever you want to do.
 }
}else {

   var results2 = document.cookie.match ( '(^|;) ?sevisitor2=([^;]*)(;|$)' );
    if(results2) {
    if (results2[2] == 1) {
  //if traffic coming from google.com ,yahoo.com ,msn.com, bing.com, or ask.com
  //IMPORTANT: replace pub-xxxxxxxxxxxxx with your publisher id!
 //   Also replace yyyyyyyy with your google_ad_slot

var gstring="<script type=\"text/javascript\"><!--\n";
gstring+="google_ad_client = \"pub-xxxxxxxxxxxxxxxx\"\n";
gstring+="google_ad_slot = \"yyyyyyyyyyy\";\n";
gstring+="google_ad_width = 336;\n";
gstring+="google_ad_height = 280;\n";
gstring+="//-->\n";
gstring+="<\/script>\n";
gstring+="<script type=\"text/javascript\"\n";
gstring+="src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">\n";
gstring+="<\/script>\n";
document.write(gstring);
     }
     }
}
</script>
</pre>
<h2>First Code Explained</h2>
<p>Let me explain the code a bit.  Basically the first part of the code will save a cookie to the user's computer if they come from image search or regular search.   The cookie is set to expire in 60 seconds so that there's enough time for your Adsense ad exposure while search engine visitors are visiting your site and ads don't show after those 60 seconds to not annoy your new visitors so much.  But you can change the value to shorter/longer if you want to.</p>
<p>This first code should be in your header file such as header.php so you can detect where your visitors are coming from, no matter which page they enter from.</p>
<h2>Second Code Explained</h2>
<p>The second code is the actual adsense code written in javascript, you will have to replace the <strong>google_ad_client</strong> and <strong>google_ad_slot</strong> value with yours.  Change the <strong>pub-xxxxxxxxxx</strong> and <strong>yyyyyyyyy</strong> to the one you see when you generate your Adsense code.  Don't touch the quote characters as that will mess it up, copy exactly and only change the variables I told you to change!</p>
<h2>Does my code change the Adsense code and violate ToS?</h2>
<p>No, my code doesn't change the Adsense code at all, it just translates it into javascript.  The actual output code is exactly the same as code provided from Google.  You can actually use PHP to do the same but the reason I use javascript is because my blogs use Wordpress Super Cache, which caches the PHP code.  When PHP code is cached, it will cache the detection function also.  In essence, PHP code used with Super Cache won't work because it will stay on the last PHP if statement.</p>
<p>In short, javascript works well along most platforms because it's processed in real-time by the browser.  So that is why I used javascript here.</p>
<h2>What you can get from this?</h2>
<p>If you are reluctant to put more ads on your website, you can use this code to only show ads to search engine traffic.  That way, you don't drive away your loyal readers.  </p>
<p>For sites with low Adsense CTRs, it might be a good idea to show ads to only search traffic as your CTR will skyrocket if you do.  Poor CTRs can be mostly from lack of content or image search traffic, both which don't convert well into overall revenue.  <strong>Especially for those of you who get a lot of traffic, having low CTR can be bad, as it can lower your overall Adsense earnings due saturating overall CTRs.</strong></p>
<h2>Credits</h2>
<p>I didn't create this code all myself, I built on top of the <a target="_blank" href="http://www.scratch99.com/2008/09/avoid-smart-pricing-show-adsense-only-to-search-engine-visitors/" >code created by Stephen Cronin over at Scratch99.com.</a>  Thanks for the code Stephen.  </p>
<p>What I added is the additional cookie code plus expiration so your ads stay around for a minute before disappearing.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/how-to-show-adsense-ads-only-to-search-traffic-and-less-annoying-to-your-regular-readers/" >How to Show Adsense Ads Only to Search Traffic! (and less annoying to your regular readers)</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/category/blog-diy/" title="Blog DIY" rel="tag">Blog DIY</a>, <a href="http://zedomax.biz/blog/category/blog-training/" title="Blog Training" rel="tag">Blog Training</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/how-to/" title="how to" rel="tag">how to</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/only-to-search-traffic/" title="only to search traffic" rel="tag">only to search traffic</a>, <a href="http://zedomax.biz/blog/category/marketing/ppc-marketing/" title="PPC" rel="tag">PPC</a>, <a href="http://zedomax.biz/blog/tag/show-adsense/" title="show adsense" rel="tag">show adsense</a>, <a href="http://zedomax.biz/blog/category/webmaster-hack/" title="Webmaster Hack" rel="tag">Webmaster Hack</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/" title="Wordpress Hack &#8211; How to Insert Ads in the Middle of Your Content! (March 4, 2010)">Wordpress Hack &#8211; How to Insert Ads in the Middle of Your Content!</a> </li>
	<li><a href="http://zedomax.biz/blog/blogging/twitter-howto-how-to-add-hashtags-to-your-blog-rss-feed-tweets-using-feedburner/" title="Twitter HOWTO &#8211; How to Add Hashtags to Your Blog RSS Feed Tweets using Feedburner! (March 1, 2010)">Twitter HOWTO &#8211; How to Add Hashtags to Your Blog RSS Feed Tweets using Feedburner!</a> </li>
	<li><a href="http://zedomax.biz/blog/twitter/twitter-diy-how-to-use-twitter-more-effectively/" title="Twitter DIY &#8211; How to Use Twitter More Effectively! (September 28, 2009)">Twitter DIY &#8211; How to Use Twitter More Effectively!</a> </li>
	<li><a href="http://zedomax.biz/blog/great-entrepreneurs/radical-business-how-to-burn-bridges-in-business/" title="Radical Business &#8211; How to Burn Bridges in Business! (October 19, 2009)">Radical Business &#8211; How to Burn Bridges in Business!</a> </li>
	<li><a href="http://zedomax.biz/blog/adwords/how-to-write-better-adwords-ads/" title="How to Write Better Adwords Ads! (November 4, 2009)">How to Write Better Adwords Ads!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/how-to-show-adsense-ads-only-to-search-traffic-and-less-annoying-to-your-regular-readers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adsense CPC Optimized Placement Heat Map!</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:59:15 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blog DIY]]></category>
		<category><![CDATA[Blog Training]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[adsense heat map]]></category>
		<category><![CDATA[adsense placement map]]></category>
		<category><![CDATA[cpc optimized]]></category>
		<category><![CDATA[placement map]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=1079</guid>
		<description><![CDATA[
For those of you who have trouble making any money with your Adsense revenues, you might want to try the above heat map.  And to those who have been following my older Adsense heat maps from last year, you might want to update it with the one I am showing you here because through the [...]]]></description>
			<content:encoded><![CDATA[<p><img title="ADSENSE" src="/img/aHR0cDovL3plZG9tYXguY29tL2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMTAvMDMvQURTRU5TRS00MTJ4NjkwLmpwZw==" alt="" width="412" height="690" /></p>
<p>For those of you who have trouble making any money with your Adsense revenues, you might want to try the above heat map.  And to those who have been following <a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" >my older Adsense heat maps from last year</a>, you might want to update it with the one I am showing you here because through the years, I have gotten better at improving my Adsense revenues through better placements.</p>
<p>Now, this map can be seen on the single articles pages of my main blog Zedomax.com (<a target="_blank" href="http://zedomax.com/blog/2010/03/01/dns-hack-how-to-check-your-website-on-the-new-server-during-dns-delegation/" >such as this one</a>).</p>
<p>Let me explain why I made this Adsense optimization heat map.  It looks so simple yet there&#8217;s a lot of research and time I have put into this so please bear with me.</p>
<p><strong>The best performing ads are (based on my 3+ years with Adsense and driving 30M pageviews) is the top left corner right after your blog post headline.</strong></p>
<p>Why?</p>
<p>Because that&#8217;s where people&#8217;s eyes go first.   Also, if you have a sidebar on the left side or you have sidebars on both sides of your website, that&#8217;s fine too.  I have other blogs where sidebar is on the left side but people will still look for the content side, just make sure your ads are on the &#8220;left&#8221; side of the content side.</p>
<p>Also, you can embed your ads so they are integrated with the rest of your content but I usually don&#8217;t do that.</p>
<p>Why?</p>
<p><strong>You want your readers to really focus on the ads first</strong>, just like TV ads.  If you have content around your ads, this will cause ad blindness more often than not based on my testing.  <em>For some, it may work well, for longer articles.</em></p>
<p>So, have your ads clear of content.  You can put your content above or below the ads.  The main point is that you want to have <strong><em>focus</em></strong>.</p>
<p>If you think that will not look good for the design of your website, that&#8217;s fine too but just know that maximum revenues are achieved when you can make readers completely focused at the task at hand, that of reading ads first then content.</p>
<h2>Why do I have no ads on this blog?</h2>
<p>Ads are great for making money on sites with some good level of web traffic.  If you aren&#8217;t getting at least 1000 unique users per day, you shouldn&#8217;t really aggressively advertise but rather work to get more web traffic and loyal readers.</p>
<p>Trust me, I don&#8217;t even like putting too many ads myself and if you put ads on blogs/websites that don&#8217;t even get 1000 unique visitors per day, you are mostly likely shooting yourself in the foot.</p>
<p>I know, I know, you want to make money right away but you still also need to focus on building a readership and web traffic to a level.</p>
<p>Plus, for example let&#8217;s say you put ads all over your website that gets 200 unique visitors per day, you aren&#8217;t gonna get that much clicks anyways plus your revenue will be a lot smaller because you have such small number of visitors.</p>
<p>I have found that having at least 1000 unique visitors per day is a good rule of thumb to go by before you even start putting ads.  Of course, depending on your niche, this could be slightly lower, maybe 500.</p>
<p>This blog itself currently gets less than 1000 unique visitors per day, I will put ads on here someday but not until I reach the initial 1000.</p>
<p>Just use your common sense and don&#8217;t put ads on your site if you are not ready.  Or at least <em><strong>start with ads after the content</strong></em>.</p>
<p>Now, let me go on with the Adsense map here.  You will see that I have put a rectangle Adsense block, either of the sizes 336&#215;280, 300&#215;250, or 300&#215;250. <em><strong> Try to use the biggest ad size that will fit as bigger sizes mean higher revenues.</strong></em></p>
<p>You can also put &#8220;private&#8221; ads on the right side of the Adsense ad to &#8220;fill&#8221; the blank space if you want.  <strong>But make sure you test and it doesn&#8217;t affect your Adsense CPC.</strong> Depending on your niche, this might differ.  In my case, filling the space on the right sometimes will lower my CPCs or sometimes it will raise it.  Just make sure to test both options and you will find the right combo.</p>
<p>Now, after the first Adsense rectangle block, I have content, perhaps 1-3 sentences.  I have used <a href="http://zedomax.biz/blog/make-money-online/wordpress-hack-how-to-insert-ads-in-the-middle-of-your-content/" >custom code for my Wordpress theme to put another Adsense rectangle block after the 1-3 sentences.</a></p>
<p>Why?</p>
<p>Because if you want to achieve the highest CPCs and higher reader-attention for the ads, you want to place your ads as high as they can be. (if your goal is to make the maximum revenue)</p>
<p>After all the content, I use Google AdManager and Adsdaq to serve private affiliate ads or CPM ads.   This is the worst performing spaces for Adsense so I put my private/CPM ads there.   Don&#8217;t put more ads there because it will saturate your Adsense revenues.  I try to stick with 2 big Adsense rectangles at most.</p>
<h2>Don&#8217;t put Adsense rectangle ads on Sidebar</h2>
<p>I don&#8217;t put any Adsense rectangle ads on the sidebar because simply they are the worst performers due to ad blindness.  People can easily recognize that ads on the sidebar are ads and will simply ignore it.  You can try testing it but I bet your results will be like what I said.  One more thing, don&#8217;t put ads on your header either unless it performs much better than the first Adsense rectangle.  I highly doubt it but you can always <strong><em>test it</em></strong>.</p>
<h2>KISS (Keep it Simple Stupid)</h2>
<p>When it comes to user experience of actually browsing your site, you need to keep your ads to a minimum.  Although I have a lot of ads on Zedomax.com, you will see that ads are &#8220;clearly&#8221; divided from my content.  <strong>You need to make it easy for users to distinguish ads from real content while you place your ads where readers will pay attention most. </strong>This keeps your readers as happy as possible while letting you maximize your revenue potential.</p>
<p><strong>So, that&#8217;s it, you just need two big square blocks for your main article pages.</strong> No need for any extra Adsense blocks because you want to place your ads where people will read the most.  <em>Otherwise you will saturate our own Adsense revenues because you are offering more ad spaces.</em></p>
<p>I used to have like a whole bunch of ads as <a href="http://zedomax.biz/blog/make-money-online/adsense-and-chitika-optimization-heat-map/" >seen in my very first Adsense heat map her</a>e but <strong>I am making more money now by having less ads but placing them higher on my blog. </strong></p>
<h2>Extra &#8211; Category Pages</h2>
<p>Above heat map is for your article pages, where the actual contents are.  Now, for category pages, you can place more ads and <em><strong>customize it.</strong></em></p>
<p>For my Zedomax.com blog, I actually rearranged my blog theme to have 1 left side bar, 1 ad block, and 1 content block, which is 3 columns.  <a target="_blank" href="http://zedomax.com/blog/category/computer/" >You can see an example here.</a></p>
<p><strong>Why a different layout for Category Pages?</strong></p>
<p>I don&#8217;t want ad blindness so I have completely changed my theme so it looks &#8220;fresh&#8221;.  Plus I have blended my ads so they are informational and offer more options for users since they are not trying to read just &#8220;one article&#8221; rather <strong><em>they are trying to find something.  This means ads could potentially be more helpful if your readers don&#8217;t find the content they are looking for.<br />
</em></strong></p>
<p>I won&#8217;t get into the details of how I did my category pages but it&#8217;s an example that you can make your website into different layouts for different sections.  By having fresh look to your category pages, you can avoid ad blindness and also offer the readers more options to choose from.</p>
<p>You don&#8217;t have to copy my style but if your theme is same everywhere throughout your site, you might want to look into giving it a fresh look for certain pages such as the category page.</p>
<p>I can tell you that my category pages perform 2-3 times better than before, where it was the same as my article pages.</p>
<h2>Should you use Chitika along with Adsense ads?</h2>
<p>In my previous heat maps, I told you that Chitika was a great source of revenue.  Based on years of testing, I have found out the opposite it true.  You can easily saturate your own Adsense revenue when using both Adsense and Chitika because Chitika ads will sabotage your CPC.   Just make sure to use 1 of them, either Adsense or Chitika but don&#8217;t mix them together as you will only be shooting yourself in the foot.  <a href="http://zedomax.biz/blog/advertisements/chitika-review-adding-chitika-can-only-increase-your-potential-ad-revenue-is-not-100-true/" >You can read my full in-depth analysis of that here.</a></p>
<p>Well, good luck and if you are having trouble or you want me to review your ad placements, you can always e-mail me at zedomax[at]gmaildotcom, tweet me @zedomax, or leave a comment.   I will be glad to help you as much as I can. (for free! hurray!)</p>
<h2>Bonus &#8211; Show ad to search engine traffic only!</h2>
<p>If you simply believe that above heat map will not make your website look good, here&#8217;s an alternative.  Instead of putting ads where they &#8220;look good&#8221; but will worsen your Adsense revenues (such as the sidebar), just use the above map but only show ads to your search engine traffic so you don&#8217;t annoy your regular readers with ads, <a href="http://zedomax.biz/blog/make-money-online/how-to-show-adsense-ads-only-to-search-traffic-and-less-annoying-to-your-regular-readers/" >see more on that here.</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/" >Adsense CPC Optimized Placement Heat Map!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense-heat-map/" title="adsense heat map" rel="tag">adsense heat map</a>, <a href="http://zedomax.biz/blog/tag/adsense-placement-map/" title="adsense placement map" rel="tag">adsense placement map</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/category/blog-diy/" title="Blog DIY" rel="tag">Blog DIY</a>, <a href="http://zedomax.biz/blog/category/blog-training/" title="Blog Training" rel="tag">Blog Training</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/cpc-optimized/" title="cpc optimized" rel="tag">cpc optimized</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/placement-map/" title="placement map" rel="tag">placement map</a>, <a href="http://zedomax.biz/blog/category/marketing/ppc-marketing/" title="PPC" rel="tag">PPC</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Chitika CPC Sabotage &#8211; WHY I Stopped using Chitika!</title>
		<link>http://zedomax.biz/blog/make-money-online/chitika-cpc-sabotage-why-i-stopped-using-chitika/</link>
		<comments>http://zedomax.biz/blog/make-money-online/chitika-cpc-sabotage-why-i-stopped-using-chitika/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 03:54:21 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Chitika]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[cpc sabotage]]></category>
		<category><![CDATA[why i stopped]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=1039</guid>
		<description><![CDATA[Chitika has been one of my favorite ad platforms to make money with my blogs.  Recently, I&#8217;ve realized that using both Adsense and Chitika on the same site/blog can be bad for your online revenues, and possibly sabotage your Adsense revenues.
Why?
The main problem lies in Chitika&#8217;s revenue share along with publishers.  If you just have [...]]]></description>
			<content:encoded><![CDATA[<p>Chitika has been one of my favorite ad platforms to make money with my blogs.  Recently, I&#8217;ve realized that using both Adsense and Chitika on the same site/blog can be bad for your online revenues, and possibly sabotage your Adsense revenues.</p>
<h2>Why?</h2>
<p>The main problem lies in Chitika&#8217;s revenue share along with publishers.  If you just have one website and you already get a good CPC/eCPM with Chitika, that&#8217;s fine but for me, I need a different CPC/eCPM for every blog I run since I manage about 30 different blogs and <strong>CPC/eCPM tend to vary <em>a lot</em> depending on the niche/topic of the blog.</strong></p>
<p>I have e-mailed Chitika team countless times (since last year) asking them to explain to me why I am getting the exact same CPC on every one of my blogs regardless of the niche.</p>
<p>At best, my CPC will vary between 1-3 cents, which is like saying they are the same or <strong>fixed CPC</strong>.</p>
<p>I usually get a response that they will take a look at it next week or next month.  I figure that either they have a bigger fish to fry or <strong><em>this is probably why they are making money.</em></strong></p>
<p>Don&#8217;t get me wrong, <a href="http://zedomax.biz/blog/make-money-online/how-to-optimize-chitika-premium-ads/" >I was one of the first to promote Chitika</a> when it was starting out but sometimes I need to set the facts right and the only way I can do that is by <em>blogging it about it when I can&#8217;t get a clear human response.</em></p>
<p>So, let me tell you an example why I am <em><strong>PEEVED</strong></em>.  For example, average CPC for Adsense on one of my better blogs is near 1 dollar while the CPC on Adsense for one of my shittier blogs is around 20 cents.</p>
<p>According to that, I should be getting something between 10 cents and something 5 times more around 50 cents on Chitika (if my shittier blog was getting about 20 cents on Adsense).  Even then, advertisers should have a good enough reason to keep using Chitika instead of Adsense to promote their products/services since <strong>CPC is cheaper on Chitika.</strong></p>
<p>But no, Chitika gives me almost the exact same CPC for every blog that I have, that is <strong>around 12 cents on a really good niche and 8 cents on a crappy niche  while Adsense can vary from a dollar to 20 cents. </strong>That&#8217;s about 2-10 times difference and that works out to be a lot of money in the course of a year.</p>
<p>It would be wise for me to just put my shittier blogs on Chitika but I like Chitika, I want to put more of their ads on my premium sites.</p>
<h2>So WHY IS THIS SO IMPORTANT?</h2>
<p>Because if your CPC on Chitika is let&#8217;s say 5 times lower than on Adsense, it gives &#8220;incentives&#8221; for advertisers to advertise more on Chitika for the same website/blog.  In return, <strong>this &#8220;sabotages&#8221; your own Adsense earnings because advertisers are now bidding for the same keywords on Chitika instead of Adsense for 5 times less.</strong> Of course, depending on the placement of your Adsense and Chitika, it can vary but because Chitika gets a higher CTR (shown only on search traffic), it might make sense for advertisers to advertise the same product/services on Chitika instead of Adsense if there were two options.  <strong>Chitika ads target search traffic and U.S. traffic, which is where you get paid most on Adsense anyways.</strong></p>
<p>I&#8217;ve actually done some testing and in about a month, I&#8217;ve lost about 20 to 30% of my Adsense revenues by having Chitika units along with Adsense units.  <strong>Of course, this is only true if you place Chitika units in premium locations such as near the Adsense unit.</strong> If Chitika ads are already somewhere in the way-bottom of your website where no one sees/clicks, you probably are not sabotaging your Adsense revenues.</p>
<h2>Stop the Adsense Sabotage!</h2>
<p>To test it out, I did stop using Chitika on most of my blog for couple months on my premium blogs for a period of a month or so from December 2009 to January 2010.</p>
<p>The results were rather fantastic as my Adsense earning rose by more than 20-30%.  <strong>I had the best Adsense earnings of my lifetime. </strong>The revenue I gained during this time on Adsense proved to be much more than revenue I would have earned if I used Adsense along with Chitika because Adsense pays you much more to begin with.</p>
<h2>What can Chitika do now?</h2>
<p>Chitika needs to be more open about how they do business, <em><strong>be more transparent. </strong></em> What us bloggers need to know is how exactly CPC is decided on Chitika and what kind of revenue share is offered.</p>
<p><strong>And if revenue share is offered, publishers need to be paid the same percentage, not a flat CPC.</strong></p>
<p>I know some top bloggers are using Chitika probably because they got a great revenue share but medium-to-small publishers like me can be &#8220;had&#8221; by being offered only a flat CPC that never changes.  (Yes, it&#8217;s like you work so much harder and paid the same, like a communist country or you are a slave/dumbass.)</p>
<p>Every time I asked Chitika to raise my CPC for my niche blogs that <strong>I know for a fact that make more money per click</strong>, every time they have either delayed (it&#8217;s been almost a year since I started asking them) the response OR ignored my e-mails.  (I have e-mails to prove it.)</p>
<h3><strong>When it comes to sensitive issues like me getting paid every month, things need to get resolved within days, not when-never.</strong></h3>
<h3>So I am blogging it.</h3>
<h2>The Economics of Online Marketing</h2>
<p><strong>If you are already getting crappy numbers for your Adsense CPC/eCPM, you are probably not going to benefit from this blog post</strong>, perhaps work on getting more web traffic.  But for those of you experiencing the same thing as I am, you need to be aware that <em><strong>simple economics of the online advertising marketing says you will be sabotaging your own Adsense earning in the long run by using Chitika with it.</strong></em></p>
<p>PPC companies like <a target="_blank" href="http://www.yodle.com/" >Yodle</a>, have an automated bidding system for all types of PPC program such as Google Adsense, Yahoo Publisher, MSN, etc&#8230; etc&#8230;   This means that if their automated bidding system finds a cheaper CPC for the same site/keyword, it&#8217;s going to bid there, not at your high-paying PPC programs.</p>
<p>I am sure there&#8217;s many other similar systems out there and if they are out there, you could be sabotaging your own Adsense revenues by adding Chitika or any other lower-paying ad networks.</p>
<h2>Simple Math</h2>
<p>Let&#8217;s say you offer the same hotdog at Wal-mart(e.g. Adsense) for $5 and at Target(e. g. Chitika) for $1, where will you buy your hotdog?</p>
<p>Same analogy here, either you need to negotiate a really good revenue-share (CPC) with Chitika or you might be sabotaging your own Adsense ads.  If you can make up enough clicks with Chitika and get a good CPC from them, you might be better off Chitika.  This is true of my shittier blogs while it&#8217;s the opposite for most of my premium blogs.</p>
<p>The only way Chitika will come out of this is to offer publishers &#8220;fair/better share&#8221; of their CPC rates.  The greatest part about Google Adsense program is that it&#8217;s automatic, publisher can get paid anywhere from 10 cents to even 5 dollars per click, depending on the bidders and the market.  <em><strong>Publishers are paid fairly for the niche on Adsense while on Chitika, they seem to be human-controlled, resulting in a flat/fixed CPC, not reflective of the actual bidding market.<br />
</strong></em></p>
<p>As far as I can tell, every publisher on Chitika is getting paid a flat fee of 9 to 12 cents regardless of how much they are selling those clicks for to advertisers.  <em><strong>That &#8220;flat fee&#8221; revenue sharing model is where the problem lies.</strong></em> Publishers can be driving a ton of more quality keywords/traffic and still get the same CPC.</p>
<p>Hey, if Chitika is indeed selling those clicks for super low prices, <strong>they can make more money by raising CPC of high-paying niches accordingly and also make more money for  the publishers in the process.  It&#8217;s a win-win situation.<br />
</strong></p>
<p>Perhaps Chitika&#8217;s system isn&#8217;t set to do that right now and if it&#8217;s not, I am highly disappointed because all the years I&#8217;ve been using Chitika (almost 3 years), <em><strong>I have been losing thousands of dollars through CPC sabotage.</strong></em></p>
<p>Chitika has been always been one of my favorite companies but if they can&#8217;t fix this problem , I don&#8217;t see how they can grow further.</p>
<p>Of course, it could also be that Chitika is already charging more for high-paying keywords (I don&#8217;t know because I&#8217;ve actually never advertised on Chitika) and taking most of the revenue share.  And that, my friend, <em><strong>could be why I am not going to use Chitika on my blogs anymore because Chitika is taking all the money while publishers do all the work.<br />
</strong></em></p>
<p>For a company to succeed in the long run, they need to realize that their customers are smart and they need to treat each one as one of their best customers.  Chitika has been awfully great on new innovations such as customization of ads but the response for my CPC questions have been <em><strong>very deceptive.</strong></em></p>
<h2>But is this a deceptive practice?</h2>
<p>Well, it kinda is because I&#8217;ve asked Chitika reps many times to clarify me on the topic but no one answers.  My honest wish is to keep using Chitika and that Chitika treats their publishers fair and square, <em><strong>answer their questions promptly and honestly, just like how your mother treats you.</strong></em></p>
<p><strong>Chitika need to be transparent about how they do business</strong>, especially when it comes to money.  Google might not be so transparent about how much revenue share they offer to their publishers but they are transparent about the fact that different keyword niches will pay lower or higher, and that isn&#8217;t 1 or 2 cents difference.  <em><strong>You can see it on your Adsense dashboard in real-time.</strong></em></p>
<h2><a href="http://zedomax.biz/blog/blogging/blogging-is-about-dedication-and-passion/" >I work very hard for my money.</a></h2>
<p>I am sure many of you bloggers/website publishers work very very hard for your money.  <strong>The reason I write this blog post is to let you know that your hard-worked money is well-earned and there should be no one in-between to sabotage your efforts.</strong></p>
<p><em><strong>The simple math of demand and supply I outlined in this blog post clearly says adding Chitika ads along with your Adsense ads will &#8220;sabotage&#8221; your Adsense earnings. </strong></em> It took me actually almost 3 years to realize this, <em>I feel stupid.</em></p>
<p>I really hope Chitika team will look into this major problem of fixed CPCs and get their system straight.  Otherwise, I will be removing them from the rest of my shittier blogs too.  No hard feelings.</p>
<p><em><strong>Don&#8217;t e-mail/call me again until you have fixed the problem, I know last time I got a call because I was testing this.</strong></em></p>
<p>I just want you to know if you are one of those people and you are using Chitika along with Adsense, test out my theory and let me know what happened. (in the comments or at zedomax [at] gmail.com)  If your revenue stays the same I guess that&#8217;s fine but if it rises a lot, you know where to send Christmas presents to.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/chitika-cpc-sabotage-why-i-stopped-using-chitika/" >Chitika CPC Sabotage &#8211; WHY I Stopped using Chitika!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/category/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/cpc-sabotage/" title="cpc sabotage" rel="tag">cpc sabotage</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/why-i-stopped/" title="why i stopped" rel="tag">why i stopped</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" title="New Adsense and Chitika Optimization Heat Map Version 2! (November 29, 2008)">New Adsense and Chitika Optimization Heat Map Version 2!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/netklix-needs-better-ads/" title="NetKlix Needs Better Ads&#8230; (December 20, 2008)">NetKlix Needs Better Ads&#8230;</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-optimize-chitika-premium-ads/" title="How to Optimize Chitika Premium Ads! (August 18, 2008)">How to Optimize Chitika Premium Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-increase-chitika-premium-revenue-by-30/" title="How to Increase Chitika Premium Revenue by 30%! (December 10, 2008)">How to Increase Chitika Premium Revenue by 30%!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-calculate-your-earnings/" title="How to Calculate Your Earnings! (February 25, 2009)">How to Calculate Your Earnings!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/chitika-cpc-sabotage-why-i-stopped-using-chitika/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Ultimate Secret, &#8220;Relevancy&#8221;, and How It will Help your Online Business/Blogs!</title>
		<link>http://zedomax.biz/blog/make-money-online/googles-ultimate-secret-relevancy-and-how-it-will-help-your-online-businessblogs/</link>
		<comments>http://zedomax.biz/blog/make-money-online/googles-ultimate-secret-relevancy-and-how-it-will-help-your-online-businessblogs/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:08:12 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[daily basis]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[peace]]></category>
		<category><![CDATA[potato chips]]></category>
		<category><![CDATA[relevance]]></category>
		<category><![CDATA[relevancy]]></category>
		<category><![CDATA[thought for the day]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=733</guid>
		<description><![CDATA[Download latest version of Flash to view video!. Click Here to View in Full Screen Mode
For those of you who have been trying to promote your online services/products or website(blogs), you will have to understand first why Google has succeeded, taking over power players like Yahoo and MSN using &#8220;relevancy&#8221;.
Relevancy is the key to success [...]]]></description>
			<content:encoded><![CDATA[<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/BslMs8XCEiU" width="500" height="420"><param name="movie" value="http://www.youtube.com/v/BslMs8XCEiU" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/BslMs8XCEiU"  class="lightwindow"> Click Here to View in Full Screen Mode</a></p>
<p>For those of you who have been trying to promote your online services/products or website(blogs), you will have to understand first why Google has succeeded, taking over power players like Yahoo and MSN using &#8220;relevancy&#8221;.</p>
<p>Relevancy is the key to success in any online business.  Whether you sell potato chips online or provide content on your blogs, being &#8220;relevant&#8221; in anything you do online makes you stronger, bigger, and better.</p>
<p>Look at Google&#8217;s Adwords and Adsense systems, the one single ingredient they use is called, &#8220;relevancy&#8221;.</p>
<p>Even you and me, constantly go in vicious search cycles on a daily basis because you need to find websites that are most &#8220;relevant&#8221; to the keyword you are searching for.</p>
<p>The greatest part about Google is that they base everything including their ads on relevancy, something Yahoo has a LOT of catching up to do.  I am also a Yahoo ad publisher and one of the biggest reasons I cannot promote them as much as Google is because their ads not relevant.</p>
<p>Google also does not show ads if they do not have inventory of advertisers that are not relevant to the content.  For example, when you do a search on Google and sometimes there&#8217;s no ads.  That&#8217;s because either there&#8217;s no advertisers for that keyword or the ads simply aren&#8217;t relevant.</p>
<p>How can relevancy help your online business?</p>
<p>EVERYTHING, if you make your ads relevant to the sites you are advertising on, you will raise your online conversions or you will make your readers happy.</p>
<p>The worst thing is to put ads that are not relevant to your blog such as &#8220;buy a knife&#8221; when you have a blog about stopping wars and peace.</p>
<p>Whatever it is you are doing, you will gain much from making your ads relevant to your content.</p>
<p>Well, that&#8217;s my thought for the day.  Build relevance into everything you do online and the people will come.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/googles-ultimate-secret-relevancy-and-how-it-will-help-your-online-businessblogs/" >Google&#8217;s Ultimate Secret, &#8220;Relevancy&#8221;, and How It will Help your Online Business/Blogs!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/category/adwords/" title="AdWords" rel="tag">AdWords</a>, <a href="http://zedomax.biz/blog/tag/adwords/" title="AdWords" rel="tag">AdWords</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/daily-basis/" title="daily basis" rel="tag">daily basis</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/peace/" title="peace" rel="tag">peace</a>, <a href="http://zedomax.biz/blog/tag/potato-chips/" title="potato chips" rel="tag">potato chips</a>, <a href="http://zedomax.biz/blog/tag/relevance/" title="relevance" rel="tag">relevance</a>, <a href="http://zedomax.biz/blog/tag/relevancy/" title="relevancy" rel="tag">relevancy</a>, <a href="http://zedomax.biz/blog/tag/thought-for-the-day/" title="thought for the day" rel="tag">thought for the day</a>, <a href="http://zedomax.biz/blog/tag/yahoo/" title="yahoo" rel="tag">yahoo</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/" title="Best Type of Traffic for Ad Clicks! (June 23, 2008)">Best Type of Traffic for Ad Clicks!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/pre-selling-is-everything/" title="Pre-selling is Everything! (June 24, 2009)">Pre-selling is Everything!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/netklix-ppc-review/" title="NetKlix PPC Review (December 17, 2008)">NetKlix PPC Review</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/googles-ultimate-secret-relevancy-and-how-it-will-help-your-online-businessblogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog DIY &#8211; Where to Put Your Adsense Ads for Blogs!</title>
		<link>http://zedomax.biz/blog/make-money-online/blog-diy-where-to-put-your-adsense-ads-for-blogs/</link>
		<comments>http://zedomax.biz/blog/make-money-online/blog-diy-where-to-put-your-adsense-ads-for-blogs/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:59:01 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blog DIY]]></category>
		<category><![CDATA[Blog Training]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[affiliate banner]]></category>
		<category><![CDATA[benefit]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[common sense]]></category>
		<category><![CDATA[cpm]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[great news]]></category>
		<category><![CDATA[heatmap]]></category>
		<category><![CDATA[long time]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[placements]]></category>
		<category><![CDATA[post test]]></category>
		<category><![CDATA[private ads]]></category>
		<category><![CDATA[rule of thumb]]></category>
		<category><![CDATA[targetted]]></category>
		<category><![CDATA[time readers]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=650</guid>
		<description><![CDATA[UPDATE: See my latest Adsense CPC Optimized Placement Heat Map here!
Long time ago, I released my Adsense optimized heatmap for increasing your CTR (Clik Through Rate).
Well,  I have some more great news for you, I have further optimized my Adsense ads and here&#8217;s bunch of quick tips that will help you make more money with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/" >UPDATE: See my latest Adsense CPC Optimized Placement Heat Map here!</a></p>
<p>Long time ago, I released my <a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" >Adsense optimized heatmap</a> for increasing your CTR (Clik Through Rate).</p>
<p>Well,  I have some more great news for you, I have further optimized my Adsense ads and here&#8217;s bunch of quick tips that will help you make more money with Adsense, all the while making your regular visitors happier.</p>
<ul>
<li>Don&#8217;t put ads on your homepage and index pages.  These are the main pages of your blog, particularly those from index.php.  The reason is that the homepage of your blog isn&#8217;t &#8220;targetted&#8221; content since you might have more than 1 blog post in the same page.  Thus, your Adsense ads won&#8217;t be as relevant so your CTR will be a lot lower than your single pages. (single.php)  I&#8217;ve started removing all ads from the homepage and has increased my overall CTR and CPM.  Plus, another great benefit for you is that site visitors in general don&#8217;t like a website cluttered with ads.Furthermore, you don&#8217;t want your first-time visitors to click away from the homepage, you want them to stay longer.  By having zero ads on the homepage, you guarantee that the first-time readers will at least click once within your site to an interesting blog post they like.</li>
<li>Put your ads on single pages.  These are the pages that receive most of your Google organic traffic.  The single pages are highly targetted because they contain one blog post.</li>
<li>Test the different Adsense ads provided in my Adsense heat map and take out any ads that don&#8217;t perform.  As a general rule of thumb, I remove any Adsense ads that do less than 1% CTR.  I rather put another affiliate banner or private ads in those less performing spots.  You want  to increase your overall CTR, that makes your site more valuable for advertisers on Google.  This is simply common sense.  If you were an advertiser, you would want to advertise on ad placements that get most attention and most clicks.  Even me, if I want to sell an affiliate product, I place it where it gets the most attention/CTR, not bottom-right sidebar banner that no one will look at.</li>
</ul>
<p>For now, that&#8217;s the 3 tips that can change your Adsense earning as much as whopping 25% based on my testing.  Results may vary but if you keep testing, you won&#8217;t regret any positive results you get while you can always go back to your old format if it doesn&#8217;t work out.</p>
<p>You don&#8217;t make more money because you bring more traffic, you make more money by bringing in higher &#8220;quality&#8221; traffic.  The only way you can prove that to Google Adsense and advertisers is to optimize your ads and improve your overall CTR.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/blog-diy-where-to-put-your-adsense-ads-for-blogs/" >Blog DIY &#8211; Where to Put Your Adsense Ads for Blogs!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/tag/affiliate-banner/" title="affiliate banner" rel="tag">affiliate banner</a>, <a href="http://zedomax.biz/blog/tag/benefit/" title="benefit" rel="tag">benefit</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blog-diy/" title="Blog DIY" rel="tag">Blog DIY</a>, <a href="http://zedomax.biz/blog/category/blog-training/" title="Blog Training" rel="tag">Blog Training</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/common-sense/" title="common sense" rel="tag">common sense</a>, <a href="http://zedomax.biz/blog/tag/cpm/" title="cpm" rel="tag">cpm</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/great-news/" title="great news" rel="tag">great news</a>, <a href="http://zedomax.biz/blog/tag/heatmap/" title="heatmap" rel="tag">heatmap</a>, <a href="http://zedomax.biz/blog/tag/long-time/" title="long time" rel="tag">long time</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/placements/" title="placements" rel="tag">placements</a>, <a href="http://zedomax.biz/blog/tag/post-test/" title="post test" rel="tag">post test</a>, <a href="http://zedomax.biz/blog/tag/private-ads/" title="private ads" rel="tag">private ads</a>, <a href="http://zedomax.biz/blog/tag/rule-of-thumb/" title="rule of thumb" rel="tag">rule of thumb</a>, <a href="http://zedomax.biz/blog/tag/targetted/" title="targetted" rel="tag">targetted</a>, <a href="http://zedomax.biz/blog/tag/time-readers/" title="time readers" rel="tag">time readers</a>, <a href="http://zedomax.biz/blog/tag/traffic/" title="traffic" rel="tag">traffic</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" title="New Adsense and Chitika Optimization Heat Map Version 2! (November 29, 2008)">New Adsense and Chitika Optimization Heat Map Version 2!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/gim-101-how-to-sell-private-cpm-based-ads-using-google-ad-manager/" title="G.I.M. 101 &#8211; How to Sell Private CPM-based Ads Using Google Ad Manager! (December 19, 2008)">G.I.M. 101 &#8211; How to Sell Private CPM-based Ads Using Google Ad Manager!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/seo-hack-dont-buy-wordpress-affiliate-pro-just-get-the-link-a-dink-plugin/" title="SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin (December 8, 2007)">SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/blog-diy-where-to-put-your-adsense-ads-for-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adsense DIY &#8211; How to Use Competitive Ad Filter to Filter Out Irrelevant Ads!</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-diy-how-to-use-competitive-ad-filter-to-filter-out-irrelevant-ads/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-diy-how-to-use-competitive-ad-filter-to-filter-out-irrelevant-ads/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 20:12:23 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[advertiser]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[furniture]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[graphic ads]]></category>
		<category><![CDATA[hell]]></category>
		<category><![CDATA[important point]]></category>
		<category><![CDATA[monopoly]]></category>
		<category><![CDATA[relevant ads]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=622</guid>
		<description><![CDATA[Sometimes, your Adsense CTR can drop drastically on certain days and it may be because you have irrelevant ads on your blog or website.
As good as Google AdSense is at crawling your blog/website to serve the most relevant ads, there are times where you will simply get irrelevant ads.
For example, sometimes I have furniture advertisements [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, your Adsense CTR can drop drastically on certain days and it may be because you have irrelevant ads on your blog or website.</p>
<p>As good as Google AdSense is at crawling your blog/website to serve the most relevant ads, <strong>there are times where you will simply get irrelevant ads</strong>.</p>
<p>For example, sometimes I have furniture advertisements out of no where on my tech blog that is totally irrelevant to my tech visitors.</p>
<p>If you see those kind of advertisements, it will drive down your CTR because the ads are not relevant to your blog readers.  Plus, they even annoy the hell out of me because I don&#8217;t want to see ads that are not relevant, <em><strong>it makes my site look unprofessional</strong></em>.</p>
<p>There is a solution however, you can easily block those irrelevant ads from coming back so your users can see relevant ads thus driving your CTR back to normal.</p>
<p>To do this, simply go to <strong>Adsense Setup-&gt;Competitive Ad Filter</strong>, and enter the URLs (example.com).  Those ads should stop appearing within 5 minutes or so.</p>
<p>Another important point here is that you want to actually type the domain name only without the www.  For example, you want to type &#8220;<strong>example.com</strong>&#8220;, not &#8220;<strong>www.example.com</strong>&#8221; or &#8220;<strong>example.com/blahblahblah</strong>&#8220;.   Doing this will block ALL ads from that domain, no matter what subdomains or pages its coming from.</p>
<p><strong>In other times, your Adsense CTR can also drop drastically due to &#8220;ad spammers&#8221;.</strong> These people aren&#8217;t really &#8220;spammers&#8221; but I like to call them &#8220;ad spammers&#8221; as they will somehow buy a bulk of cheap graphic ads and keep &#8220;spamming&#8221; your blog/website with their ads only.</p>
<p>For example, you might see majority of your Adsense ads for one company.  Depending on what that company is advertising, it can drive your CTR up or down.</p>
<p>If those ads drive your CTR down, you need to take them out as you are being &#8220;ad spammed&#8221;.  Simply use the competitive ad filter to filter them out.</p>
<p>Plus, I rather see a bunch of different advertisers on my Adsense ads than a monopoly by a single advertiser, especially if those ads are irrelevant or simply driving your CTR down.</p>
<p>As a rule of thumb, if your CTR goes down, it probably means that your visitors are annoyed by your ads because it&#8217;s irrelevant or spammy.  Make your visitors happy by showing more relevant ads, your CTR will probably go up and it will put a smile on your face.</p>
<p>On the other hand, if your Adsense ads are very relevant and not spammy, by means go ahead and do NOTHING.  Like the old saying, <em><strong>&#8220;If it ain&#8217;t broke, don&#8217;t fix it.&#8221;</strong></em></p>
<p><img class="alignnone size-full wp-image-623" title="competitive" src="http://zedomax.biz/blog/wp-content/uploads/2009/07/competitive.gif" alt="competitive" width="503" height="192" /></p>
<p>UPDATE: Before you try the method above, <a target="_blank" href="https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;answer=23168" >try section targeting your blog/website,</a> especially if you have a lot of extra content.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-diy-how-to-use-competitive-ad-filter-to-filter-out-irrelevant-ads/" >Adsense DIY &#8211; How to Use Competitive Ad Filter to Filter Out Irrelevant Ads!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertiser/" title="advertiser" rel="tag">advertiser</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/domain-name/" title="domain name" rel="tag">domain name</a>, <a href="http://zedomax.biz/blog/tag/furniture/" title="furniture" rel="tag">furniture</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/graphic-ads/" title="graphic ads" rel="tag">graphic ads</a>, <a href="http://zedomax.biz/blog/tag/hell/" title="hell" rel="tag">hell</a>, <a href="http://zedomax.biz/blog/tag/important-point/" title="important point" rel="tag">important point</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/monopoly/" title="monopoly" rel="tag">monopoly</a>, <a href="http://zedomax.biz/blog/tag/relevant-ads/" title="relevant ads" rel="tag">relevant ads</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/howto-make-money-with-direct-text-link-ads-sell-permanent-links-and-enjoy-your-independence/" title="HOWTO Make Money with Direct Text Link Ads &#8211; Sell permanent links and enjoy your independence! (December 11, 2007)">HOWTO Make Money with Direct Text Link Ads &#8211; Sell permanent links and enjoy your independence!</a> </li>
	<li><a href="http://zedomax.biz/blog/affiliate/i-am-going-to-commission-junction-university/" title="I am Going to Commission Junction University! (September 14, 2009)">I am Going to Commission Junction University!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-integrate-clickbank-hop-ads-on-your-wordpress-blog-to-show-relevant-ads-based-on-tags-or-title/" title="How to Integrate Clickbank Hop Ads on Your Wordpress Blog to Show Relevant Ads Based on Tags or Title! (June 20, 2009)">How to Integrate Clickbank Hop Ads on Your Wordpress Blog to Show Relevant Ads Based on Tags or Title!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/googles-ultimate-secret-relevancy-and-how-it-will-help-your-online-businessblogs/" title="Google&#8217;s Ultimate Secret, &#8220;Relevancy&#8221;, and How It will Help your Online Business/Blogs! (September 8, 2009)">Google&#8217;s Ultimate Secret, &#8220;Relevancy&#8221;, and How It will Help your Online Business/Blogs!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-diy-how-to-use-competitive-ad-filter-to-filter-out-irrelevant-ads/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Best Adsense CPC Niches</title>
		<link>http://zedomax.biz/blog/make-money-online/best-adsense-cpc-niches/</link>
		<comments>http://zedomax.biz/blog/make-money-online/best-adsense-cpc-niches/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 01:29:24 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[Blog Training]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[cpc]]></category>
		<category><![CDATA[goldmine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google adwords keyword tool]]></category>
		<category><![CDATA[making money]]></category>
		<category><![CDATA[much money]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[niches]]></category>
		<category><![CDATA[techonology]]></category>
		<category><![CDATA[tool 2]]></category>
		<category><![CDATA[web traffic]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=512</guid>
		<description><![CDATA[A lot of people have asked me which &#8220;niche&#8221; has the best Adsense CPC return and I can tell them to go use
I can tell you that looking for the best Adsense CPC niche is right in front of your nose, the Google Adwords Keyword Tool, which tells you exactly how much people are bidding [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people have asked me which &#8220;niche&#8221; has the best Adsense CPC return and I can tell them to go use</p>
<p>I can tell you that looking for the best Adsense CPC niche is right in front of your nose, the <a target="_blank" href="https://adwords.google.com/select/KeywordToolExternal" >Google Adwords Keyword Tool</a>, which tells you exactly how much people are bidding on certain keywords.</p>
<p>Did I baffle you?  Of course, the best CPC niches are already known public, the most important thing you need to know is that making money online doesn&#8217;t soley depend on CPC, it also depends on the average CTR of your niche.  Without the CTR, no matter how great your CPC is, you won&#8217;t make money.</p>
<p>I&#8217;ve had niches where CTR and CPC is high and makes as much money as other niche blogs that have 10 times more web traffic.</p>
<p>So, in all, don&#8217;t waste your time looking for the best CPC niches, there really isn&#8217;t one.  If someone knows about, he/she probably won&#8217;t tell you.  Think about it, why would people want to reveal their great CPC goldmine, so everyone can make a blog about it and inflate that niche?  Lol&#8230;</p>
<p>What you should really focus on is what you are passionate about first.   Check out <a href="http://zedomax.biz/blog/make-money-online/free-ideas-for-blogging-and-blogs/" >my post on free ideas</a> for blogging niches.</p>
<p>BUT, if you really want to find out how to find the best CPC niche, I can tell you how to go about it:</p>
<p>1. Pick couple niches that you think would do well and find out how much CPC is on <a target="_blank" href="https://adwords.google.com/select/KeywordToolExternal" >Google Adwords Keyword Tool</a>.</p>
<p>2. For every niche, try finding a blog about it on Google simply by typing.  If there&#8217;s already 100 blogs about that niche, it&#8217;s probably not a good idea to go that route even if CPC is skyrocketing high.</p>
<p>You simply need to research and find out how much competition you have.  For some competitive niches such as techonology, there&#8217;s &#8220;never&#8221; enough blogs about it. (another secret)</p>
<p>On the other hand, if there&#8217;s no (or little) blogs about that niche, you could probably do well making a new blog.</p>
<p>Well, there, I told you my secret, I hope you go find your best CPC niche now and make sure to subscribe to my blog as I got some more cool stuff coming.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/best-adsense-cpc-niches/" >Best Adsense CPC Niches</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/adwords/" title="AdWords" rel="tag">AdWords</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blog-training/" title="Blog Training" rel="tag">Blog Training</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://zedomax.biz/blog/tag/cool-stuff/" title="cool stuff" rel="tag">cool stuff</a>, <a href="http://zedomax.biz/blog/tag/cpc/" title="cpc" rel="tag">cpc</a>, <a href="http://zedomax.biz/blog/tag/goldmine/" title="goldmine" rel="tag">goldmine</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/google-adwords-keyword-tool/" title="google adwords keyword tool" rel="tag">google adwords keyword tool</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/making-money/" title="making money" rel="tag">making money</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/much-money/" title="much money" rel="tag">much money</a>, <a href="http://zedomax.biz/blog/tag/niche/" title="niche" rel="tag">niche</a>, <a href="http://zedomax.biz/blog/tag/niches/" title="niches" rel="tag">niches</a>, <a href="http://zedomax.biz/blog/tag/techonology/" title="techonology" rel="tag">techonology</a>, <a href="http://zedomax.biz/blog/tag/tool-2/" title="tool 2" rel="tag">tool 2</a>, <a href="http://zedomax.biz/blog/tag/web-traffic/" title="web traffic" rel="tag">web traffic</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-integrate-clickbank-hop-ads-on-your-wordpress-blog-to-show-relevant-ads-based-on-tags-or-title/" title="How to Integrate Clickbank Hop Ads on Your Wordpress Blog to Show Relevant Ads Based on Tags or Title! (June 20, 2009)">How to Integrate Clickbank Hop Ads on Your Wordpress Blog to Show Relevant Ads Based on Tags or Title!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/recommended-posts/" title="Recommended Posts (October 18, 2008)">Recommended Posts</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/is-pagerank-overrated-yes-it-is/" title="Is Pagerank overrated?  Yes it is! (October 10, 2008)">Is Pagerank overrated?  Yes it is!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/google-chrome-hacks-blog-launched-today/" title="Google Chrome Hacks Blog Launched Today! (September 3, 2008)">Google Chrome Hacks Blog Launched Today!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/best-adsense-cpc-niches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adsense for Domains!</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-for-domains/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-for-domains/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 20:52:56 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[conversion rate]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[easy money]]></category>
		<category><![CDATA[interesting fact]]></category>
		<category><![CDATA[niche market]]></category>
		<category><![CDATA[publishers]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=465</guid>
		<description><![CDATA[
Well, I am experimenting with AdSense for Domains today, I should have some more results later today but this can be a great niche market for those of you who want to make some easy money using domains.
I see a lot of opportunities where you can buy existing domains and make money with it.
You can [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-467 aligncenter" title="adsense-domains-1" src="http://zedomax.biz/blog/wp-content/uploads/2009/01/adsense-domains-1.gif" alt="" width="500" height="86" /></p>
<p>Well, I am experimenting with <a target="_blank" href="http://www.google.com/domainpark/" >AdSense for Domains</a> today, I should have some more results later today but this can be a great niche market for those of you who want to make some easy money using domains.</p>
<p>I see a lot of opportunities where you can buy existing domains and make money with it.</p>
<p>You can play around with it yourself in your Adsense dashboard.</p>
<p>Also look at the <a target="_blank" href="https://adwords.google.com/select/afc/casestudies/efficient_frontier.html" >conversion rate of parked domains</a>. they are much higher than industrial average, THAT is surprising.</p>
<p>Another interesting fact is that <a target="_blank" href="https://adwords.google.com/select/afc/casestudies/gardenstate.html" >these parked domains do convert better than regular ads</a>.  I know for a fact there&#8217;s been a lot of complaints from advertisers that their Adwords ads are on parked domains but if it works better than normal ads, I don&#8217;t see why not to try using it more.</p>
<p>What is it?</p>
<blockquote><p>Many publishers have approached us looking for a way to monetize their domains, and today, we&#8217;re excited to announce the expansion of AdSense for domains. This product allows publishers to earn revenue through ads placed on undeveloped domains.</p></blockquote>
<p>I will have more updates on my little experiment, so subscribe and stay tunned folks.</p>
<p><a target="_blank" href="http://adsense.blogspot.com/2008/12/extending-adsense-for-domains-to-all.html" >via Adsense Blog</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-for-domains/" >Adsense for Domains!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/category/adwords/" title="AdWords" rel="tag">AdWords</a>, <a href="http://zedomax.biz/blog/tag/conversion-rate/" title="conversion rate" rel="tag">conversion rate</a>, <a href="http://zedomax.biz/blog/tag/dashboard/" title="dashboard" rel="tag">dashboard</a>, <a href="http://zedomax.biz/blog/tag/easy-money/" title="easy money" rel="tag">easy money</a>, <a href="http://zedomax.biz/blog/tag/interesting-fact/" title="interesting fact" rel="tag">interesting fact</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/niche-market/" title="niche market" rel="tag">niche market</a>, <a href="http://zedomax.biz/blog/tag/publishers/" title="publishers" rel="tag">publishers</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/feedburner-now-moving-to-feedburnergooglecom/" title="Feedburner now moving to Feedburner.Google.Com (January 20, 2009)">Feedburner now moving to Feedburner.Google.Com</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-for-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Stumbled on StumbleUpon Will Decrease your Adsense Revenue!</title>
		<link>http://zedomax.biz/blog/make-money-online/getting-stumbled-on-stumbleupon-will-decrease-your-adsense-revenue/</link>
		<comments>http://zedomax.biz/blog/make-money-online/getting-stumbled-on-stumbleupon-will-decrease-your-adsense-revenue/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 17:41:35 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[4 months]]></category>
		<category><![CDATA[blinds]]></category>
		<category><![CDATA[couple hundred]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[free traffic]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[great source]]></category>
		<category><![CDATA[high quality]]></category>
		<category><![CDATA[impressions]]></category>
		<category><![CDATA[last september]]></category>
		<category><![CDATA[printing money]]></category>
		<category><![CDATA[search traffic]]></category>
		<category><![CDATA[stumblers]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[stupidity]]></category>
		<category><![CDATA[traffic levels]]></category>
		<category><![CDATA[visitors per day]]></category>
		<category><![CDATA[web traffic]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=462</guid>
		<description><![CDATA[Well, I have been studying this for awhile and concluded that getting your blog posts stumbled on StumbleUpon will on average, decrease your Adsense revenue by 20-30%.  (I can attest to losing around $2000/month due to my stupidity of using StumbleUpon.)
Don&#8217;t get me wrong, StumbleUpon is a great source of free traffic but it&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I have been studying this for awhile and concluded that getting your blog posts stumbled on StumbleUpon will on average, decrease your Adsense revenue by 20-30%.  (I can attest to losing around $2000/month due to my stupidity of using StumbleUpon.)</p>
<p>Don&#8217;t get me wrong, StumbleUpon is a great source of free traffic but it&#8217;s not good for your Adsense.</p>
<p>Let me explain why:</p>
<p>1. Stumblers who visit your blog post often are too ad-smart or &#8220;ad-blinds&#8221;, those who know what a Google Adsense ad looks like and will never, ever click.</p>
<p>2. When you inflate your web traffic levels with lots of impressions and no clicks, your CTR goes down dramatically.  Even if you receive 20-30% more web traffic on a given day, that can translate into 20-30% LESS revenue even with more impressions, simply because you have inflated your CTR too.</p>
<p>Think of it as if the government was printing money.  They could print unlimited amounts of money but that would only &#8220;inflate&#8221; the money market and make your money less valuable.</p>
<p>It&#8217;s the same thing with Adsense, you DON&#8217;T want to inflate your web traffic.  (On the other hand, more &#8220;search&#8221; traffic from search engines are good, they are your high-quality web traffic most likely to read and click ads.)</p>
<p>Now, there are exceptions to this rule such as your blog post was so tight that you had 100 thumbs up AND <a target="_blank" href="http://www.problogger.net/archives/2009/01/24/the-day-250000-people-showed-up-at-my-blog-case-study/" >you receive over 20,000 visits in one day</a>.  This could inflate your CTR but because you get so many impressions, you are BOUND to make more money.</p>
<h2>The crazy part about this is that there&#8217;s a fine line between being able to make more Adsense revenue with StumbleUpon and not.</h2>
<p>If you want to keep using StumbleUpon, by any means go ahead, but <em><strong>remember to only stumble your best, best, and best posts that might get stumbled crazy</strong></em>. (and bring at least 10-20K visitors per day)</p>
<h2>All those other blog posts you bring in extra couple hundred visits using StumbleUpon are not worth it as they are inflating your Adsense CTR down and decreasing your revenue.</h2>
<p>Now that said, I hope this helps you.  It took me over 4 months since last September to realize this.</p>
<p>Recently, I took some break from stumbling and my CTR just shot up back to September 2008, when I was making more money with less web traffic.</p>
<p>StumbleUpon is great otherwise for non-Adsense sites such as photography or you simply enjoy stumbling.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/getting-stumbled-on-stumbleupon-will-decrease-your-adsense-revenue/" >Getting Stumbled on StumbleUpon Will Decrease your Adsense Revenue!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/tag/4-months/" title="4 months" rel="tag">4 months</a>, <a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/blinds/" title="blinds" rel="tag">blinds</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/couple-hundred/" title="couple hundred" rel="tag">couple hundred</a>, <a href="http://zedomax.biz/blog/tag/exceptions/" title="exceptions" rel="tag">exceptions</a>, <a href="http://zedomax.biz/blog/tag/free-traffic/" title="free traffic" rel="tag">free traffic</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/google-adsense/" title="google adsense" rel="tag">google adsense</a>, <a href="http://zedomax.biz/blog/tag/great-source/" title="great source" rel="tag">great source</a>, <a href="http://zedomax.biz/blog/tag/high-quality/" title="high quality" rel="tag">high quality</a>, <a href="http://zedomax.biz/blog/tag/impressions/" title="impressions" rel="tag">impressions</a>, <a href="http://zedomax.biz/blog/tag/last-september/" title="last september" rel="tag">last september</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/printing-money/" title="printing money" rel="tag">printing money</a>, <a href="http://zedomax.biz/blog/tag/search-traffic/" title="search traffic" rel="tag">search traffic</a>, <a href="http://zedomax.biz/blog/tag/stumblers/" title="stumblers" rel="tag">stumblers</a>, <a href="http://zedomax.biz/blog/tag/stumbleupon/" title="stumbleupon" rel="tag">stumbleupon</a>, <a href="http://zedomax.biz/blog/tag/stupidity/" title="stupidity" rel="tag">stupidity</a>, <a href="http://zedomax.biz/blog/tag/traffic-levels/" title="traffic levels" rel="tag">traffic levels</a>, <a href="http://zedomax.biz/blog/tag/visitors-per-day/" title="visitors per day" rel="tag">visitors per day</a>, <a href="http://zedomax.biz/blog/tag/web-traffic/" title="web traffic" rel="tag">web traffic</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-during-new-years-holiday/" title="How to Make Money During New Years Holiday! (December 26, 2008)">How to Make Money During New Years Holiday!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-drive-more-traffic-by-doing-even-more-less/" title="How to Drive More Traffic by Doing Even More Less! (December 4, 2008)">How to Drive More Traffic by Doing Even More Less!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/gim-101-how-to-bring-more-web-search-traffic/" title="G.I.M. 101 &#8211; How to Bring More Web Search Traffic! (January 17, 2009)">G.I.M. 101 &#8211; How to Bring More Web Search Traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/traffic-magnets/bloggers-z0o0-is-coming-soon/" title="Bloggers, z0o0 is coming soon! (September 5, 2009)">Bloggers, z0o0 is coming soon!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/getting-stumbled-on-stumbleupon-will-decrease-your-adsense-revenue/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Use Adsense to Check and Balance your Web Stats!</title>
		<link>http://zedomax.biz/blog/adsense/how-to-use-adsense-to-check-and-balance-your-web-stats/</link>
		<comments>http://zedomax.biz/blog/adsense/how-to-use-adsense-to-check-and-balance-your-web-stats/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 17:25:26 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Webmaster Hack]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[sitemeter]]></category>
		<category><![CDATA[statcounter]]></category>
		<category><![CDATA[web stats]]></category>
		<category><![CDATA[web traffic]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=460</guid>
		<description><![CDATA[Once in awhile, I find that having multiple sources to check web stats very useful.
As an example, my stats system (whether that&#8217;s SiteMeter, StatCounter, or Google Analytics) failed to record 100% of real traffic stats.
Now, I could have just sat there and wondered, &#8220;Why did my traffic just surge?&#8221;
But I found the answer by checking [...]]]></description>
			<content:encoded><![CDATA[<p>Once in awhile, I find that having multiple sources to check web stats very useful.</p>
<p>As an example, my stats system (whether that&#8217;s SiteMeter, StatCounter, or Google Analytics) failed to record 100% of real traffic stats.</p>
<p>Now, I could have just sat there and wondered, &#8220;Why did my traffic just surge?&#8221;</p>
<p>But I found the answer by checking my Adsense stats, which showed that the stats system was off and that I was receiving more web traffic.</p>
<p>Of course, you can have multiple stats systems but Adsense is a great alternative to check and balancing your web stats.</p>
<p>I could have spent hours on trying to figure out what when wrong last night but I didn&#8217;t have.</p>
<p>I hope this helps you the next time your stats system is off. <img src='http://zedomax.biz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/adsense/how-to-use-adsense-to-check-and-balance-your-web-stats/" >How to Use Adsense to Check and Balance your Web Stats!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/google-analytics/" title="google analytics" rel="tag">google analytics</a>, <a href="http://zedomax.biz/blog/tag/sitemeter/" title="sitemeter" rel="tag">sitemeter</a>, <a href="http://zedomax.biz/blog/tag/statcounter/" title="statcounter" rel="tag">statcounter</a>, <a href="http://zedomax.biz/blog/tag/web-stats/" title="web stats" rel="tag">web stats</a>, <a href="http://zedomax.biz/blog/tag/web-traffic/" title="web traffic" rel="tag">web traffic</a>, <a href="http://zedomax.biz/blog/category/webmaster-hack/" title="Webmaster Hack" rel="tag">Webmaster Hack</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/recommended-posts/" title="Recommended Posts (October 18, 2008)">Recommended Posts</a> </li>
	<li><a href="http://zedomax.biz/blog/blogging/proposition-8-web-traffic/" title="Proposition 8 Web Traffic! (November 4, 2008)">Proposition 8 Web Traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/is-pagerank-overrated-yes-it-is/" title="Is Pagerank overrated?  Yes it is! (October 10, 2008)">Is Pagerank overrated?  Yes it is!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-during-new-years-holiday/" title="How to Make Money During New Years Holiday! (December 26, 2008)">How to Make Money During New Years Holiday!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-increase-your-blog-web-traffic-using-twitter/" title="How to Increase Your Blog Web Traffic Using Twitter! (April 26, 2009)">How to Increase Your Blog Web Traffic Using Twitter!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/adsense/how-to-use-adsense-to-check-and-balance-your-web-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Money During Obama Inauguration!</title>
		<link>http://zedomax.biz/blog/make-money-online/how-to-make-money-during-obama-inauguration/</link>
		<comments>http://zedomax.biz/blog/make-money-online/how-to-make-money-during-obama-inauguration/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 00:45:07 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Chitika]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[4pm]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[couple hours]]></category>
		<category><![CDATA[free knowledge]]></category>
		<category><![CDATA[hint hint]]></category>
		<category><![CDATA[how to make money]]></category>
		<category><![CDATA[inauguration]]></category>
		<category><![CDATA[internet marketer]]></category>
		<category><![CDATA[much money]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[passions]]></category>
		<category><![CDATA[right time]]></category>
		<category><![CDATA[valentines day]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=455</guid>
		<description><![CDATA[Well, I should have really posted this before the Obama Inauguration but didn&#8217;t really have time to.
Anyways, opportunities for making money online are endless if you can get in at the right time.
During Obama Inauguration, my web traffic stats soared about 20% over regular days and also made a bunch of money from &#8220;Obama Inauguration&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I should have really posted this before the Obama Inauguration but didn&#8217;t really have time to.</p>
<p>Anyways, opportunities for making money online are endless if you can get in at the right time.</p>
<p>During Obama Inauguration, my web traffic stats soared about 20% over regular days and also made a bunch of money from &#8220;Obama Inauguration&#8221; searches.</p>
<p>Basically I did a bunch of Obama Inauguration related blog posts, most of which I did because I am happy that Obama become President but also to make money in the process.</p>
<h2>Blogging is writing about your passions online but it&#8217;s even better if you can make money while doin&#8217; it.</h2>
<p>Let me just say the this <a target="_blank" href="http://zedomax.net/internet/watch-obama-inauguration-live-on-the-internet/" >one blog post</a> yielded almost $50 in a period of just 5-6 hours.   Now, these blog posts won&#8217;t keep making that much money at that rate because people stopped searching for &#8220;Obama Inauguration&#8221; as of 3 or 4PM yesterday.</p>
<p><em><strong>The opportunity lay somewhere between 5-6 hours before 12PM yesterday and couple hours after when a lot of people were searching for the Obama Inauguration livecasts.</strong></em></p>
<p>Well&#8230; you can still get plenty of post &#8220;Obama Inauguration&#8221; stuff such as pictures and whatnot. (hint&#8230;hint&#8230;)</p>
<p>While most people earned &#8220;less&#8221; money because everyone was watching the inauguration, I made &#8220;more&#8221; money and also helped spread free knowledge.</p>
<p><strong>You need to work when everyone else is resting and rest when everyone else is working.</strong> This is something I realize more and more as a blogger and internet marketer, &#8220;think the opposite&#8221;.</p>
<p>There&#8217;s thousands of opportunities like this, even Valentines day.  Every holiday or special event is an opportunity for bloggers to make money.</p>
<p>Lately I have been feeling I am giving out too many secrets so I might have to shut this blog down soon. <img src='http://zedomax.biz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-during-obama-inauguration/" >How to Make Money During Obama Inauguration!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/tag/4pm/" title="4pm" rel="tag">4pm</a>, <a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/blogger/" title="blogger" rel="tag">blogger</a>, <a href="http://zedomax.biz/blog/tag/bloggers/" title="bloggers" rel="tag">bloggers</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/category/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/couple-hours/" title="couple hours" rel="tag">couple hours</a>, <a href="http://zedomax.biz/blog/tag/free-knowledge/" title="free knowledge" rel="tag">free knowledge</a>, <a href="http://zedomax.biz/blog/tag/hint-hint/" title="hint hint" rel="tag">hint hint</a>, <a href="http://zedomax.biz/blog/tag/how-to-make-money/" title="how to make money" rel="tag">how to make money</a>, <a href="http://zedomax.biz/blog/tag/inauguration/" title="inauguration" rel="tag">inauguration</a>, <a href="http://zedomax.biz/blog/tag/internet-marketer/" title="internet marketer" rel="tag">internet marketer</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/much-money/" title="much money" rel="tag">much money</a>, <a href="http://zedomax.biz/blog/tag/obama/" title="obama" rel="tag">obama</a>, <a href="http://zedomax.biz/blog/tag/passions/" title="passions" rel="tag">passions</a>, <a href="http://zedomax.biz/blog/tag/right-time/" title="right time" rel="tag">right time</a>, <a href="http://zedomax.biz/blog/tag/valentines-day/" title="valentines day" rel="tag">valentines day</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-with-artphoto-blogs/" title="How to Make Money with Art/Photo Blogs! (February 12, 2009)">How to Make Money with Art/Photo Blogs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-long-does-it-take-to-make-money-with-blogs/" title="How Long Does It Take to Make Money with Blogs? (December 13, 2008)">How Long Does It Take to Make Money with Blogs?</a> </li>
	<li><a href="http://zedomax.biz/blog/blogging/get-creative-by-being-mobile/" title="Get Creative by Being Mobile (January 30, 2009)">Get Creative by Being Mobile</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/blogging-secrets-how-to-make-money-blogging/" title="Blogging Secrets &#8211; How to Make Money Blogging! (February 20, 2009)">Blogging Secrets &#8211; How to Make Money Blogging!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/bloggers-block-what-to-blog-about/" title="Blogger&#8217;s Block &#8211; What to Blog About? (July 2, 2008)">Blogger&#8217;s Block &#8211; What to Blog About?</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/how-to-make-money-during-obama-inauguration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedburner now moving to Feedburner.Google.Com</title>
		<link>http://zedomax.biz/blog/make-money-online/feedburner-now-moving-to-feedburnergooglecom/</link>
		<comments>http://zedomax.biz/blog/make-money-online/feedburner-now-moving-to-feedburnergooglecom/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 23:03:11 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[buggy]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[publishers]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=448</guid>
		<description><![CDATA[
Feedburner, which was acquired by Google last year, is officially transferring its system to Feedburner.Google.Com.
If you log in to your Feedburner account, you will notice that you can &#8220;move&#8221; all your feeds to Google.com.
I believe this is due to the enhanced features Google is adding and also to automate adding Adsense ads to your feeds.  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-449 aligncenter" title="feed" src="http://zedomax.biz/blog/wp-content/uploads/2009/01/feed.gif" alt="" width="500" height="412" /></p>
<p>Feedburner, which was acquired by Google last year, is officially transferring its system to <a target="_blank" href="http://feedburner.google.com" >Feedburner.Google.Com</a>.</p>
<p>If you log in to your Feedburner account, you will notice that you can &#8220;move&#8221; all your feeds to Google.com.</p>
<p>I believe this is due to the enhanced features Google is adding and also to automate adding Adsense ads to your feeds.  (which is a LOT of money for Google, advertisers, and publishers)</p>
<p>Before, I know Feedburner was buggy and although Adsense feature was there, it never worked for me for some reason.</p>
<p>Here&#8217;s a screenshot of the new Feed stats dashboard: (Looks way cooler now as a graph)</p>
<p style="text-align: center;"><img class="size-full wp-image-450 aligncenter" title="feed2" src="http://zedomax.biz/blog/wp-content/uploads/2009/01/feed2.gif" alt="" width="500" height="326" /></p>
<p style="text-align: left;">Also <a target="_blank" href="http://adsenseforfeeds.blogspot.com/2009/01/los-colores-bonitos-or-how-i-learned-to.html" >check out the blog post from Adsense for Feeds Google Blog on the new graphs</a>.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/feedburner-now-moving-to-feedburnergooglecom/" >Feedburner now moving to Feedburner.Google.Com</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/buggy/" title="buggy" rel="tag">buggy</a>, <a href="http://zedomax.biz/blog/tag/dashboard/" title="dashboard" rel="tag">dashboard</a>, <a href="http://zedomax.biz/blog/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/graph/" title="graph" rel="tag">graph</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/publishers/" title="publishers" rel="tag">publishers</a>, <a href="http://zedomax.biz/blog/category/rss/" title="RSS" rel="tag">RSS</a>, <a href="http://zedomax.biz/blog/tag/screenshot/" title="screenshot" rel="tag">screenshot</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/blogging/proposition-8-web-traffic/" title="Proposition 8 Web Traffic! (November 4, 2008)">Proposition 8 Web Traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/netklix-needs-better-ads/" title="NetKlix Needs Better Ads&#8230; (December 20, 2008)">NetKlix Needs Better Ads&#8230;</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/affiliate/i-am-going-to-commission-junction-university/" title="I am Going to Commission Junction University! (September 14, 2009)">I am Going to Commission Junction University!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/feedburner-now-moving-to-feedburnergooglecom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas Adsense Update, Less People Searching?</title>
		<link>http://zedomax.biz/blog/adsense/christmas-adsense-update-less-people-searching/</link>
		<comments>http://zedomax.biz/blog/adsense/christmas-adsense-update-less-people-searching/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 20:01:54 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Traffic Analysis]]></category>
		<category><![CDATA[campaigns]]></category>
		<category><![CDATA[chirst]]></category>
		<category><![CDATA[christmas party]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[dips]]></category>
		<category><![CDATA[earnings]]></category>
		<category><![CDATA[family christmas]]></category>
		<category><![CDATA[friends and family]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet marketer]]></category>
		<category><![CDATA[search traffic]]></category>
		<category><![CDATA[search world]]></category>
		<category><![CDATA[world search]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=391</guid>
		<description><![CDATA[As an internet marketer who relies on search and Adsense campaigns to make a living online, you need to check Google&#8217;s traffic often to see what&#8217;s going on.
For Christmas, Google&#8217;s traffic and overall world search traffic tends to dip a little as most people are celebrating the birth of Chirst, or Christmas.
So, if your Adsense [...]]]></description>
			<content:encoded><![CDATA[<p>As an internet marketer who relies on search and Adsense campaigns to make a living online, you need to check Google&#8217;s traffic often to see what&#8217;s going on.</p>
<p>For Christmas, Google&#8217;s traffic and overall world search traffic tends to dip a little as most people are celebrating the birth of Chirst, or Christmas.</p>
<p>So, if your Adsense earning have been down last couple days or so, I am here to tell you not to worry.</p>
<p>Here&#8217;s a quick look at the overall Google traffic in the last year or so:</p>
<p style="text-align: center;"><img class="size-full wp-image-393 aligncenter" title="google1" src="http://zedomax.biz/blog/wp-content/uploads/2008/12/google1.jpg" alt="" width="500" height="374" /></p>
<p>As you can see, the overall traffic dips considerably during the end of the year but will surge back up in the middle of January.</p>
<p>Here&#8217;s a close-up of what&#8217;s happening in the search world last couple days:</p>
<p style="text-align: center;"><img class="size-full wp-image-392 aligncenter" title="google2" src="http://zedomax.biz/blog/wp-content/uploads/2008/12/google2.jpg" alt="" width="500" height="377" /></p>
<p>As you can see, if the overall Google traffic is down, your earning will likely to be down too.</p>
<p>On the other hand, if your blog/website is Christmas-oriented, you might expect a &#8220;surge&#8221;.</p>
<p>Well, I hope that helps and if you&#8217;ve been worrying about your Adsense earnings, don&#8217;t worry and go to that Christmas party with your friends and family.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/adsense/christmas-adsense-update-less-people-searching/" >Christmas Adsense Update, Less People Searching?</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/campaigns/" title="campaigns" rel="tag">campaigns</a>, <a href="http://zedomax.biz/blog/tag/chirst/" title="chirst" rel="tag">chirst</a>, <a href="http://zedomax.biz/blog/tag/christmas-party/" title="christmas party" rel="tag">christmas party</a>, <a href="http://zedomax.biz/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.biz/blog/tag/dips/" title="dips" rel="tag">dips</a>, <a href="http://zedomax.biz/blog/tag/earnings/" title="earnings" rel="tag">earnings</a>, <a href="http://zedomax.biz/blog/tag/family-christmas/" title="family christmas" rel="tag">family christmas</a>, <a href="http://zedomax.biz/blog/tag/friends-and-family/" title="friends and family" rel="tag">friends and family</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/internet-marketer/" title="internet marketer" rel="tag">internet marketer</a>, <a href="http://zedomax.biz/blog/tag/search-traffic/" title="search traffic" rel="tag">search traffic</a>, <a href="http://zedomax.biz/blog/tag/search-world/" title="search world" rel="tag">search world</a>, <a href="http://zedomax.biz/blog/category/traffic-analysis/" title="Traffic Analysis" rel="tag">Traffic Analysis</a>, <a href="http://zedomax.biz/blog/tag/world-search/" title="world search" rel="tag">world search</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-calculate-your-earnings/" title="How to Calculate Your Earnings! (February 25, 2009)">How to Calculate Your Earnings!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/netklix-ppc-review/" title="NetKlix PPC Review (December 17, 2008)">NetKlix PPC Review</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/more-updates-on-the-chrome-tips-and-hacks-blog/" title="More Updates on the Chrome Tips and Hacks Blog! (September 8, 2008)">More Updates on the Chrome Tips and Hacks Blog!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/adsense/christmas-adsense-update-less-people-searching/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adsense Link Units Versus Regular Ad Units</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-link-units-versus-regular-ad-units/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-link-units-versus-regular-ad-units/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 21:06:08 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[couple hundred]]></category>
		<category><![CDATA[couple weeks]]></category>
		<category><![CDATA[curtains]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=309</guid>
		<description><![CDATA[I&#8217;ve recently got a comment from curtains gal about a possible &#8220;flaw&#8221; in the new Adsense Heatmap I created couple weeks ago.
Anyways, I did further testing by removing all the Link Units for couple days and found that Link Units and regular Ad Units are 2 different types of advertising so having both in your [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently got a comment from <a target="_blank" href="http://www.hazelhut.com/" >curtains gal</a> about a <a href="http://zedomax.biz/blog/make-money-online/ad-optimization-is-seo/#comment-2522" >possible &#8220;flaw&#8221;</a> in the new <a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" >Adsense Heatmap</a> I created couple weeks ago.</p>
<p>Anyways, I did further testing by removing all the Link Units for couple days and found that Link Units and regular Ad Units are 2 different types of advertising so having both in your blog will actually increase revenue and won&#8217;t affect your CTR. (btw, I did lose couple hundred bucks during this testing&#8230;)</p>
<p>Link Units are probably bidded on differently than Ad Units so it&#8217;s okay to put them, it won&#8217;t saturate your ad prices.</p>
<p>Hope that helps!</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-link-units-versus-regular-ad-units/" >Adsense Link Units Versus Regular Ad Units</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.biz/blog/tag/couple-hundred/" title="couple hundred" rel="tag">couple hundred</a>, <a href="http://zedomax.biz/blog/tag/couple-weeks/" title="couple weeks" rel="tag">couple weeks</a>, <a href="http://zedomax.biz/blog/tag/curtains/" title="curtains" rel="tag">curtains</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/zedomax-blog-internet-marketing-101-e-book/" title="Zedomax Blog Internet Marketing 101 E-Book! (October 22, 2008)">Zedomax Blog Internet Marketing 101 E-Book!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/pre-selling-is-everything/" title="Pre-selling is Everything! (June 24, 2009)">Pre-selling is Everything!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/optimizing-ads-through-analysis-impressions-versus-clicks/" title="Optimizing Ads through Analysis &#8211; Impressions versus Clicks (June 3, 2008)">Optimizing Ads through Analysis &#8211; Impressions versus Clicks</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/netklix-ppc-review/" title="NetKlix PPC Review (December 17, 2008)">NetKlix PPC Review</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-link-units-versus-regular-ad-units/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ad Optimization is SEO</title>
		<link>http://zedomax.biz/blog/make-money-online/ad-optimization-is-seo/</link>
		<comments>http://zedomax.biz/blog/make-money-online/ad-optimization-is-seo/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 04:22:45 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Chitika]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[core audience]]></category>
		<category><![CDATA[course readers]]></category>
		<category><![CDATA[customer support]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[how to make sushi]]></category>
		<category><![CDATA[internet marketer]]></category>
		<category><![CDATA[internet users]]></category>
		<category><![CDATA[mindset]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[point of view]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo search engine optimization]]></category>
		<category><![CDATA[subscribers]]></category>
		<category><![CDATA[truth]]></category>
		<category><![CDATA[vik]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=271</guid>
		<description><![CDATA[First of all, I want to thank the guys over at Chitika, Vik and Ryan for great customer support.
Today, I will talk about ad optimization and how it&#8217;s completely related with SEO.
SEO, Search Engine Optimization, is the process of optimizing your blog/website so that you will show up first or near the first page of [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, I want to thank the guys over at <a target="_blank" href="http://chitika.com/blog/2008/12/02/using-heat-maps-to-quickly-increase-your-revenue/" >Chitika, Vik and Ryan</a> for great customer support.</p>
<p>Today, I will talk about ad optimization and how it&#8217;s completely related with SEO.</p>
<p>SEO, <a target="_blank" href="http://en.wikipedia.org/wiki/Search_engine_optimization" >Search Engine Optimization</a>, is the process of optimizing your blog/website so that you will show up first or near the first page of search engines such as Google, Yahoo, and MSN.</p>
<h2>Now, how is this directly related with ad optimization?</h2>
<p>Well, your ad is basically like the ones found on Google search, located on top and the right side.</p>
<p>If you can understand how SEO works (in the Web 2.0 world, not Web 1.0 pleez), you will be able to position your Google Adsense or Chitika ads better and make more money in the process.</p>
<p>I believe there are 2 types of internet users:</p>
<p>1. <strong>Readers</strong> &#8211; These people are seeking information, that&#8217;s really all they want.</p>
<p>2. <strong>Searchers</strong> &#8211; These people are seeking information too but they are not readers, they will keep &#8220;searching&#8221; until they find what they &#8220;want&#8221;.  A lot of these people are looking to &#8220;buy&#8221; something and a lot of advertisers are &#8220;selling&#8221; stuff.(of course)</p>
<p>From the point of view of an blog/internet marketer, you need more searchers than readers because <strong>they tend to &#8220;want&#8221; something and will do whatever it takes to find what they &#8220;want&#8221;</strong>.  (even if that means clicking on an ad and they know it&#8217;s an ad)</p>
<p>Even myself, I tend to click on ads when I find myself &#8220;searching&#8221; for hours and can&#8217;t find anything.</p>
<p>That&#8217;s the mindset behind searchers.</p>
<p>Readers, on the other hand, really don&#8217;t buy stuff much and they simply need to fill the void of information in their head such as &#8220;<a target="_blank" href="http://zedomax.com/blog/2008/05/31/food-diy-how-to-make-kimbap-sushi/" >how to make sushi</a>&#8220;, as 1 example.</p>
<p>Readers are also classified in blogging as &#8220;RSS Subscribers&#8221;, they are your core audience and of course, readers can be your early-adaptor people who will spread the word about your blog.</p>
<h2>Now what is the point of this?</h2>
<p>Well, to tell you the truth, if you want to start making money with Adsense, Chitika, or whatever, you will need to <em><strong>focus and concentrate on getting more searchers</strong></em>.</p>
<p>I&#8217;ve even developed a new <a href="http://zedomax.biz/blog/make-money-online/adsense-optimized-search-engine-wordpress-blog-theme/" >blogging theme that markets your blog as a search engine</a>.</p>
<p>Now, changing your blogging theme probably isn&#8217;t the only way but that&#8217;s the best way I found so far.</p>
<p>Even if you don&#8217;t change your blog theme, <strong>you can apply this simply by making your search bar bigger on your website and placing ads before the search results</strong>.</p>
<p>Chitika even hooked me up with custom ads that can be shown in the middle of my search results, how cool is that? (I will dive into that later down the road&#8230;)</p>
<p>I am going off topic here but I do see a big future for a company that has great customer support.</p>
<p>Anyways, I am going to write a book soon, I&#8217;ve been telling people about it and I can&#8217;t go to sleep every night because what I found could possibly boost your Adsense/Chitika income by 2X at least.  (Well, it&#8217;s all pretty much on this blog, spread out somewhere, but I need to put it in professional writing and published.)</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/ad-optimization-is-seo/" >Ad Optimization is SEO</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/category/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/core-audience/" title="core audience" rel="tag">core audience</a>, <a href="http://zedomax.biz/blog/tag/course-readers/" title="course readers" rel="tag">course readers</a>, <a href="http://zedomax.biz/blog/tag/customer-support/" title="customer support" rel="tag">customer support</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/google-adsense/" title="google adsense" rel="tag">google adsense</a>, <a href="http://zedomax.biz/blog/tag/how-to-make-sushi/" title="how to make sushi" rel="tag">how to make sushi</a>, <a href="http://zedomax.biz/blog/tag/internet-marketer/" title="internet marketer" rel="tag">internet marketer</a>, <a href="http://zedomax.biz/blog/tag/internet-users/" title="internet users" rel="tag">internet users</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/mindset/" title="mindset" rel="tag">mindset</a>, <a href="http://zedomax.biz/blog/tag/msn/" title="msn" rel="tag">msn</a>, <a href="http://zedomax.biz/blog/tag/point-of-view/" title="point of view" rel="tag">point of view</a>, <a href="http://zedomax.biz/blog/tag/search-engine-optimization/" title="search engine optimization" rel="tag">search engine optimization</a>, <a href="http://zedomax.biz/blog/tag/search-engines/" title="search engines" rel="tag">search engines</a>, <a href="http://zedomax.biz/blog/category/seo/" title="SEO" rel="tag">SEO</a>, <a href="http://zedomax.biz/blog/tag/seo-search-engine-optimization/" title="seo search engine optimization" rel="tag">seo search engine optimization</a>, <a href="http://zedomax.biz/blog/tag/subscribers/" title="subscribers" rel="tag">subscribers</a>, <a href="http://zedomax.biz/blog/tag/truth/" title="truth" rel="tag">truth</a>, <a href="http://zedomax.biz/blog/tag/vik/" title="vik" rel="tag">vik</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/web-traffic-case-study-progolferdigestcom/" title="Web Traffic Case Study &#8211; ProGolferDigest.com (July 3, 2008)">Web Traffic Case Study &#8211; ProGolferDigest.com</a> </li>
	<li><a href="http://zedomax.biz/blog/recommended-posts/" title="Recommended Posts (October 18, 2008)">Recommended Posts</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" title="New Adsense and Chitika Optimization Heat Map Version 2! (November 29, 2008)">New Adsense and Chitika Optimization Heat Map Version 2!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/misspelling-can-bring-you-extra-traffic/" title="Misspelling can bring you extra traffic! (July 10, 2008)">Misspelling can bring you extra traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/interesting-stats-on-chrome-hacks-blog/" title="Interesting Stats on Chrome Hacks Blog (September 5, 2008)">Interesting Stats on Chrome Hacks Blog</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/ad-optimization-is-seo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Adsense and Chitika Optimization Heat Map Version 2!</title>
		<link>http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/</link>
		<comments>http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 17:54:28 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Chitika]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[design standpoint]]></category>
		<category><![CDATA[empty space]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[heatmap]]></category>
		<category><![CDATA[main ads]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[placements]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=256</guid>
		<description><![CDATA[UPDATE: This heat map is outdated, please see my latest Adsense Heat Map here!

As you know, I did provide my high CTR, high EPC heat map for integrating Adsense and Chitika into your blog/website.  Well, after much thought, I have actually removed half of my main ads while increasing CTR and EPC altogether.
So without delay, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><a href="http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/" >UPDATE: This heat map is outdated, please see my latest Adsense Heat Map here!</a></strong></p>
<p style="text-align: center;"><img class="size-full wp-image-258 aligncenter" title="adsense-1" src="http://zedomax.biz/blog/wp-content/uploads/2008/11/adsense-1.jpg" alt="" width="500" height="643" /></p>
<p>As you know, <a href="http://zedomax.biz/blog/make-money-online/adsense-and-chitika-optimization-heat-map/" >I did provide my high CTR, high EPC heat map for integrating Adsense and Chitika into your blog/website</a>.  Well, after much thought, I have actually removed half of my main ads while increasing CTR and EPC altogether.</p>
<p>So without delay, here&#8217;s the new simplified version of the heat map that will make you more money, while keeping it simpler and not so annoying to your readers with bombarded Adsense ads:</p>
<p style="text-align: center;"><img class="size-full wp-image-257 aligncenter" title="adsense-2" src="http://zedomax.biz/blog/wp-content/uploads/2008/11/adsense-2.jpg" alt="" width="500" height="643" /></p>
<p>Now, you will notice that the right portion is empty on the top Google Adsense and the bottom too.</p>
<p>Please note that, this is actually the right way, you don&#8217;t want to put your ads in the center or to the right.</p>
<p><strong>99% of people tend to read left-to-right, top-to-bottom</strong>, <em><strong>the best Adsense placements are always going to be near your top-left of the blog/website</strong></em>.</p>
<p>From design standpoint, having the empty space might feel like you need to add something.  (Well, you can, just don&#8217;t bombarded with TWO Adsense ads, maybe affiliate ads might do good)</p>
<p>But with this new heatmap, my CTR and EPC has been going up because now people are bidding on less space for more money.  (<strong>Less Supply + More Demand = Higher CTR and EPC</strong>)</p>
<p>Now, I have heard that CTR isn&#8217;t directly correlated with EPC and that&#8217;s true BUT you have to remember the simply economy of &#8220;<a target="_blank" href="http://en.wikipedia.org/wiki/Supply_and_demand" >Supply &amp; Demand</a>&#8220;, which is a major part of how Adsense and Adwords market work.</p>
<p><strong>The greatest part about this setup is that it makes the reader &#8220;focus&#8221; on just one Adsense ad without being confused with content</strong>.  After that, they can read all the content but the most important part is that we&#8217;ve eliminated bombarded ads with simple, <strong>more effective Adsense ads that&#8217;s going to be more friendly to your readers/visitors while increasing your CTR and EPC</strong>.</p>
<p>If you haven&#8217;t read my last post about &#8220;<a href="http://zedomax.biz/blog/make-money-online/brand-marketing-and-how-obama-did-it/" >Less is More</a>&#8220;, you will want to as it has everything to do with this new heatmap.</p>
<p>Enjoy~</p>
<p>From your Web 2.0+ Consultant, Max Lee</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" >New Adsense and Chitika Optimization Heat Map Version 2!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/category/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/design-standpoint/" title="design standpoint" rel="tag">design standpoint</a>, <a href="http://zedomax.biz/blog/tag/empty-space/" title="empty space" rel="tag">empty space</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/google-adsense/" title="google adsense" rel="tag">google adsense</a>, <a href="http://zedomax.biz/blog/tag/heatmap/" title="heatmap" rel="tag">heatmap</a>, <a href="http://zedomax.biz/blog/tag/main-ads/" title="main ads" rel="tag">main ads</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/optimization/" title="optimization" rel="tag">optimization</a>, <a href="http://zedomax.biz/blog/tag/placements/" title="placements" rel="tag">placements</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/blog-diy-where-to-put-your-adsense-ads-for-blogs/" title="Blog DIY &#8211; Where to Put Your Adsense Ads for Blogs! (August 7, 2009)">Blog DIY &#8211; Where to Put Your Adsense Ads for Blogs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/adsense-and-chitika-optimization-heat-map/" title="Adsense and Chitika Optimization Heat Map! (September 17, 2008)">Adsense and Chitika Optimization Heat Map!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/netklix-needs-better-ads/" title="NetKlix Needs Better Ads&#8230; (December 20, 2008)">NetKlix Needs Better Ads&#8230;</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/ad-optimization-is-seo/" title="Ad Optimization is SEO (December 3, 2008)">Ad Optimization is SEO</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Boost 20-30% More &#8220;Search&#8221; Web Traffic on your Blog!</title>
		<link>http://zedomax.biz/blog/make-money-online/how-to-boost-20-30-more-search-web-traffic-on-your-blog/</link>
		<comments>http://zedomax.biz/blog/make-money-online/how-to-boost-20-30-more-search-web-traffic-on-your-blog/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 20:54:45 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Traffic Magnets]]></category>
		<category><![CDATA[Webmaster Hack]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[search web]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[web traffic]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=237</guid>
		<description><![CDATA[
Well, I have been working kinda hard lately, not getting enough sleep so my video might be hard to understand but I am showing you how you can boost 20-30% more &#8220;search&#8221; web traffic on your blog.
I simply don&#8217;t have time to go into detail in writing as of now but when I get a [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="410" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="/img/aHR0cDovL2JsaXAudHYvcGxheS9BZG5oT1FB" /><embed type="application/x-shockwave-flash" width="500" height="410" src="How to Boost 20-30% More &#8220;Search&#8221; Web Traffic on your Blog!"></embed></object></p>
<p>Well, I have been working kinda hard lately, not getting enough sleep so my video might be hard to understand but I am showing you how you can boost 20-30% more &#8220;search&#8221; web traffic on your blog.</p>
<p>I simply don&#8217;t have time to go into detail in writing as of now but when I get a chance, I will make sure to make some real diagrams to explain how everything works.</p>
<p>Here&#8217;s links to the videos in different formats:</p>
<p><a target="_blank" href="http://blip.tv/file/1463473" >Blip.TV</a></p>
<p><a target="_blank" href="http://www.youtube.com/watch?v=SK53mzT0sIM" >YouTube</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/how-to-boost-20-30-more-search-web-traffic-on-your-blog/" >How to Boost 20-30% More &#8220;Search&#8221; Web Traffic on your Blog!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/search-web/" title="search web" rel="tag">search web</a>, <a href="http://zedomax.biz/blog/category/seo/" title="SEO" rel="tag">SEO</a>, <a href="http://zedomax.biz/blog/tag/sleep/" title="sleep" rel="tag">sleep</a>, <a href="http://zedomax.biz/blog/category/traffic-magnets/" title="Traffic Magnets" rel="tag">Traffic Magnets</a>, <a href="http://zedomax.biz/blog/tag/web-traffic/" title="web traffic" rel="tag">web traffic</a>, <a href="http://zedomax.biz/blog/category/webmaster-hack/" title="Webmaster Hack" rel="tag">Webmaster Hack</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/whiteboard-idea-how-to-make-a-website-trg/" title="Whiteboard Idea &#8211; How to Make a Website &#8211; TRG! (January 7, 2009)">Whiteboard Idea &#8211; How to Make a Website &#8211; TRG!</a> </li>
	<li><a href="http://zedomax.biz/blog/recommended-posts/" title="Recommended Posts (October 18, 2008)">Recommended Posts</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/is-pagerank-overrated-yes-it-is/" title="Is Pagerank overrated?  Yes it is! (October 10, 2008)">Is Pagerank overrated?  Yes it is!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-during-new-years-holiday/" title="How to Make Money During New Years Holiday! (December 26, 2008)">How to Make Money During New Years Holiday!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-get-more-traffic-and-explode-your-blog-by-copying-other-blogs/" title="How to Get More Traffic and Explode Your Blog by Copying Other Blogs! (September 2, 2009)">How to Get More Traffic and Explode Your Blog by Copying Other Blogs!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/how-to-boost-20-30-more-search-web-traffic-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How Search Engine style blogs will increase your CTR!</title>
		<link>http://zedomax.biz/blog/make-money-online/how-search-engine-style-blogs-will-increase-your-ctr/</link>
		<comments>http://zedomax.biz/blog/make-money-online/how-search-engine-style-blogs-will-increase-your-ctr/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 06:56:58 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webmaster Hack]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[theme style]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=235</guid>
		<description><![CDATA[Download latest version of Flash to view video!. Click Here to View in Full Screen Mode
Well, here&#8217;s possibly the biggest new blogging theme style ever, a blog theme focused on &#8217;search&#8217;.
&#8220;People who tend to search click ads more.  They need to find what they are looking for.&#8221;
Download the theme here
Post from: I Make Money Online [...]]]></description>
			<content:encoded><![CDATA[<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/yc0Es234pIg" width="500" height="420"><param name="movie" value="http://www.youtube.com/v/yc0Es234pIg" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/yc0Es234pIg"  class="lightwindow"> Click Here to View in Full Screen Mode</a></p>
<p>Well, here&#8217;s possibly the biggest new blogging theme style ever, a blog theme focused on &#8217;search&#8217;.</p>
<p>&#8220;People who tend to search click ads more.  They need to find what they are looking for.&#8221;</p>
<p><a target="_blank" href="http://zedomax.com/blog/theme/" >Download the theme here</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/how-search-engine-style-blogs-will-increase-your-ctr/" >How Search Engine style blogs will increase your CTR!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/search-engine/" title="search engine" rel="tag">search engine</a>, <a href="http://zedomax.biz/blog/category/seo/" title="SEO" rel="tag">SEO</a>, <a href="http://zedomax.biz/blog/tag/theme-style/" title="theme style" rel="tag">theme style</a>, <a href="http://zedomax.biz/blog/category/webmaster-hack/" title="Webmaster Hack" rel="tag">Webmaster Hack</a>, <a href="http://zedomax.biz/blog/category/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/twitter/how-to-stumble-real-time-tweets-and-gather-more-like-minded-twitter-followers/" title="How to Stumble Real-Time Tweets and Gather More Like-Minded Twitter Followers! (April 29, 2009)">How to Stumble Real-Time Tweets and Gather More Like-Minded Twitter Followers!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/what-is-niche-blogging/" title="What is Niche Blogging? (May 25, 2008)">What is Niche Blogging?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/what-is-search/" title="What Is &#8220;Search&#8221;? (December 23, 2008)">What Is &#8220;Search&#8221;?</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/how-search-engine-style-blogs-will-increase-your-ctr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adsense Optimized Search Engine Wordpress Blog Theme!</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-optimized-search-engine-wordpress-blog-theme/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-optimized-search-engine-wordpress-blog-theme/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 22:57:01 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[exciting news]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guestlist]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=233</guid>
		<description><![CDATA[
I have some exciting news to tell you, that is the new Adsense Optimized Search Engine Wordpress Blog Theme.
Basically, the layout of this new theme allows people to easily search for anything on your blog.(You can see example at Zedomax.com here)
My research and analysis show that people who &#8220;search a LOT&#8221; tend to have higher [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-10855 aligncenter" title="blog" src="/img/aHR0cDovL3plZG9tYXguY29tL2Jsb2cvd3AtY29udGVudC91cGxvYWRzLzIwMDgvMTEvYmxvZy5naWY=" alt="" width="500" height="171" /></p>
<p>I have some exciting news to tell you, that is the new Adsense Optimized Search Engine Wordpress Blog Theme.</p>
<p>Basically, the layout of this new theme allows people to easily search for anything on your blog.(<a target="_blank" href="http://zedomax.com/blog/" >You can see example at Zedomax.com here</a>)</p>
<p>My research and analysis show that people who &#8220;search a LOT&#8221; tend to have higher chance of clicking on ads, simply due to the fact that that&#8217;s how Google works too.<br />
Anyways, this new theme can drive your CTR much higher. (in theory still and experimenting)</p>
<p>I will have this theme free available for download soon on this blog.  Plus, I will have a pro version which comes with extra AJAX features (that I will be developing).</p>
<p>If you want the free pro-version without having to pay, write a blog post about this blog post and I will put you on my guestlist. <img src='http://zedomax.biz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-optimized-search-engine-wordpress-blog-theme/" >Adsense Optimized Search Engine Wordpress Blog Theme!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/ajax/" title="ajax" rel="tag">ajax</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/exciting-news/" title="exciting news" rel="tag">exciting news</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/guestlist/" title="guestlist" rel="tag">guestlist</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/search-engine/" title="search engine" rel="tag">search engine</a>, <a href="http://zedomax.biz/blog/category/seo/" title="SEO" rel="tag">SEO</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/seo-hack/webmaster-seo-hack-how-to-show-up-1-on-google/" title="Webmaster SEO Hack &#8211; How to Show Up #1 on Google! (October 11, 2008)">Webmaster SEO Hack &#8211; How to Show Up #1 on Google!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/netklix-ppc-review/" title="NetKlix PPC Review (December 17, 2008)">NetKlix PPC Review</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-optimized-search-engine-wordpress-blog-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zedomax Blog Internet Marketing 101 E-Book!</title>
		<link>http://zedomax.biz/blog/make-money-online/zedomax-blog-internet-marketing-101-e-book/</link>
		<comments>http://zedomax.biz/blog/make-money-online/zedomax-blog-internet-marketing-101-e-book/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 22:30:43 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Generating BUZZ]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Traffic Magnets]]></category>
		<category><![CDATA[e book]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[marketing 101]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=226</guid>
		<description><![CDATA[Well, as promised, I am actually going to apply what I blogged about last couple days by providing you with a new Blog Internet Marketing 101 E-Book.
This E-book is pretty much composed of all the best blog posts I have made in the past.
Although I could have written an E-book from scratch, I made this [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as promised, I am actually going to apply what I blogged about last couple days by providing you with a new Blog Internet Marketing 101 E-Book.</p>
<p>This E-book is pretty much composed of all the best blog posts I have made in the past.</p>
<p>Although I could have written an E-book from scratch, I made this E-book in about 30 minutes using scraps of blog posts on this very blog.</p>
<p><a href="http://zedomax.biz/blog/free-blog-internet-marketing-101-e-book/" >You can get it here</a>.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/zedomax-blog-internet-marketing-101-e-book/" >Zedomax Blog Internet Marketing 101 E-Book!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.biz/blog/tag/e-book/" title="e book" rel="tag">e book</a>, <a href="http://zedomax.biz/blog/category/e-book/" title="e book" rel="tag">e book</a>, <a href="http://zedomax.biz/blog/category/generating-buzz/" title="Generating BUZZ" rel="tag">Generating BUZZ</a>, <a href="http://zedomax.biz/blog/tag/internet-marketing/" title="internet marketing" rel="tag">internet marketing</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/category/marketing/" title="marketing" rel="tag">marketing</a>, <a href="http://zedomax.biz/blog/tag/marketing-101/" title="marketing 101" rel="tag">marketing 101</a>, <a href="http://zedomax.biz/blog/category/seo/" title="SEO" rel="tag">SEO</a>, <a href="http://zedomax.biz/blog/category/traffic-magnets/" title="Traffic Magnets" rel="tag">Traffic Magnets</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/free-blog-internet-marketing-101-e-book/" title="FREE Blog Internet Marketing 101 E-Book! (October 22, 2008)">FREE Blog Internet Marketing 101 E-Book!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-integrate-e-book-download-link-using-feedburner-feedflare/" title="How to Integrate E-Book Download Link using Feedburner FeedFlare! (October 21, 2008)">How to Integrate E-Book Download Link using Feedburner FeedFlare!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/gim-101-blogging-is-about-freedom-of-speech/" title="G.I.M. 101 &#8211; Blogging is About Freedom of Speech! (January 21, 2009)">G.I.M. 101 &#8211; Blogging is About Freedom of Speech!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/gim-101-get-vertical/" title="G.I.M 101 &#8211; Get Vertical! (December 22, 2008)">G.I.M 101 &#8211; Get Vertical!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/free-ideas-for-blogging-and-blogs/" title="Free Ideas for Blogging and Blogs! (February 22, 2009)">Free Ideas for Blogging and Blogs!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/zedomax-blog-internet-marketing-101-e-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adsense and Chitika Optimization Heat Map!</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-and-chitika-optimization-heat-map/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-and-chitika-optimization-heat-map/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 21:52:23 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Chitika]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[300x250]]></category>
		<category><![CDATA[empty space]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[left hand corner]]></category>
		<category><![CDATA[little readers]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[money makers]]></category>
		<category><![CDATA[mpu]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[search term]]></category>
		<category><![CDATA[subscribers]]></category>
		<category><![CDATA[upper left hand corner]]></category>
		<category><![CDATA[what the heck]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=136</guid>
		<description><![CDATA[UPDATE This heat map is REALLY REALLY OLD, please see my update Heat Map for Maximum Adsense Revenues!

UPDATE: Please check the Latest Adsense/Chitika HeatMap HERE
A lot of people have been asking me that it&#8217;s hard to believe that you can make money with Adsense and I have to tell you that I change around my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong><a href="http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/" >UPDATE This heat map is REALLY REALLY OLD, please see my update Heat Map for Maximum Adsense Revenues!</a></strong></p>
<p style="text-align: center;"><img class="size-full wp-image-137 aligncenter" title="adsense" src="http://zedomax.biz/blog/wp-content/uploads/2008/09/adsense.jpg" alt="" width="500" height="643" /></p>
<p><a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" >UPDATE: Please check the Latest Adsense/Chitika HeatMap HERE</a></p>
<p>A lot of people have been asking me that it&#8217;s hard to believe that you can make money with Adsense and I have to tell you that I change around my Adsense ads at least 5-10 times a week to just it right.</p>
<p>So, after all my hundreds of experiments using Adsense and Chitika to maximize my income, the above Adsense Chitika Optimization Heat Map is something I live by and I have to say, this is my secret. (But don&#8217;t worry, I have very little readers and subscribers, the secret IS SAFE!)</p>
<p>Anyways, let me go over what the heck above Heat Map is. (Yes, it&#8217;s probably quite different from the <a href="http://zedomax.biz/blog/make-money-online/best-adsense-placements/" >Google Heat Map</a> but I assure you, it works)</p>
<p>The main money makers with Adsense for me is always the Adsense ad in the upper-left hand corner.</p>
<p>Depending on your website design and width of the site, you can use anything from 200&#215;200, 250&#215;250, 300&#215;250, or 336&#215;280.</p>
<p>What I try to do is fit <strong>TWO of these ads on top before ANY CONTENT</strong>.  (Find the right size that will fit TWO of these ads)</p>
<p><strong>Why?</strong></p>
<p>People who tend to come through Google search tend to &#8220;like&#8221; reading the Adsense ads and will click more often than if your Adsense is at the bottom.</p>
<p>If you <a target="_blank" href="http://zedomax.com/blog" >look</a> at <a target="_blank" href="http://mattresszine.com" >any</a> of <a target="_blank" href="http://ringoblog.com" >my</a> <a target="_blank" href="http://zedomax.net" >sites</a>, you will see this pattern and I have been <a target="_blank" href="http://bedzine.com/blog" >experimenting</a> too.</p>
<p>Now those two ads are probably going to be your best performers.  I have tried countless different configurations such as the 468&#215;15 before the content and sadly, I always revert back to this.</p>
<p>The 468&#215;15 or 728&#215;15 Link Unit ad after your content is a pretty good performer too, don&#8217;t forget to wedge that in there.</p>
<p><a href="http://zedomax.biz/blog/make-money-online/adding-link-units-can-boost-your-adsense-income-up-to-30/" >For putting 120&#215;90 pixel Link units, looky here</a>.</p>
<p>Now since Adsense allows you to put 3 regular Adsense ads on your site, put another one AFTER your content as shown.  For the empty space on the right, I recommend filling it with a Chitika MPU or Minimalls ad. (find the one that fits)</p>
<p>As for Chitika Premium ads, try to put one right after the 2 Adsense ads on top and another one right after the content.  These only show when people click through a search term so you want to make sure people see it TWICE, once on top and once after content to maximize the chances of them seeing the ad.</p>
<p>I know I know, you tell me that your website will be filled with ads.  But if you are serious about taking Adsense to maximum revenue, this is really what you have to do.</p>
<p>As for me, I don&#8217;t have a choice whether there&#8217;s too many ads or not, if I am not getting paid, I might as well get a 9 to 5 job.</p>
<p>If you don&#8217;t believe me, just watch TV, how many ads do you see every hours?  Probably 3 or 4.  Yes, even if you pay your comcast bills, you still have to watch &#8220;ads&#8221; to get free TV.  (Yes, THAT is ridiculous)</p>
<p>In comparison, you putting those Adsense ads before the content is trivial.</p>
<p>Oh one more thing, don&#8217;t put Adsense ads on your sidebar, they never perform.  You can test it out but I am pretty sure most sites will perform better without it.</p>
<p>Instead sell the inventory ad private ads that people can buy.</p>
<p>Well, this isn&#8217;t final but this is the best heat map that money can buy right now. (and it&#8217;s free!)</p>
<p>One thing you need to also do is make sure you are getting at least around 1000 uniques per day, without at least 1000 unique visitors, it&#8217;s almost impossible to make any money on Adsense or any other type of advertising.</p>
<p>Once you reach 1000 uniques (or before that too), you should really apply the above heat map for maximum revenue.</p>
<p>Let me know if this helped you double or triple your earning.</p>
<p>Happy Adsensing!</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-and-chitika-optimization-heat-map/" >Adsense and Chitika Optimization Heat Map!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/tag/300x250/" title="300x250" rel="tag">300x250</a>, <a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/category/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/chitika/" title="Chitika" rel="tag">Chitika</a>, <a href="http://zedomax.biz/blog/tag/empty-space/" title="empty space" rel="tag">empty space</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/left-hand-corner/" title="left hand corner" rel="tag">left hand corner</a>, <a href="http://zedomax.biz/blog/tag/little-readers/" title="little readers" rel="tag">little readers</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/map/" title="map" rel="tag">map</a>, <a href="http://zedomax.biz/blog/tag/money-makers/" title="money makers" rel="tag">money makers</a>, <a href="http://zedomax.biz/blog/tag/mpu/" title="mpu" rel="tag">mpu</a>, <a href="http://zedomax.biz/blog/tag/optimization/" title="optimization" rel="tag">optimization</a>, <a href="http://zedomax.biz/blog/tag/search-term/" title="search term" rel="tag">search term</a>, <a href="http://zedomax.biz/blog/tag/subscribers/" title="subscribers" rel="tag">subscribers</a>, <a href="http://zedomax.biz/blog/tag/upper-left-hand-corner/" title="upper left hand corner" rel="tag">upper left hand corner</a>, <a href="http://zedomax.biz/blog/tag/what-the-heck/" title="what the heck" rel="tag">what the heck</a>, <a href="http://zedomax.biz/blog/category/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/new-adsense-and-chitika-optimization-heat-map-version-2/" title="New Adsense and Chitika Optimization Heat Map Version 2! (November 29, 2008)">New Adsense and Chitika Optimization Heat Map Version 2!</a> </li>
	<li><a href="http://zedomax.biz/blog/recommended-posts/" title="Recommended Posts (October 18, 2008)">Recommended Posts</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-optimize-chitika-premium-ads/" title="How to Optimize Chitika Premium Ads! (August 18, 2008)">How to Optimize Chitika Premium Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/" title="Best Type of Traffic for Ad Clicks! (June 23, 2008)">Best Type of Traffic for Ad Clicks!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/ad-optimization-is-seo/" title="Ad Optimization is SEO (December 3, 2008)">Ad Optimization is SEO</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-and-chitika-optimization-heat-map/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Making Money with Adsense is Like Hunting!</title>
		<link>http://zedomax.biz/blog/make-money-online/making-money-with-adsense-is-like-hunting/</link>
		<comments>http://zedomax.biz/blog/make-money-online/making-money-with-adsense-is-like-hunting/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 17:51:09 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[animals]]></category>
		<category><![CDATA[bow and arrows]]></category>
		<category><![CDATA[deer]]></category>
		<category><![CDATA[hunting]]></category>
		<category><![CDATA[making money]]></category>
		<category><![CDATA[sweet spots]]></category>
		<category><![CDATA[traps]]></category>
		<category><![CDATA[wild pig]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/?p=130</guid>
		<description><![CDATA[Today, we will compare how making money with Adsense (or any other advertising program) is like hunting.
Let me explain.
Before the days of bow and arrows, humans would setup &#8220;traps&#8221; to catch big animals such as deer, wild pig, etc&#8230;etc&#8230;
Now these &#8220;traps&#8221; are comparable to Adsense ads.  Basically, you need to set the trap where the [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we will compare how making money with Adsense (or any other advertising program) is like hunting.</p>
<p>Let me explain.</p>
<p>Before the days of bow and arrows, humans would setup &#8220;traps&#8221; to catch big animals such as deer, wild pig, etc&#8230;etc&#8230;</p>
<p>Now these &#8220;traps&#8221; are comparable to Adsense ads.  Basically, you need to set the trap where the deer or the wild pig would be walking over.</p>
<p>Good hunters know the &#8220;sweet spots&#8221; and they place their traps there.</p>
<p>Bad hunters don&#8217;t know jack and they place their traps where no animal would go by.</p>
<p>In comparison, you need to put your Adsense ads where people would actually &#8220;see&#8221; and &#8220;read&#8221;.  That is the only way people will actually be interested enough to click on your ads.</p>
<p>Now you see, there&#8217;s hunters that feed their family plentifully simply because he/she is smarter than animals.</p>
<p>For those dumb hunters, their family will struggle to stay alive.</p>
<p>Do you have your Adsense ads in the right places?</p>
<p>This could mean revenue that can keep you going or you might have to struggle if your ads are in the wrong places.</p>
<p>Be smart, and put them <a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" >Adsense ads in the right places</a>.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/making-money-with-adsense-is-like-hunting/" >Making Money with Adsense is Like Hunting!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/animals/" title="animals" rel="tag">animals</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/bow-and-arrows/" title="bow and arrows" rel="tag">bow and arrows</a>, <a href="http://zedomax.biz/blog/tag/deer/" title="deer" rel="tag">deer</a>, <a href="http://zedomax.biz/blog/tag/hunting/" title="hunting" rel="tag">hunting</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/making-money/" title="making money" rel="tag">making money</a>, <a href="http://zedomax.biz/blog/tag/sweet-spots/" title="sweet spots" rel="tag">sweet spots</a>, <a href="http://zedomax.biz/blog/tag/traps/" title="traps" rel="tag">traps</a>, <a href="http://zedomax.biz/blog/tag/wild-pig/" title="wild pig" rel="tag">wild pig</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-integrate-clickbank-hop-ads-on-your-wordpress-blog-to-show-relevant-ads-based-on-tags-or-title/" title="How to Integrate Clickbank Hop Ads on Your Wordpress Blog to Show Relevant Ads Based on Tags or Title! (June 20, 2009)">How to Integrate Clickbank Hop Ads on Your Wordpress Blog to Show Relevant Ads Based on Tags or Title!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/best-adsense-cpc-niches/" title="Best Adsense CPC Niches (March 8, 2009)">Best Adsense CPC Niches</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/making-money-with-adsense-is-like-hunting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Best Niche Market for Adsense Ads!</title>
		<link>http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/</link>
		<comments>http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 21:30:33 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[audience_of_one]]></category>
		<category><![CDATA[automobile]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[common_sense]]></category>
		<category><![CDATA[cpc]]></category>
		<category><![CDATA[internet_audience]]></category>
		<category><![CDATA[luxury_real_estate]]></category>
		<category><![CDATA[medicine]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[new_york_city]]></category>
		<category><![CDATA[niche_market]]></category>
		<category><![CDATA[niche_markets]]></category>
		<category><![CDATA[san_francisco]]></category>
		<category><![CDATA[skyrockets]]></category>
		<category><![CDATA[small_portion]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[trial_and_error]]></category>
		<category><![CDATA[undiscovered_gems]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/</guid>
		<description><![CDATA[The best niche market I have found for Adsense ads really are the local niche markets.
What do I mean by &#8220;local&#8221; niche markets?
These are regionalized, localized markets that have an audience of one city, one county, or in other words, a small audience.
Why would you benefit from such a small market?
Well, it&#8217;s really common sense.  [...]]]></description>
			<content:encoded><![CDATA[<p>The best niche market I have found for Adsense ads really are the local niche markets.</p>
<p><strong>What do I mean by &#8220;local&#8221; niche markets?</strong></p>
<p>These are regionalized, localized markets that have an audience of one city, one county, or in other words, a small audience.</p>
<p><strong>Why would you benefit from such a small market?</strong></p>
<p>Well, it&#8217;s really common sense.  Because the audience is so small, your click rate skyrockets.</p>
<p><strong>What is a &#8220;local&#8221; niche market?</strong></p>
<p>Well, the &#8220;best&#8221; Adsense performer blog that I have is <a target="_blank" href="http://SFOneOfAKind.com" >SFOneOfAKind.com</a>.  It&#8217;s a blog about luxury real estate in San Francisco.</p>
<p>I cannot tell you more details than it&#8217;s the best performer as far as CPC (Cost per Click) is concerned.</p>
<p>It&#8217;s actually one of my &#8220;dead&#8221; blogs that I&#8217;ve began to monetize and blog as of lately.</p>
<p>There are tons of other &#8220;local&#8221; niche markets you can find such as &#8220;New York City Automobile Blog&#8221; or &#8220;Los Angeles Best Restaurant Blog&#8221;.</p>
<p>These are niche blogs that cater to only a very small portion of the internet audience.</p>
<p><em><u><strong>Because the audience is so small, there&#8217;s more competition among the advertisers</strong></u></em> so in return, you the publisher can expect higher CPC.</p>
<p>Of course, this isn&#8217;t the case for everything, it&#8217;s always best to rely on trial and error.</p>
<p><strong>Do you have a &#8220;local&#8221; niche market?</strong></p>
<p>These local, niche market maybe the undiscovered gems among niche blogs and you my friend, just been told of another Adsense secret.</p>
<p>Now, go take your medicine and make a couple local, niche blogs to try it out yourself.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" >The Best Niche Market for Adsense Ads!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/tag/audience_of_one/" title="audience_of_one" rel="tag">audience_of_one</a>, <a href="http://zedomax.biz/blog/tag/automobile/" title="automobile" rel="tag">automobile</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://zedomax.biz/blog/tag/common_sense/" title="common_sense" rel="tag">common_sense</a>, <a href="http://zedomax.biz/blog/tag/cpc/" title="cpc" rel="tag">cpc</a>, <a href="http://zedomax.biz/blog/tag/internet_audience/" title="internet_audience" rel="tag">internet_audience</a>, <a href="http://zedomax.biz/blog/tag/luxury_real_estate/" title="luxury_real_estate" rel="tag">luxury_real_estate</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/medicine/" title="medicine" rel="tag">medicine</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/new_york_city/" title="new_york_city" rel="tag">new_york_city</a>, <a href="http://zedomax.biz/blog/tag/niche_market/" title="niche_market" rel="tag">niche_market</a>, <a href="http://zedomax.biz/blog/tag/niche_markets/" title="niche_markets" rel="tag">niche_markets</a>, <a href="http://zedomax.biz/blog/tag/san_francisco/" title="san_francisco" rel="tag">san_francisco</a>, <a href="http://zedomax.biz/blog/tag/skyrockets/" title="skyrockets" rel="tag">skyrockets</a>, <a href="http://zedomax.biz/blog/tag/small_portion/" title="small_portion" rel="tag">small_portion</a>, <a href="http://zedomax.biz/blog/tag/traffic/" title="traffic" rel="tag">traffic</a>, <a href="http://zedomax.biz/blog/tag/trial_and_error/" title="trial_and_error" rel="tag">trial_and_error</a>, <a href="http://zedomax.biz/blog/tag/undiscovered_gems/" title="undiscovered_gems" rel="tag">undiscovered_gems</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/" title="How to make money with Adsense on web traffic! (July 6, 2008)">How to make money with Adsense on web traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/dont-sell-links-if-you-want-to-make-money-with-adsense/" title="Don&#8217;t Sell Links If You Want to Make Money with AdSense! (July 8, 2008)">Don&#8217;t Sell Links If You Want to Make Money with AdSense!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adsense Secrets that they won&#8217;t tell you.</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-secrets-that-they-wont-tell-you/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-secrets-that-they-wont-tell-you/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 02:09:02 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[different_things]]></category>
		<category><![CDATA[niche_market]]></category>
		<category><![CDATA[revenue_stream]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/adsense-secrets-that-they-wont-tell-you/</guid>
		<description><![CDATA[
Today, we will talk about adsense secrets that the professional bloggers don&#8217;t tell you.  What is it?
Well, it first and foremost includes capturing a niche market and not telling anyone else about it.
Once your niche grows big enough and you capture a good share of that market, you won&#8217;t have to worry as much.
It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="/img/aHR0cDovL3d3dy5nb29kYWRzZW5zZS5jb20vcmV2aWV3L2ltYWdlcy9pdGVtcy8xMy5qcGc=" alt="Adsense Secrets that they won&#8217;t tell you." /></p>
<p>Today, we will talk about adsense secrets that the professional bloggers don&#8217;t tell you.  What is it?</p>
<p>Well, it first and foremost includes capturing a niche market and not telling anyone else about it.</p>
<p>Once your niche grows big enough and you capture a good share of that market, you won&#8217;t have to worry as much.</p>
<p>It&#8217;s really about finding a good niche that not many people are blogging about.  It&#8217;s simple as that and you need to keep trying different things until your revenue stream starts rising a little.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-secrets-that-they-wont-tell-you/" >Adsense Secrets that they won&#8217;t tell you.</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/bloggers/" title="bloggers" rel="tag">bloggers</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/different_things/" title="different_things" rel="tag">different_things</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/niche_market/" title="niche_market" rel="tag">niche_market</a>, <a href="http://zedomax.biz/blog/tag/revenue_stream/" title="revenue_stream" rel="tag">revenue_stream</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/web-traffic-case-study-progolferdigestcom/" title="Web Traffic Case Study &#8211; ProGolferDigest.com (July 3, 2008)">Web Traffic Case Study &#8211; ProGolferDigest.com</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/" title="How to make money with Adsense on web traffic! (July 6, 2008)">How to make money with Adsense on web traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/dont-sell-links-if-you-want-to-make-money-with-adsense/" title="Don&#8217;t Sell Links If You Want to Make Money with AdSense! (July 8, 2008)">Don&#8217;t Sell Links If You Want to Make Money with AdSense!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-secrets-that-they-wont-tell-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make money with Adsense on web traffic!</title>
		<link>http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/</link>
		<comments>http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 15:19:43 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[amount_of_money]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[decent_money]]></category>
		<category><![CDATA[making_money]]></category>
		<category><![CDATA[niche_market]]></category>
		<category><![CDATA[ramp]]></category>
		<category><![CDATA[ramps]]></category>
		<category><![CDATA[search_engine_traffic]]></category>
		<category><![CDATA[spectrum]]></category>
		<category><![CDATA[unique_visitors]]></category>
		<category><![CDATA[web_traffic]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/</guid>
		<description><![CDATA[The most important thing about making money with Adsense is the fact that amount of money you make &#8220;ramps&#8221; up with the level of web traffic you get.
For example:
If your blog gets around 0 to 1000 unique visitors, chances are likely that you make somewhere around $0 to $5 per day.
But then, if your blog [...]]]></description>
			<content:encoded><![CDATA[<p>The most important thing about making money with Adsense is the fact that <strong>amount of money you make &#8220;ramps&#8221; up with the level of web traffic you get</strong>.</p>
<p>For example:</p>
<p>If your blog gets around <strong>0 to 1000 unique visitors</strong>, chances are likely that <strong>you make somewhere around $0 to $5 per day</strong>.</p>
<p>But then, if your blog gets around <strong>1000 to 3000 unique visitors</strong>, chances are likely that you make somewhere around <strong>$5 to $100 per day</strong>, depending on your niche market.</p>
<p>Now, if you look at the big spectrum of things, you will notice that the there&#8217;s almost <strong>20 times difference between $5 and $100</strong>.</p>
<p>That&#8217;s right.</p>
<p>At a certain point, the number of your web traffic + number of clicks + CTR &#8220;ramps&#8221; up.  I am not exactly sure how this happens but trust me, it does.</p>
<p>That&#8217;s what you should be targetting for, a steady growth of search engine traffic.  Now, once you reach that &#8220;ramp&#8221;, you will suddenly start making 3-10 times more money.</p>
<p>If you are still struggling below web traffic of 1,000 uniques per day, it&#8217;s going to look REAL HARD to make a lot of money on Adsense.  Once you get past 2,000 to 3,000 uniques, you might start actually making some decent money.</p>
<p>Well, that&#8217;s all for today folks.  If you got some facts to point out, please use the comments form. <img src='http://zedomax.biz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/" >How to make money with Adsense on web traffic!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/amount_of_money/" title="amount_of_money" rel="tag">amount_of_money</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/decent_money/" title="decent_money" rel="tag">decent_money</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/making_money/" title="making_money" rel="tag">making_money</a>, <a href="http://zedomax.biz/blog/tag/niche_market/" title="niche_market" rel="tag">niche_market</a>, <a href="http://zedomax.biz/blog/tag/ramp/" title="ramp" rel="tag">ramp</a>, <a href="http://zedomax.biz/blog/tag/ramps/" title="ramps" rel="tag">ramps</a>, <a href="http://zedomax.biz/blog/tag/search_engine_traffic/" title="search_engine_traffic" rel="tag">search_engine_traffic</a>, <a href="http://zedomax.biz/blog/tag/spectrum/" title="spectrum" rel="tag">spectrum</a>, <a href="http://zedomax.biz/blog/tag/unique_visitors/" title="unique_visitors" rel="tag">unique_visitors</a>, <a href="http://zedomax.biz/blog/tag/web_traffic/" title="web_traffic" rel="tag">web_traffic</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/" title="Best Type of Traffic for Ad Clicks! (June 23, 2008)">Best Type of Traffic for Ad Clicks!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/dont-sell-links-if-you-want-to-make-money-with-adsense/" title="Don&#8217;t Sell Links If You Want to Make Money with AdSense! (July 8, 2008)">Don&#8217;t Sell Links If You Want to Make Money with AdSense!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/web-traffic-case-study-progolferdigestcom/" title="Web Traffic Case Study &#8211; ProGolferDigest.com (July 3, 2008)">Web Traffic Case Study &#8211; ProGolferDigest.com</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is the Best Adsense Placement?</title>
		<link>http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/</link>
		<comments>http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 15:13:21 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[how_much_money]]></category>
		<category><![CDATA[how_to_make_more_money]]></category>
		<category><![CDATA[making_money]]></category>
		<category><![CDATA[motorcycle]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[top_bottom]]></category>
		<category><![CDATA[top_left_corner]]></category>
		<category><![CDATA[web_traffic]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/</guid>
		<description><![CDATA[
Sorry, THIS POST IS OUTDATED, SEE MY UPDATED Adsense Optimized Heat Map HERE!!!
If you have noticed, I&#8217;ve put on some Adsense ads finally on this blog.
Where is the best placement for the highest paying Adsense ad?
Well, it&#8217;s simple, it&#8217;s the 336&#215;280 pixel size right on top of your post.
Although I&#8217;ve proved it to myself already, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://zedomax.biz/blog/wp-content/uploads/2008/07/zbiz-12.jpg" alt="Where is the Best Adsense Placement?" /></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-cpc-optimized-placement-heat-map/" >Sorry, THIS POST IS OUTDATED, SEE MY UPDATED Adsense Optimized Heat Map HERE!!!</a></p>
<p>If you have noticed, I&#8217;ve put on some Adsense ads finally on this blog.</p>
<p>Where is the best placement for the highest paying Adsense ad?</p>
<p>Well, it&#8217;s simple, it&#8217;s the 336&#215;280 pixel size right on top of your post.</p>
<p>Although I&#8217;ve proved it to myself already, there&#8217;s also <a target="_blank" href="http://www.adsensemasterplan.com/blog/best-adsense-ad-placement-for-highest-ctr/" >this blog post you can check out that shows which ad performs the best</a>.</p>
<p><strong>What are my goals?</strong></p>
<p>Well, I will attempt to start making money on this blog, talking about how to optimize your ads to make more money from your blog.</p>
<p><strong>Other things I&#8217;ve done to increase CTR</strong></p>
<p>As you can see in the above screenshot, I took the motorcycle out.  It&#8217;s because it takes up WAY too much valuable advertising space, which is the top-left corner.</p>
<p>With those changes and Adsense ads on top/bottom of post plus a 160&#215;600 sidebar ad, we will see how much money we can make over the next year or so.</p>
<p>Mind you, I probably won&#8217;t make that much money with this blog as there&#8217;s literally not enough traffic.</p>
<p>On the next post, I will explain further how to make more money with web traffic and show you how it correlates to everything.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" >Where is the Best Adsense Placement?</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/category/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/blogging/" title="Blogging" rel="tag">Blogging</a>, <a href="http://zedomax.biz/blog/tag/how_much_money/" title="how_much_money" rel="tag">how_much_money</a>, <a href="http://zedomax.biz/blog/tag/how_to_make_more_money/" title="how_to_make_more_money" rel="tag">how_to_make_more_money</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/making_money/" title="making_money" rel="tag">making_money</a>, <a href="http://zedomax.biz/blog/tag/motorcycle/" title="motorcycle" rel="tag">motorcycle</a>, <a href="http://zedomax.biz/blog/tag/screenshot/" title="screenshot" rel="tag">screenshot</a>, <a href="http://zedomax.biz/blog/tag/top_bottom/" title="top_bottom" rel="tag">top_bottom</a>, <a href="http://zedomax.biz/blog/tag/top_left_corner/" title="top_left_corner" rel="tag">top_left_corner</a>, <a href="http://zedomax.biz/blog/tag/web_traffic/" title="web_traffic" rel="tag">web_traffic</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/" title="How to make money with Adsense on web traffic! (July 6, 2008)">How to make money with Adsense on web traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/" title="Best Type of Traffic for Ad Clicks! (June 23, 2008)">Best Type of Traffic for Ad Clicks!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/dont-sell-links-if-you-want-to-make-money-with-adsense/" title="Don&#8217;t Sell Links If You Want to Make Money with AdSense! (July 8, 2008)">Don&#8217;t Sell Links If You Want to Make Money with AdSense!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/to-make-money-online-you-need-to-be-passionate-about-blogging/" title="To Make Money Online you need to be Passionate about Blogging! (May 18, 2008)">To Make Money Online you need to be Passionate about Blogging!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Adsense Optimization Video by Australian Adsense Team!</title>
		<link>http://zedomax.biz/blog/make-money-online/how-to-adsense-optimization-video-by-australian-adsense-team/</link>
		<comments>http://zedomax.biz/blog/make-money-online/how-to-adsense-optimization-video-by-australian-adsense-team/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 22:22:32 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[businessman]]></category>
		<category><![CDATA[businesswoman]]></category>
		<category><![CDATA[custom_channels]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[web_pages]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/how-to-adsense-optimization-video-by-australian-adsense-team/</guid>
		<description><![CDATA[Download latest version of Flash to view video!. Click Here to View in Full Screen Mode
1. Analyze web pages.
2. Setup custom channels
3. Optimize your ad placement/unit.
4. Maximize revenue from multiple units.
5. Track and measure your results.
I can&#8217;t tell you how many times that ad optimization is the key to success.  If you cannot optimize your [...]]]></description>
			<content:encoded><![CDATA[<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/WpPX4A78jqg" width="500" height="420"><param name="movie" value="http://www.youtube.com/v/WpPX4A78jqg" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/WpPX4A78jqg"  class="lightwindow"> Click Here to View in Full Screen Mode</a></p>
<p>1. Analyze web pages.</p>
<p>2. Setup custom channels</p>
<p>3. Optimize your ad placement/unit.</p>
<p>4. Maximize revenue from multiple units.</p>
<p>5. Track and measure your results.</p>
<p>I can&#8217;t tell you how many times that ad optimization is the key to success.  If you cannot optimize your ads, you will never succeed or at least reach your full potential as an online businessman(businesswoman).</p>
<p>The optimization part might take you 3 days or 3 months, but once you&#8217;ve optimize, you can expect to make 3-5 times what you made before.</p>
<p><a target="_blank" href="http://adsense.blogspot.com/2008/06/five-steps-to-optimising-your-adsense.html" >via adsense blog </a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/how-to-adsense-optimization-video-by-australian-adsense-team/" >How to Adsense Optimization Video by Australian Adsense Team!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/businessman/" title="businessman" rel="tag">businessman</a>, <a href="http://zedomax.biz/blog/tag/businesswoman/" title="businesswoman" rel="tag">businesswoman</a>, <a href="http://zedomax.biz/blog/tag/custom_channels/" title="custom_channels" rel="tag">custom_channels</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/optimization/" title="optimization" rel="tag">optimization</a>, <a href="http://zedomax.biz/blog/tag/web_pages/" title="web_pages" rel="tag">web_pages</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/" title="How to make money with Adsense on web traffic! (July 6, 2008)">How to make money with Adsense on web traffic!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/how-to-adsense-optimization-video-by-australian-adsense-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Type of Traffic for Ad Clicks!</title>
		<link>http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/</link>
		<comments>http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 21:58:46 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[front_page]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[making_money]]></category>
		<category><![CDATA[niche_topic]]></category>
		<category><![CDATA[other_search_engines]]></category>
		<category><![CDATA[reddit]]></category>
		<category><![CDATA[rss_reader]]></category>
		<category><![CDATA[search_engine]]></category>
		<category><![CDATA[search_terms]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social_networking]]></category>
		<category><![CDATA[social_networks]]></category>
		<category><![CDATA[subscribers]]></category>
		<category><![CDATA[wasting_time]]></category>
		<category><![CDATA[web_traffic]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/</guid>
		<description><![CDATA[A lot of people don&#8217;t know that fact about web traffic and the fact remains that you need a special &#8220;type&#8221; of web traffic to get the people to be interested in your advertisements whether that be Google Adsense or whatever.
Here&#8217;s are some facts about what kind of people are more likely to read and [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people don&#8217;t know that fact about web traffic and the fact remains that you need a special &#8220;type&#8221; of web traffic to get the people to be interested in your advertisements whether that be Google Adsense or whatever.</p>
<p>Here&#8217;s are some facts about what kind of people are more likely to read and click on ads:</p>
<p>1. Blog subscribers are overrated, <strong>they are the worst type of traffic that&#8217;d click on your ads</strong>.  Besides, most subscribers are subscribers because they see your blog through an RSS reader, thus they&#8217;d even rarely see the ad at all unless you had feed ads.</p>
<p>Blog subscribers are the worst for making money because they know your site layout already, they are &#8220;ad blind&#8221;, as they say.</p>
<p>2. Traffic coming from Digg, Stumbleupon, Reddit, and social networking are worthless.  Most of the time, they will steal your bandwidth and you pretty much don&#8217;t make any money unless you can &#8220;consistently&#8221; make the front page, in which case you will gain a lot of SEO, which is good for making money online.</p>
<p>Most people coming from the social networking traffic are too smart to even read your ads, don&#8217;t waste your time building up traffic this way.  You might end up with 1000 more uniques per day but if that doesn&#8217;t convert, you are the one who end up wasting time.   (Whereas if you only had 100 uniques from search engines, you&#8217;d probably make more money in comparison)</p>
<p>3. <strong>Traffic from Google search terms are the best for making money</strong>.  People who click through a search engine more than often click out through Google Adsense ads.  This is where the money is.  If you can somehow increase the number of people coming to your site through Google, Yahoo, or any other search engines, you have the best type of web traffic, the people who read and click on ads.</p>
<p><strong>So what&#8217;s the point of this story?</strong></p>
<p>You need to spend 90% of your time blogging, consistently about your niche topic.  Do not waste your time with too many social networks as they don&#8217;t give you &#8220;money&#8221; results.  The social networks might earn you more readers and traffic but they simply don&#8217;t convert to money.</p>
<p>Also, don&#8217;t try so hard to get a lot of subscribers.  Your subscribers should be subscribing to your blog because they are REALLY interested in keeping up with your blog news.</p>
<p>If you use contests and other methods simply to increase the number of subscribers, it doesn&#8217;t really help you when you are counting money at the end of the day.</p>
<p><strong>Subscribers = The worst traffic for CPC advertising</strong></p>
<p><strong>Social Network traffic = Also worst traffic for CPC advertising</strong></p>
<p><strong>Random People who find your site through a search engine</strong> = <strong>This is your goldmine</strong>, if you can get the number of visitors coming to your site up to about 90% of total traffic, that is ideal for making money online.</p>
<p>Other people including blog experts might tell you otherwise but in my experience, this is what has worked and what is working for me.  If you have further suggestions, I am ears are always open and you are welcome to comment.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/" >Best Type of Traffic for Ad Clicks!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/bandwidth/" title="bandwidth" rel="tag">bandwidth</a>, <a href="http://zedomax.biz/blog/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://zedomax.biz/blog/tag/front_page/" title="front_page" rel="tag">front_page</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/making_money/" title="making_money" rel="tag">making_money</a>, <a href="http://zedomax.biz/blog/tag/niche_topic/" title="niche_topic" rel="tag">niche_topic</a>, <a href="http://zedomax.biz/blog/tag/other_search_engines/" title="other_search_engines" rel="tag">other_search_engines</a>, <a href="http://zedomax.biz/blog/tag/reddit/" title="reddit" rel="tag">reddit</a>, <a href="http://zedomax.biz/blog/tag/rss_reader/" title="rss_reader" rel="tag">rss_reader</a>, <a href="http://zedomax.biz/blog/tag/search_engine/" title="search_engine" rel="tag">search_engine</a>, <a href="http://zedomax.biz/blog/tag/search_terms/" title="search_terms" rel="tag">search_terms</a>, <a href="http://zedomax.biz/blog/tag/seo/" title="SEO" rel="tag">SEO</a>, <a href="http://zedomax.biz/blog/tag/social_networking/" title="social_networking" rel="tag">social_networking</a>, <a href="http://zedomax.biz/blog/tag/social_networks/" title="social_networks" rel="tag">social_networks</a>, <a href="http://zedomax.biz/blog/tag/subscribers/" title="subscribers" rel="tag">subscribers</a>, <a href="http://zedomax.biz/blog/tag/wasting_time/" title="wasting_time" rel="tag">wasting_time</a>, <a href="http://zedomax.biz/blog/tag/web_traffic/" title="web_traffic" rel="tag">web_traffic</a>, <a href="http://zedomax.biz/blog/tag/yahoo/" title="yahoo" rel="tag">yahoo</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-make-money-with-adsense-on-web-traffic/" title="How to make money with Adsense on web traffic! (July 6, 2008)">How to make money with Adsense on web traffic!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/rss-subscribers-overrated/" title="RSS Subscribers, overrated? (May 13, 2008)">RSS Subscribers, overrated?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/dont-sell-links-if-you-want-to-make-money-with-adsense/" title="Don&#8217;t Sell Links If You Want to Make Money with AdSense! (July 8, 2008)">Don&#8217;t Sell Links If You Want to Make Money with AdSense!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/best-type-of-traffic-for-ad-clicks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adsense Hack &#8211; How to Make your Adsense Show up on the First Post Only!</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-hack-how-to-make-your-adsense-show-up-on-the-first-post-only/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-hack-how-to-make-your-adsense-show-up-on-the-first-post-only/#comments</comments>
		<pubDate>Wed, 21 May 2008 17:30:12 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[adsense-howto]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[once]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php_code]]></category>
		<category><![CDATA[show-up]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/adsense-hack-how-to-make-your-adsense-show-up-on-the-first-post-only/</guid>
		<description><![CDATA[Well, a lot of people think you can simply insert your Google adsense code in the index.php file and get adsense ads on every post.
You need to add a little PHP code so your ad only shows up on your first post.
To do this, add the following:

&#60;?php if($first!=1) { $first=1; ?&#62;
&#8230;Your adsense code here&#8230;
&#60;?php } [...]]]></description>
			<content:encoded><![CDATA[<p>Well, a lot of people think you can simply insert your Google adsense code in the index.php file and get adsense ads on every post.</p>
<p>You need to add a little PHP code so your ad only shows up on your first post.</p>
<p>To do this, add the following:</p>
<p><code><br />
&lt;?php if($first!=1) { $first=1; ?&gt;</code></p>
<p>&#8230;Your adsense code here&#8230;</p>
<p><code>&lt;?php } ?&gt;<br />
</code></p>
<p>This simple php code can work on a blog or any other webiste.  Basically, it only allows the code to show up once.  Now there&#8217;s Wordpress functions to do it to, but why bother when a simple PHP code can solve the problem?</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-hack-how-to-make-your-adsense-show-up-on-the-first-post-only/" >Adsense Hack &#8211; How to Make your Adsense Show up on the First Post Only!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense-howto/" title="adsense-howto" rel="tag">adsense-howto</a>, <a href="http://zedomax.biz/blog/tag/code/" title="code" rel="tag">code</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/once/" title="once" rel="tag">once</a>, <a href="http://zedomax.biz/blog/tag/php/" title="php" rel="tag">php</a>, <a href="http://zedomax.biz/blog/tag/php_code/" title="php_code" rel="tag">php_code</a>, <a href="http://zedomax.biz/blog/tag/show-up/" title="show-up" rel="tag">show-up</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-optimize-chitika-premium-ads/" title="How to Optimize Chitika Premium Ads! (August 18, 2008)">How to Optimize Chitika Premium Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/dont-sell-links-if-you-want-to-make-money-with-adsense/" title="Don&#8217;t Sell Links If You Want to Make Money with AdSense! (July 8, 2008)">Don&#8217;t Sell Links If You Want to Make Money with AdSense!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-hack-how-to-make-your-adsense-show-up-on-the-first-post-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blend your Adsense Ads with your Blog Theme!</title>
		<link>http://zedomax.biz/blog/make-money-online/blend-your-adsense-ads-with-your-blog-theme/</link>
		<comments>http://zedomax.biz/blog/make-money-online/blend-your-adsense-ads-with-your-blog-theme/#comments</comments>
		<pubDate>Sun, 18 May 2008 04:05:59 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[blends]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[missy]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/blend-your-adsense-ads-with-your-blog-theme/</guid>
		<description><![CDATA[Okay, Missy over at Groovyvegetarian is my friend and I am not picking on her but here&#8217;s what she&#8217;s doing wrong:

Now, as you can see, she has a 468&#215;60 ad when you go to the homepage and she has a 336&#215;380 ads on single pages like here:

Now, here&#8217;s two things she can do to make [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, Missy over at <a target="_blank" href="http://groovyvegetarian.com/" >Groovyvegetarian</a> is my friend and I am not picking on her but here&#8217;s what she&#8217;s doing wrong:</p>
<p><img src="http://zedomax.biz/blog/wp-content/uploads/2008/05/groovy-1.jpg" alt="Blend your Ads with your Blog Theme!" height="294" width="480" /></p>
<p>Now, as you can see, she has a 468&#215;60 ad when you go to the <a target="_blank" href="http://groovyvegetarian.com/" >homepage</a> and she has a 336&#215;380 ads on <a target="_blank" href="http://www.groovyvegetarian.com/2008/05/16/new-eco-friendly-niche-search/" >single pages like here</a>:</p>
<p><img src="http://zedomax.biz/blog/wp-content/uploads/2008/05/groovy-2.jpg" alt="Blend your Adsense Ads with your Blog Theme!" height="356" width="494" /></p>
<p>Now, here&#8217;s two things she can do to make a lot more money with Adsense and optimize her ads.</p>
<p>1.  She needs to put a 336&#215;380 ad OR TWO 250&#215;250 ads side-by-side for her homepage.</p>
<p>2.  The ads are still in default Google colors, she need to change the colors so it blends into the mild red she uses for her AHREF colors.</p>
<p>With the two changes, I am sure that she will get 2-3 times more clicks.</p>
<p>With so many people used to being &#8220;ad-blind&#8221; as they call it, if you make your ads look like Google ads, no one will click and no one will be interested in it.</p>
<p>By blending your ad colors into your blog theme, you can expect 2-3 times more clicks, thus 2-3 times more revenue.</p>
<p>Sounds like a simple idea but it works.</p>
<p>So if you are still using default Google ad colors, I highly you change that.  (that means you Missy!)</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/blend-your-adsense-ads-with-your-blog-theme/" >Blend your Adsense Ads with your Blog Theme!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/blends/" title="blends" rel="tag">blends</a>, <a href="http://zedomax.biz/blog/tag/colors/" title="colors" rel="tag">colors</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/missy/" title="missy" rel="tag">missy</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/adsense-for-search-now-powered-by-custom-search-and-make-money-by-replacing-your-search-function/" title="AdSense for search now powered by Custom Search and Make Money by Replacing Your Search Function! (May 7, 2008)">AdSense for search now powered by Custom Search and Make Money by Replacing Your Search Function!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/blend-your-adsense-ads-with-your-blog-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inside Google&#8217;s Advertisers&#8217; Auctions</title>
		<link>http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/</link>
		<comments>http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/#comments</comments>
		<pubDate>Tue, 13 May 2008 01:55:00 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[advertiser]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[auction]]></category>
		<category><![CDATA[cpc]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[program_works]]></category>
		<category><![CDATA[several_steps]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/</guid>
		<description><![CDATA[Here&#8217;s a great explanation of how Google&#8217;s Adsense and Adwords advertising/publishing program works.
Basically, there&#8217;s an internal auction of all keywords and advertisers get to bid on them.  So the CPC is really determined by advertisers.
Now, it&#8217;s up to you to find out which Publisher&#8217;s program gives you the best CPC for your money.
But how [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a <a target="_blank" href="http://googleblog.blogspot.com/2008/05/how-auctions-set-ad-prices.html" >great explanation of how Google&#8217;s Adsense and Adwords advertising/publishing program works</a>.</p>
<p>Basically, there&#8217;s an internal auction of all keywords and advertisers get to bid on them.  So the CPC is really determined by advertisers.</p>
<p>Now, it&#8217;s up to you to find out which Publisher&#8217;s program gives you the best CPC for your money.</p>
<blockquote><p>But how do they actually work? There are several steps in the process.</p>
<p>1) Each advertiser enters a list of keywords, ads, and bids.</p>
<p>2) When a user enters a query, Google compiles a list of all the ads whose keywords match that query.</p>
<p>3) The list of ads is then ordered based on the bids and the <a href="http://adwords.google.com/support/bin/answer.py?answer=10215&amp;query=quality+score&amp;topic=&amp;type=f&amp;%20onclick="  title="http://adwords.google.com/support/bin/answer.py?answer=10215&amp;query=quality+score&amp;topic=&amp;type=f&amp;%20onclick=" id="e-jk0" target="_blank">Ad Quality Scores</a>, which measure the relevance of the ad to the user.</p>
<p>4) The highest ranked ad is displayed in the most prominent position, the second highest ranked ad gets the second most prominent position, and so on.</p>
<p>5) If the user clicks on an ad, the advertiser is charged a price that depends on the bid and Quality Score of the advertiser below it. The price charged is the minimum necessary to retain the advertiser&#8217;s position in the list.</p></blockquote>
<p><a target="_blank" href="http://googleblog.blogspot.com/2008/05/how-auctions-set-ad-prices.html" >via Googleblog</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" >Inside Google&#8217;s Advertisers&#8217; Auctions</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertiser/" title="advertiser" rel="tag">advertiser</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/tag/auction/" title="auction" rel="tag">auction</a>, <a href="http://zedomax.biz/blog/tag/cpc/" title="cpc" rel="tag">cpc</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/program_works/" title="program_works" rel="tag">program_works</a>, <a href="http://zedomax.biz/blog/tag/several_steps/" title="several_steps" rel="tag">several_steps</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/gim-101-how-to-sell-private-cpm-based-ads-using-google-ad-manager/" title="G.I.M. 101 &#8211; How to Sell Private CPM-based Ads Using Google Ad Manager! (December 19, 2008)">G.I.M. 101 &#8211; How to Sell Private CPM-based Ads Using Google Ad Manager!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</title>
		<link>http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/</link>
		<comments>http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/#comments</comments>
		<pubDate>Mon, 12 May 2008 21:13:14 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Yahoo Publishers]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[conclusion]]></category>
		<category><![CDATA[couple_days]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[publisher_program]]></category>
		<category><![CDATA[tos]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yahoo_publisher]]></category>
		<category><![CDATA[yahoo_publishers]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/</guid>
		<description><![CDATA[Well, I admit that I have been testing out Yahoo Publishers program in the last couple days.
Yahoo Publishers Program is basically Adsense from Yahoo.  It launches about a year and half ago and it&#8217;s been steadily growing in number of advertisers and publishers.
Zack Johnson even made over $400K in just couple months.
But that&#8217;s not the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I admit that I have been testing out <a target="_blank" href="http://publisher.yahoo.com/" >Yahoo Publishers program</a> in the last couple days.</p>
<p><a target="_blank" href="http://publisher.yahoo.com/" >Yahoo Publishers Program</a> is basically Adsense from Yahoo.  It launches about a year and half ago and it&#8217;s been steadily growing in number of advertisers and publishers.</p>
<p>Zack Johnson even made over $400K in just couple months.</p>
<p>But that&#8217;s not the point of this blog post.</p>
<p>The point is that I did a test with <a target="_blank" href="http://Zedomax.com" >Zedomax.com</a> and have found that:</p>
<p>1) <strong><a target="_blank" href="https://www.google.com/adsense/" >Google Adsense</a> provides better context-matched ads</strong>, meaning more people will click on your ads because they are more relevant.</p>
<p>2) <strong>Yahoo provides better payouts per click</strong>.  (This might vary but <strong>for tech, this proved to be true</strong>)</p>
<p>3) You need to <strong>try both and test out to see which program gives you a better payout at the end of the day.<br />
</strong></p>
<p>In conclusion, I am making 2-3 times more money now with Yahoo Publisher Program for <a target="_blank" href="http://zedomax.com" >Zedomax.com</a>.</p>
<p><u><strong>Why?</strong></u></p>
<p>Because certain niche topics get better payouts with the Yahoo Publisher Program.  For Zedomax.com, I actually get <strong>only 60-70% of clicks compared to Google Adsense</strong>, <em><strong>yet Cost-per-Click is about 3 times higher,</strong></em> so I end up making 2-3 times more money at the end of the day.</p>
<p>But I think this will only work if you are already getting a high number of clicks.  If you are getting less than 10 clicks per day, you might not see as a big differece.</p>
<p>If you do get more than 10 clicks per day, I highly suggest you try them out.</p>
<p>I haven&#8217;t tested all the blogs so I might start doing that one by one and see how well it does for my other blogs.</p>
<p>Remember not to put Google ads and Yahoo ads on the same page, that&#8217;s against the ToS.  However, you can put them in &#8220;different&#8221; pages and see how they perform.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" >Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://zedomax.biz/blog/tag/conclusion/" title="conclusion" rel="tag">conclusion</a>, <a href="http://zedomax.biz/blog/tag/couple_days/" title="couple_days" rel="tag">couple_days</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/niche/" title="niche" rel="tag">niche</a>, <a href="http://zedomax.biz/blog/tag/publisher_program/" title="publisher_program" rel="tag">publisher_program</a>, <a href="http://zedomax.biz/blog/tag/tos/" title="tos" rel="tag">tos</a>, <a href="http://zedomax.biz/blog/tag/yahoo/" title="yahoo" rel="tag">yahoo</a>, <a href="http://zedomax.biz/blog/category/yahoo-publishers/" title="Yahoo Publishers" rel="tag">Yahoo Publishers</a>, <a href="http://zedomax.biz/blog/tag/yahoo-publishers/" title="Yahoo Publishers" rel="tag">Yahoo Publishers</a>, <a href="http://zedomax.biz/blog/tag/yahoo_publisher/" title="yahoo_publisher" rel="tag">yahoo_publisher</a>, <a href="http://zedomax.biz/blog/tag/yahoo_publishers/" title="yahoo_publishers" rel="tag">yahoo_publishers</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/seo-hack-dont-buy-wordpress-affiliate-pro-just-get-the-link-a-dink-plugin/" title="SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin (December 8, 2007)">SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which AdSense Ad Sizes are the Best Performing?</title>
		<link>http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/</link>
		<comments>http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/#comments</comments>
		<pubDate>Sun, 11 May 2008 21:35:46 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[rectangle]]></category>
		<category><![CDATA[rectangles]]></category>
		<category><![CDATA[variations]]></category>
		<category><![CDATA[verticals]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/</guid>
		<description><![CDATA[Well, I&#8217;ve been doing some testing lately and also analyzing different sites for which AdSense sizes perform the best.
In all, it turns out verticals and horizontals perform the worst.
The best performing ad sizes are the rectangles.
I also did a test with which rectangles perform the best.
The bigger your rectanges, the better they perform.
336&#215;280 pixel rectangles [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve been doing some testing lately and also analyzing different sites for which AdSense sizes perform the best.</p>
<p>In all, it turns out verticals and horizontals perform the worst.</p>
<p>The best performing ad sizes are the rectangles.</p>
<p>I also did a test with which rectangles perform the best.</p>
<p>The bigger your rectanges, the better they perform.</p>
<p>336&#215;280 pixel rectangles outperformed every other sizes by 3-5 times.</p>
<p>I told you before to <a href="http://zedomax.biz/blog/advertisements/adsense-howto-how-to-position-your-adsense-ads-for-maximum-revenue/" >put the ads on top of your content</a>.  Now, if you are not using rectangle sizes, you are not taking advantage.</p>
<p>The rectangles can be a little bit annoying for your readers but heck, you need to make money blogging.  If you have great content, you really need to take advantage, readers will still come if you have a lot of ads.</p>
<p>Try the rectangles, especially the big ones, I bet you will make 2-3 times more if you have not been using them.</p>
<p>Of course, there can be variations, but with the 10 blogs I tested, results always came out the same.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" >Which AdSense Ad Sizes are the Best Performing?</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/rectangle/" title="rectangle" rel="tag">rectangle</a>, <a href="http://zedomax.biz/blog/tag/rectangles/" title="rectangles" rel="tag">rectangles</a>, <a href="http://zedomax.biz/blog/tag/variations/" title="variations" rel="tag">variations</a>, <a href="http://zedomax.biz/blog/tag/verticals/" title="verticals" rel="tag">verticals</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/seo-hack-dont-buy-wordpress-affiliate-pro-just-get-the-link-a-dink-plugin/" title="SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin (December 8, 2007)">SEO HACK &#8211; Don&#8217;t Buy WordPress Affiliate Pro, just get the Link A Dink Plugin</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Adsense Account Could Be Banned Because Of StumbleUpon</title>
		<link>http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/</link>
		<comments>http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/#comments</comments>
		<pubDate>Thu, 08 May 2008 16:33:26 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[auto_surf]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[brick]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[impressions]]></category>
		<category><![CDATA[incentives]]></category>
		<category><![CDATA[natural_search]]></category>
		<category><![CDATA[search_traffic]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[third_party]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/</guid>
		<description><![CDATA[Here&#8217;s a warning this blogger got from Google for using StumbleUpon to drive traffic.  Although I don&#8217;t see how that could be a big problem if StumbleUpon was sending you real traffic but I do see that it&#8217;s probably best not to use StumbleUpon for a site that runs AdSense.
This is the message the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a warning this blogger got from Google for using StumbleUpon to drive traffic.  Although I don&#8217;t see how that could be a big problem if StumbleUpon was sending you real traffic but I do see that it&#8217;s probably best not to use StumbleUpon for a site that runs AdSense.</p>
<p>This is the message the blogger got from Google for SU traffic:</p>
<blockquote><p>It has come to our attention that invalid clicks or impressions have been generated on the Google ads on your site(s) through users of third-party programs paid or provided with other incentives to visit your site. Such programs include, but are not limited to auto-surf, pay-to-surf, pay-to-read, or pay-to-click sites. Please bear in mind that if we continue to detect invalid clicks or impressions from these services on your ads, we may disable your account to protect our advertisers.</p></blockquote>
<p>Just be aware and stick to brick and mortal natural search traffic.  That is my advice.</p>
<p><a target="_blank" href="http://eyadmix.com/your-adsense-account-could-be-banned-because-of-stumbleupon/" >via eyadmix</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" >Your Adsense Account Could Be Banned Because Of StumbleUpon</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.biz/blog/tag/auto_surf/" title="auto_surf" rel="tag">auto_surf</a>, <a href="http://zedomax.biz/blog/tag/blogger/" title="blogger" rel="tag">blogger</a>, <a href="http://zedomax.biz/blog/tag/brick/" title="brick" rel="tag">brick</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/impressions/" title="impressions" rel="tag">impressions</a>, <a href="http://zedomax.biz/blog/tag/incentives/" title="incentives" rel="tag">incentives</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/natural_search/" title="natural_search" rel="tag">natural_search</a>, <a href="http://zedomax.biz/blog/tag/search_traffic/" title="search_traffic" rel="tag">search_traffic</a>, <a href="http://zedomax.biz/blog/tag/stumbleupon/" title="stumbleupon" rel="tag">stumbleupon</a>, <a href="http://zedomax.biz/blog/tag/third_party/" title="third_party" rel="tag">third_party</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/how-to-optimize-chitika-premium-ads/" title="How to Optimize Chitika Premium Ads! (August 18, 2008)">How to Optimize Chitika Premium Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/dont-sell-links-if-you-want-to-make-money-with-adsense/" title="Don&#8217;t Sell Links If You Want to Make Money with AdSense! (July 8, 2008)">Don&#8217;t Sell Links If You Want to Make Money with AdSense!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AdSense for search now powered by Custom Search and Make Money by Replacing Your Search Function!</title>
		<link>http://zedomax.biz/blog/make-money-online/adsense-for-search-now-powered-by-custom-search-and-make-money-by-replacing-your-search-function/</link>
		<comments>http://zedomax.biz/blog/make-money-online/adsense-for-search-now-powered-by-custom-search-and-make-money-by-replacing-your-search-function/#comments</comments>
		<pubDate>Wed, 07 May 2008 21:19:12 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[couple_bucks]]></category>
		<category><![CDATA[custom_search_engine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[great_stuff]]></category>
		<category><![CDATA[http_www_google_com]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[search_experience]]></category>
		<category><![CDATA[search_function]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/make-money-online/adsense-for-search-now-powered-by-custom-search-and-make-money-by-replacing-your-search-function/</guid>
		<description><![CDATA[Well, AdSense search is now getting better as it&#8217;s going to be powered by custom search.
What does this mean?
Basically, AdSense search will use a custom search engine to index your sites better if you are using Adsense search on your site to make money.
Before, AdSense search was based on the same search engine as Google, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, AdSense search is now getting better as it&#8217;s going to be powered by custom search.</p>
<p><u><strong>What does this mean?</strong></u></p>
<p>Basically, AdSense search will use a <strong>custom search engine to index your sites better</strong> if you are using Adsense search on your site to make money.</p>
<p>Before, AdSense search was based on the same search engine as Google, meaning if some of your pages were not indexed in Google, it wouldn&#8217;t show up on your AdSense search results.</p>
<p>I have actually tested this over at <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a> and found my <strong>AdSense search is now more accurate than before</strong>.  This doesn&#8217;t help you get indexed better on Google but it does allow you more incentive to <strong>replace your blog search function with the AdSense search function</strong>.</p>
<p>Great stuff, I will have to add it to this blog too.</p>
<p>If you want to make couple bucks off blog search, I highly suggest you <strong>replace your exisiting blog search function with an AdSense search</strong>.  You also <em><strong>get the power of Google on your site with custom indexing</strong></em> now so there&#8217;s nothing to lose&#8230;</p>
<blockquote><p><strong>Improved indexing of your pages:</strong> We&#8217;ve recently improved our indexing technology so that you can provide a more enhanced Site Search experience for your users. AdSense for search will now index even more pages of your site, as long as we’re able to crawl them, so that your users will see <a target="_blank" href="http://www.google.com/support/customsearch/bin/answer.py?answer=94097&amp;sourceid=aso&amp;subid=ww-en-et-asblog_2008-05-05&amp;medium=link" >more results from your site</a> in your AdSense for search results. Stay tuned for more updates on future crawl and indexing improvements!</p></blockquote>
<p>Thanks to <a target="_blank" href="http://joshwhitford.com" >Josh</a> for tipping me on this article.</p>
<p><a target="_blank" href="http://adsense.blogspot.com/2008/05/adsense-for-search-now-powered-by.html" >via adsense</a></p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/make-money-online/adsense-for-search-now-powered-by-custom-search-and-make-money-by-replacing-your-search-function/" >AdSense for search now powered by Custom Search and Make Money by Replacing Your Search Function!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/couple_bucks/" title="couple_bucks" rel="tag">couple_bucks</a>, <a href="http://zedomax.biz/blog/tag/custom_search_engine/" title="custom_search_engine" rel="tag">custom_search_engine</a>, <a href="http://zedomax.biz/blog/tag/google/" title="google" rel="tag">google</a>, <a href="http://zedomax.biz/blog/tag/great_stuff/" title="great_stuff" rel="tag">great_stuff</a>, <a href="http://zedomax.biz/blog/tag/http_www_google_com/" title="http_www_google_com" rel="tag">http_www_google_com</a>, <a href="http://zedomax.biz/blog/category/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.biz/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.biz/blog/tag/search_experience/" title="search_experience" rel="tag">search_experience</a>, <a href="http://zedomax.biz/blog/tag/search_function/" title="search_function" rel="tag">search_function</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/inside-googles-advertisers-auctions/" title="Inside Google&#8217;s Advertisers&#8217; Auctions (May 12, 2008)">Inside Google&#8217;s Advertisers&#8217; Auctions</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/blend-your-adsense-ads-with-your-blog-theme/" title="Blend your Adsense Ads with your Blog Theme! (May 18, 2008)">Blend your Adsense Ads with your Blog Theme!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/your-adsense-account-could-be-banned-because-of-stumbleupon/" title="Your Adsense Account Could Be Banned Because Of StumbleUpon (May 8, 2008)">Your Adsense Account Could Be Banned Because Of StumbleUpon</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/make-money-online/adsense-for-search-now-powered-by-custom-search-and-make-money-by-replacing-your-search-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdSense HOWTO &#8211; How to position your Adsense ads for maximum revenue!</title>
		<link>http://zedomax.biz/blog/advertisements/adsense-howto-how-to-position-your-adsense-ads-for-maximum-revenue/</link>
		<comments>http://zedomax.biz/blog/advertisements/adsense-howto-how-to-position-your-adsense-ads-for-maximum-revenue/#comments</comments>
		<pubDate>Tue, 06 May 2008 03:45:59 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Advertisements]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[cpm]]></category>
		<category><![CDATA[enough_money]]></category>
		<category><![CDATA[how_much_money]]></category>
		<category><![CDATA[monitors]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[optimal_position]]></category>
		<category><![CDATA[population]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[server_fees]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[zilch]]></category>

		<guid isPermaLink="false">http://zedomax.biz/blog/advertisements/adsense-howto-how-to-position-your-adsense-ads-for-maximum-revenue/</guid>
		<description><![CDATA[

(Comparison of Zedomax.com and Mattresszine.com, Click to enlarge)
In a recent network study I did with Adsense ads all my blogs over in Zedomax Network, I found out that the most optimal position for your AdSense ads are to the top and left.  Now above is a Screenshot of Mattresszine.com overlapped on Zedomax.com.
Why do I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zedomax.biz/blog/wp-content/uploads/2008/05/adsense-howto.jpg"  title="AdSense HOWTO - Where is Optimal Position of Your Adsense Ad?"></a></p>
<p style="text-align: center"><a href="http://zedomax.biz/blog/wp-content/uploads/2008/05/adsense-howto.jpg"  title="AdSense HOWTO - Where is Optimal Position of Your Adsense Ad?"><img src="http://zedomax.biz/blog/wp-content/uploads/2008/05/adsense-howto.jpg" alt="AdSense HOWTO - Where is Optimal Position of Your Adsense Ad?" height="482" width="493" /></a></p>
<p align="center">(Comparison of <a target="_blank" href="http://zedomax.com" >Zedomax.com</a> and <a target="_blank" href="http://mattresszine.com" >Mattresszine.com</a>, Click to enlarge)</p>
<p>In a recent network study I did with Adsense ads all my blogs over in Zedomax Network, I found out that <strong>the most optimal position for your AdSense ads</strong> are <strong>to the top and left</strong>.  Now above is a Screenshot of Mattresszine.com overlapped on Zedomax.com.</p>
<p><u><strong>Why do I show you this? </strong></u></p>
<p>Because the Adsense ads on Zedomax.com used to be at the way bottom.  I started slowly changing the theme and moving the ads towards the top and to the left.</p>
<p>After the change, <strong>I did increase my CTR and CPM by 2-3 fold</strong>.  (I am even thinking about moving it further to the top and left)</p>
<p>Also of the two Adsense ads, the left one performs better by 2-3 fold, weird isn&#8217;t it?  (I am planning to even test out putting the sidebar on the left and put the ads there&#8230;)</p>
<p>I used to put my Adsense ads on the <strong>bottom of the post and on the sidebar</strong>.  Uh oh, that is<strong> the worst place to put it</strong> unless you are experiencing some high CTRs.  You might as well not put adsense.  You need to put the ads where people would normally be reading the content, otherwise people will simply ignore the ads and you will make zilch.</p>
<p>You need to also think about the general population, over 50% of people still user 1024&#215;768 pixel monitors in the world.  That means anything outside that will not get many impressions.</p>
<p>After optimizing Adsense ads, I went from making just enough money to pay for server fees to being able to make a living on the internet.</p>
<p>That slight change can be costly, especially if you don&#8217;t know about how much money it can make you.  It did cost me last 6 months of &#8220;how much could I have made&#8221;.</p>
<p>Now, depending on your niche blog topic, the ad placement perfomance could differ, but do try my advice if you ain&#8217;t making it right now.  I am sure it will help.</p>
<p>Post from: <a href="http://zedomax.biz/blog" >I Make Money Online by Creating Free Content for the World with Blogs</a></p>
<p><a href="http://zedomax.biz/blog/advertisements/adsense-howto-how-to-position-your-adsense-ads-for-maximum-revenue/" >AdSense HOWTO &#8211; How to position your Adsense ads for maximum revenue!</a></p>

	<span style="display:none"><a href="http://zedomax.biz/blog/category/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/tag/adsense/" title="AdSense" rel="tag">AdSense</a>, <a href="http://zedomax.biz/blog/category/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/advertisements/" title="Advertisements" rel="tag">Advertisements</a>, <a href="http://zedomax.biz/blog/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://zedomax.biz/blog/tag/cpm/" title="cpm" rel="tag">cpm</a>, <a href="http://zedomax.biz/blog/tag/enough_money/" title="enough_money" rel="tag">enough_money</a>, <a href="http://zedomax.biz/blog/tag/how_much_money/" title="how_much_money" rel="tag">how_much_money</a>, <a href="http://zedomax.biz/blog/tag/monitors/" title="monitors" rel="tag">monitors</a>, <a href="http://zedomax.biz/blog/tag/niche/" title="niche" rel="tag">niche</a>, <a href="http://zedomax.biz/blog/tag/optimal_position/" title="optimal_position" rel="tag">optimal_position</a>, <a href="http://zedomax.biz/blog/tag/population/" title="population" rel="tag">population</a>, <a href="http://zedomax.biz/blog/tag/screenshot/" title="screenshot" rel="tag">screenshot</a>, <a href="http://zedomax.biz/blog/tag/server_fees/" title="server_fees" rel="tag">server_fees</a>, <a href="http://zedomax.biz/blog/tag/sidebar/" title="sidebar" rel="tag">sidebar</a>, <a href="http://zedomax.biz/blog/tag/zilch/" title="zilch" rel="tag">zilch</a></span>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.biz/blog/make-money-online/where-is-the-best-adsense-placement/" title="Where is the Best Adsense Placement? (July 6, 2008)">Where is the Best Adsense Placement?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/yahoo-publishers-vs-google-adsense-test-them-noth-and-see-how-each-performs/" title="Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs! (May 12, 2008)">Yahoo Publishers vs. Google Adsense &#8211; Test them noth and see How each Performs!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/which-adsense-ad-sizes-are-the-best-performing/" title="Which AdSense Ad Sizes are the Best Performing? (May 11, 2008)">Which AdSense Ad Sizes are the Best Performing?</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/the-best-niche-market-for-adsense-ads/" title="The Best Niche Market for Adsense Ads! (July 15, 2008)">The Best Niche Market for Adsense Ads!</a> </li>
	<li><a href="http://zedomax.biz/blog/make-money-online/howto-make-money-with-direct-text-link-ads-sell-permanent-links-and-enjoy-your-independence/" title="HOWTO Make Money with Direct Text Link Ads &#8211; Sell permanent links and enjoy your independence! (December 11, 2007)">HOWTO Make Money with Direct Text Link Ads &#8211; Sell permanent links and enjoy your independence!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.biz/blog/advertisements/adsense-howto-how-to-position-your-adsense-ads-for-maximum-revenue/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->