<?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>Internet Marketing Exposed &#187; Adsense</title>
	<atom:link href="http://rayharvard.com/blog/category/adsense/feed/" rel="self" type="application/rss+xml" />
	<link>http://rayharvard.com/blog</link>
	<description>by Ray Harvard</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:22:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1382</generator>
		<item>
		<title>5 Ways How to Make Money with Google Adsense Part 5</title>
		<link>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-5/</link>
		<comments>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-5/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 16:15:49 +0000</pubDate>
		<dc:creator>Ray Harvard</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[How to Make Money with Google Adsense]]></category>

		<guid isPermaLink="false">http://rayharvard.com/blog/?p=80</guid>
		<description><![CDATA[I had a look around and put together 5 ways I found on How to Make Money with Google Adsense. I created 5 bite size chunks. This is the last one. Use Automation This tip is a time saver especially if you: - have a large number of pages or - are using automatic page [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.google.com/adsense" rel="nofollow" title="Google Adsense Website" ><img class="alignleft" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/google-adsense-logo.gif" border="0" alt="Google Adsense Website" width="154" height="62" align="left" /></a>I had a look around and put together 5 ways I found on <strong>How to Make Money with Google Adsense</strong>.<br />
I created 5 bite size chunks. This is the last one.</p>
<h3><span style="color: #575757;">Use A</span><span style="color: #575757;">utomation</span></h3>
<p>This tip is a time saver especially if you:</p>
<ul>
<li>- have a large number of pages or</li>
<li>- are using automatic page generators to generate pages on your website</li>
</ul>
<p>You can automate the insertion of your Adsense code into the webpages using SSI (Server Side Includes).</p>
<p>If like me you&#8217;d never heard of SSI before, its not as frightening as is sounds.</p>
<p>Let me show you the benefits of it first and then I&#8217;ll provide a link where you can find out more info on how to use them.</p>
<h3><span style="color: #575757;">The Problem</span></h3>
<p>If you have Adsense Ads on many pages on your website.</p>
<p>If you want to change their format such as their colour or layout, then you may be into a very long editing session.</p>
<p>You will need to replace your existing Adsense code on each of you pages with the new Adsense code you generated in your Google Account.</p>
<p>Unless&#8230;</p>
<h3><span style="color: #575757;">The SSI Solution</span></h3>
<p>The advantage of using SSI is that you can do this by just changing one file on your web server and then every page on your website that uses that file will show your new format Adsense Ads.</p>
<h3><span style="color: #575757;">So How Do You Do It ?</span></h3>
<p>One of the first things you will need to do is ask your web administrator if your server supports SSI or not.</p>
<p>If it does, just save the Adsense code you generated in your Google account in a text file, such as “adsensecode.shtml”, and upload it to the root directory of your web server.</p>
<p>Then for every page where you want to use that Adsense Ad, you simply use an SSI call that will load the Adsense code into your page like in the following example:<br />
&lt;!&#8211;#include virtual=&#8221;/adsensecode.shtml&#8221; &#8211;&gt;</p>
<p>More details details on how to do this can be found <a href="http://Adsense-here.blogspot.com/2007/01/ssi.html" rel="nofollow" title="How to Automate Adsense with SSI"  target="_blank">here</a>:</p>
<p>More background information here:</p>
<ul>
<li>- <a href="http://en.wikipedia.org/wiki/Server_Side_Includes" rel="nofollow" title="Wikipedia"  target="_blank">Wikipedia </a></li>
<li>- <a href="http://httpd.apache.org/docs/1.3/howto/ssi.html" rel="nofollow" title="SSI Tutorial"  target="_self">SSI Tutorial</a></li>
</ul>
<h3><span style="color: #575757;">Google Allows SSI Insert Scripts. But Only If &#8230;</span></h3>
<p>I found <a href="http://www.kriyayoga.com/webmaster_resources/adsense_ssi_pl/Google_AdSense_SSI_inquiry.txt" rel="nofollow" title="Google Adsense Allows SSI Email"  target="_blank">this email</a> on <a href="http://www.kriyayoga.com/love_blog/post.php/784" rel="nofollow" title="Google Adsense Allows SSI Website"  target="_self">this site</a> from the Google Adsense team.</p>
<p>It mentions that Google allows scripts that insert Adsense code into your pages.</p>
<p>But only if &#8230;</p>
<p>they do not modify the Adsense code that you created in your Adsense account.</p>
<p>This is what Google says in the email:</p>
<p><em>&#8220;Please understand that scripts inserting ad code into pages are acceptable if they do not modify the ad code from your account.</em>&#8221;</p>
<h3><span style="color: #575757;">Automating your Website Creation</span></h3>
<p>If you are looking for a Tool to help you</p>
<p>- Generate Thousands of Fresh, Unique Content-Rich webpages</p>
<p>- With Extremely Targeted Auto-Refreshing Content</p>
<p>- Insert your AdSense Earning Ads on each and every page</p>
<p>then take a look at <a href="http://rayharvard.com/blog/go/HyperVRE.php"title="HyperVRE Website"  target="_blank">HyperVRE</a>:</p>
<p><span style="color: #575757;"><a href="http://rayharvard.com/blog/go/HyperVRE.php"title="HyperVRE Website"  target="_blank"><img class="alignleft" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/hypervre-box-set.jpg" border="0" alt="HyperVRE Website" width="244" height="218" align="right" /></a></span></p>
<p><em>Do you find Adsense a good way of making money online ?</em></p>
<p>What ways do you know about <strong>How to Make Money with Google Adsense</strong> ?</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frayharvard.com%2Fblog%2Finternet-marketing%2F5-ways-how-to-make-money-with-google-adsense-part-5%2F';
  addthis_title  = '5+Ways+How+to+Make+Money+with+Google+Adsense+Part+5';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways How to Make Money with Google Adsense Part 4</title>
		<link>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-4/</link>
		<comments>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-4/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 11:31:10 +0000</pubDate>
		<dc:creator>Ray Harvard</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[How to Make Money with Google Adsense]]></category>

		<guid isPermaLink="false">http://rayharvard.com/blog/?p=96</guid>
		<description><![CDATA[Are Your Adsense Ads Not Related to Your Web Page ?
Then you may want to try Adsense Section Targeting to try and get the Ads that are being show more relevant to your content and so more likely to be clicked on by your visitors.
Are Your Adsense Ads Not Related to Your Web Page ?
Are Your Adsense Ads Not Related to Your Web Page ? Then you may want to try Adsense Section Targeting to try and get the Ads that are being show more relevant to your content and so more likely to be clicked on by your visitors.]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.google.com/adsense" rel="nofollow" title="Google Adsense Website"  target="_blank"><img class="alignleft" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/image.png" border="0" alt="Google Adsense Website" width="154" height="62" align="left" /></a></p>
<p>Like me you may be struggling hard to make money online from your Adsense Earnings.<br />
So I took a look around and found 5 Ways to help Make Money with Google Adsense.</p>
<p>Rather than bombard you with one long boring post, I&#8217;ve split it into 5 bite size chunks so here we go with Part 4.</p>
<h2><span style="color: #575757;">Adsense Ads Not Related to Your Web Page ?</span></h2>
<p>Then you may want to try Adsense Section Targeting to try and get the Ads that are being show more relevant to your content and so more likely to be clicked on by your visitors.</p>
<h2><span style="color: #575757;">What is Adsense Section Targeting ?</span></h2>
<p>The official explanation is on Google&#8217;s Adsense Help Page:<br />
<a href="https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;answer=23168" rel="nofollow"  target="_blank">&#8220;What is section targeting and how do I implement it&#8221;</a></p>
<p>In it they say:</p>
<p><em>&#8220;Section targeting allows you to suggest sections of your text and HTML content that you’d like [Google] to take into account or downplay when matching ads to your site’s content&#8221; </em></p>
<h2><span style="color: #575757;">What this means is..</span></h2>
<p>Section Targeting lets you show Google which parts of your page you want them to use when deciding which Adsense Ads are best matched to the content on your page.</p>
<h2><span style="color: #575757;">Just as important&#8230;</span></h2>
<p>It also means that you can also show Google which parts of the page you don&#8217;t want them to use when deciding which Adsense Ads to show.</p>
<p>Examples of the code to use can be seen below.</p>
<h2><span style="color: #575757;">Section Targeting is a Win-Win Solution for Everybody</span></h2>
<ul>
<li>You can make sure that Adsense Ads are targeted to your content</li>
<li>Your visitors get Ads that are related to the subject they&#8217;re interested in</li>
<li>Google wins because you may get more click thru rates</li>
</ul>
<h2><span style="color: #575757;">Example Adsense Section Targeting Code</span></h2>
<p>This example show how to highlight sections in your content that you want Google to use for Adsense matching:</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Section Targeting Example&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;!&#8211; google_ad_section_start &#8211;&gt;</p>
<p>This is the text of your webpage. Most of your content resides here.</p>
<p>&lt;!&#8211; google_ad_section_end &#8211;&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>If you want to highlight sections that you want Google to ignore then add (weight=ignore) to the starting tag as follows:</p>
<p>&lt;!&#8211; google_ad_section_start(weight=ignore) &#8211;&gt;</p>
<h2><span style="color: #575757;">Google Warnings on Using Section Targeting </span></h2>
<p>Google warns that:</p>
<ul>
<li>For it to work properly you&#8217;ll need to include a significant amount of the content on your page inside the Section Targeting tags.</li>
<li>They can&#8217;t guarantee results<br />
Which I think means how accurately they can match your section to the Adsense Ads</li>
<li>It may take up to 2 weeks before their crawlers see any of the changes you&#8217;ve made to your site.</li>
</ul>
<h3><span style="color: #575757;">Need more Help with Adsense ?</span></h3>
<p><span style="color: #575757;">You may want to try these Best-Selling <strong>Step-by-Step AdSense Videos -<br />
</strong></span><br />
<a href="http://rayharvard.com/blog/go/adsensevideos.php"title="Michael Cheneys AdSense Videos Website"  target="_blank">Michael Cheneys AdSense Videos</a></p>
<p><a href="http://rayharvard.com/blog/go/adsensevideos.php"title="Michael Cheneys AdSense Videos Website"  target="_blank"><img class="alignleft" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/cheney-adsense-videos.jpg" border="0" alt="cheney-adsense-videos" width="208" height="244" align="left" /></a></p>
<p><em></em></p>
<p><em>What ways do you use to improve your Adsense Earnings ?</em></p>
<p><em>Do you find Adsense a good way of making money online ?</em></p>
<p>Look out for tomorrow&#8217;s final article in this series:<br />
<strong>Make Money with Google Adsense</strong> Part 5</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frayharvard.com%2Fblog%2Finternet-marketing%2F5-ways-how-to-make-money-with-google-adsense-part-4%2F';
  addthis_title  = '5+Ways+How+to+Make+Money+with+Google+Adsense+Part+4';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways How to Make Money with Google Adsense Part 3</title>
		<link>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-3/</link>
		<comments>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-3/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 17:40:18 +0000</pubDate>
		<dc:creator>Ray Harvard</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[How to Make Money with Google Adsense]]></category>

		<guid isPermaLink="false">http://rayharvard.com/blog/?p=92</guid>
		<description><![CDATA[Like me you may be struggling hard to make money online from your Adsense Earnings. So I took a look around and found 5 Ways to help Make Money with Google Adsense. Rather than bombard you with one long boring post, I&#8217;ve split it into 5 bite size chunks so here we go with Part [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.google.com/adsense" rel="nofollow" title="Google Adsense Website"  target="_blank"><img class="alignleft" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/image.png" border="0" alt="Google Adsense Website" width="154" height="62" align="left" /></a></p>
<p>Like me you may be struggling hard to make money online from your Adsense Earnings.<br />
So I took a look around and found 5 Ways to help Make Money with Google Adsense.</p>
<p>Rather than bombard you with one long boring post, I&#8217;ve split it into 5 bite size chunks so here we go with Part 3.</p>
<h2><span style="color: #575757;">Move your Adsense Ads &#8211; Above the Fold</span></h2>
<p>Do not try to hide your Adsense sections.</p>
<p>Don&#8217;t bury them at the bottom of your pages where your visitors may never go.</p>
<p>Put them in places where people can see them quickly.</p>
<p>One of the main tips I&#8217;ve found is to place your Adsense ads above the fold.</p>
<p>This is an old newspaper term that meant placing your best items on the upper half of the front page.</p>
<p>This is because most papers are delivered and displayed folded with only the top half of the front page being visible, so stories or adverts in this portion get maximum visibility.</p>
<p>In a similar way, in computer terms it means putting items nearer the top of a web page which for most visitors will be seen without having to scroll down.</p>
<h2><span style="color: #575757;">How Adsense Locations can make a Difference to your Adsense Earnings</span></h2>
<p>See Google&#8217;s Adsense help page<br />
<a href="https://www.google.com/adsense/support/bin/answer.py?hl=en&amp;answer=17954" rel="nofollow" title="Where should I place Google ads on my pages ?" >Where should I place Google ads on my pages ?</a></p>
<p>This shows a &#8220;heat map&#8221; which illustrates the ideal places on a web page for your Adsense Ads that may help you improve your Adsense Earnings.</p>
<p><span style="color: #575757;">However they also mention:<br />
</span><br />
<em>&#8220;We strongly recommend putting your users first when deciding on ad location.<br />
Think about their behaviour on different pages, and what will be most useful and visible to them.<br />
You&#8217;ll find that the most optimal ad position isn&#8217;t always what you expect on certain pages&#8221;</em></p>
<h3><span style="color: #575757;">Best-Selling Step-by-Step AdSense Videos</span></h3>
<p>If you&#8217;re looking for Adsense Video Tutorials have a look at -<br />
<a href="http://rayharvard.com/blog/go/adsensevideos.php"title="Michael Cheneys AdSense Videos Website"  target="_blank">Michael Cheneys AdSense Videos</a></p>
<p><a href="http://rayharvard.com/blog/go/adsensevideos.php"title="Michael Cheneys AdSense Videos Website"  target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/cheney-adsense-videos.jpg" border="0" alt="cheney-adsense-videos" width="208" height="244" align="left" /></a></p>
<p><em></em></p>
<p><em>What ways do you use to improve your Adsense Earnings ?</em></p>
<p><em>Do you find Adsense a good way of making money online ?</em></p>
<p>Look out for tomorrow&#8217;s<br />
<a href="http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-4/"title="Make Money with Google Adsense"  target="_blank"><strong>Make Money with Google Adsense</strong></a> Part 4</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frayharvard.com%2Fblog%2Finternet-marketing%2F5-ways-how-to-make-money-with-google-adsense-part-3%2F';
  addthis_title  = '5+Ways+How+to+Make+Money+with+Google+Adsense+Part+3';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways How to Make Money with Google Adsense Part 2</title>
		<link>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-2/</link>
		<comments>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-2/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 17:09:31 +0000</pubDate>
		<dc:creator>Ray Harvard</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[How to Make Money with Google Adsense]]></category>

		<guid isPermaLink="false">http://rayharvard.com/blog/?p=90</guid>
		<description><![CDATA[Like me you may be struggling hard to make money online from your Adsense Earnings. So I took a look around and found 5 Ways to help Make Money with Google Adsense. Rather than bombard you with one long boring post, I&#8217;ve split it into 5 bite size chunks so here we go with Part [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.google.com/adsense" rel="nofollow" title="Google Adsense Website"  target="_blank"><img class="alignleft" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/image.png" border="0" alt="Google Adsense Website" width="154" height="62" align="left" /></a></p>
<p>Like me you may be struggling hard to make money online from your Adsense Earnings.<br />
So I took a look around and found 5 Ways to help Make Money with Google Adsense.</p>
<p>Rather than bombard you with one long boring post, I&#8217;ve split it into 5 bite size chunks so here we go with Part 2.</p>
<h2><span style="color: #575757;">Create a Custom Palette for your Adsense Ads.</span></h2>
<p>Choose a color that will go well with the background of your site.</p>
<p>If your site has a white background, try to use white as the color of your ad border and background.</p>
<p>The idea to customising the colors is to make the Adsense ads blend into the background of your web page, similar to the live example you can see below.</p>
<p>Again, this will help produce more clicks from people visiting your site.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5482066004550386";
/* 336x280, created 02/09/08 */
google_ad_slot = "9373616403";
google_ad_width = 336;
google_ad_height = 280;
//-->// --&gt; // --&gt; // --&gt; // --&gt; // --&gt;
// --&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<h2><span style="color: #575757;">What do you think of the Colors in the Above Example ? </span></h2>
<p>I&#8217;ve tried to choose colors in the above Adsense Ads that match the overall theme of this blog and so hopefully blend with the page.</p>
<p>You can compare it with my default example in my first post on this<br />
<a href="http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-1/"title="How to Make Money with Google Adsense Part 1"  target="_blank">How to Make Money with Google Adsense Part 1</a></p>
<p>I&#8217;d be interested to hear if you think I&#8217;ve been successful or if you have any ideas on what color scheme would be better suited.</p>
<h3></h3>
<h3><span style="color: #575757;">If you find yourself asking these Questions </span></h3>
<ul>
<li>
<ol>
<li>How do I<strong> create Adsense websites easily </strong>without any programming and designing skills?</li>
<li>Where can I <strong>find new content </strong>for my websites without having to write everything myself?</li>
<li>How do I <strong>get a LOT of traffic</strong> to my websites without spending money on advertising?</li>
<li>Why is it taking me<strong> so long to make a decent income</strong> from Google Adsense when others seems to do it so easily?</li>
<li>How can I possibly <strong>manage everything</strong> when I&#8217;m just part time?</li>
</ol>
</li>
</ul>
<p>then you may be interested in having a look at this product -<br />
<a href="http://rayharvard.com/blog/go/wordpressadsensesystem.php"title="WordPress Adsense System"  target="_blank">WordPress Adsense System</a></p>
<p><a href="http://rayharvard.com/blog/go/wordpressadsensesystem.php"title="WordPress Adsense System"  target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/profitblogger-thumb.jpg" border="0" alt="WordPress Adsense System Website" width="154" height="215" align="left" /></a></p>
<p><em></em></p>
<p><em>What ways do you use to improve your Adsense Earnings ?</em></p>
<p><em>Do you find Adsense a good way of making money online ?</em></p>
<p>Look out for tomorrow&#8217;s<br />
<a href="http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-3/"title="Make Money with Google Adsense"  target="_self"><strong>Make Money with Google Adsense</strong></a> Part 3</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frayharvard.com%2Fblog%2Finternet-marketing%2F5-ways-how-to-make-money-with-google-adsense-part-2%2F';
  addthis_title  = '5+Ways+How+to+Make+Money+with+Google+Adsense+Part+2';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways How to Make Money with Google Adsense Part 1</title>
		<link>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-1/</link>
		<comments>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-1/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 19:42:15 +0000</pubDate>
		<dc:creator>Ray Harvard</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[How to Make Money with Google Adsense]]></category>

		<guid isPermaLink="false">http://rayharvard.com/blog/?p=83</guid>
		<description><![CDATA[If you  want to monetize your websites, a great way to Make Money is with Google Adsense. However, like me, you may be struggling hard to make money online from your Adsense Earnings. So I took a look around and found 5 Ways to help Make Money with Google Adsense. Rather than bore you with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.google.com/adsense" rel="nofollow" title="Google Adsense Website"  target="_blank"><img class="alignleft" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/image.png" border="0" alt="Google Adsense Website" width="154" height="62" align="left" /></a></p>
<p>If you  want to monetize your websites, a great way to <strong>Make Money</strong> is with <strong>Google Adsense</strong>.</p>
<p>However, like me, you may be struggling hard to make money online from your <strong>Adsense Earnings</strong>.</p>
<p>So I took a look around and found 5 Ways to help Make Money with Google Adsense.</p>
<p>Rather than bore you with one long post, I&#8217;ve split it into 5 bite size chunks.</p>
<p>So without further ado lets get started with Part 1</p>
<h2><span style="color: #575757;">Concentrate on One Format of Adsense Ad</span></h2>
<p>One format that seems to be one of the most popular is the text Large Rectangle (336X280) as can be seen in this live example that I&#8217;ve embedded below:<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5482066004550386";
/* 336x280, created 01/09/08 */
google_ad_slot = "7102377535";
google_ad_width = 336;
google_ad_height = 280;
//-->// --&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<h3> </h3>
<h3><span style="color: #575757;">Why should you choose this format ? </span></h3>
<p>From what I&#8217;ve learned this format tends to result in higher CTR (Click Through Rates).</p>
<p>The thinking behind it is that it&#8217;s mainly because these ads look like normal web links.</p>
<p>As people have become used to clicking on web links they tend to click on these types of links without thinking.</p>
<p>They may or may not know or care that they are clicking on your Adsense links but at the end of the day a click is a click and it will be to your advantage.</p>
<h3> </h3>
<h3><span style="color: #575757;">What if you could have Adsense Websites Built for You ?</span></h3>
<p>If you&#8217;re looking for ways to</p>
<ul>
<li>- Suck Money from Google Adsense</li>
<li>- Completely on Auto-Pilot</li>
<li>- with Optimized Websites that are Built for You</li>
</ul>
<p>then you may be interested in having a look at this product -<br />
<a href="http://rayharvard.com/blog/go/unlimited-adsense.php"title="Unlimited Adsense Websites - We Build For You"  target="_blank">Unlimited Adsense Websites &#8211; We Build For You</a></p>
<p><a href="http://rayharvard.com/blog/go/unlimited-adsense.php"title="Unlimited Adsense Website"  target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://rayharvard.com/blog/wp-content/uploads/2008/09/unlimited-adsense.jpg" border="0" alt="Unlimited Adsense Website" width="244" height="62" /> </a></p>
<p><em>What ways do you use to improve your Adsense Earnings ?</em></p>
<p><em>Do you find Adsense a good way of making money online ?</em></p>
<p>Look out for tomorrow&#8217;s <a href="http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-2"title="Make Money with Google Adsense Part 2"  target="_self"><strong>Make Money with Google Adsense</strong> Part 2</a></p>
<p> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frayharvard.com%2Fblog%2Finternet-marketing%2F5-ways-how-to-make-money-with-google-adsense-part-1%2F';
  addthis_title  = '5+Ways+How+to+Make+Money+with+Google+Adsense+Part+1';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://rayharvard.com/blog/internet-marketing/5-ways-how-to-make-money-with-google-adsense-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
