<?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>Lets Build Websites &#187; Adding Adsense to Wordpress</title>
	<atom:link href="http://letsbuildwebsites.com/category/adding-adsense-to-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://letsbuildwebsites.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 15 May 2012 21:39:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Remove Adsense From Certain Pages and Post in Thesis</title>
		<link>http://letsbuildwebsites.com/remove-adsense-from-certain-pages-and-post-in-thesis/</link>
		<comments>http://letsbuildwebsites.com/remove-adsense-from-certain-pages-and-post-in-thesis/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 12:12:45 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[p]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[Remove Adsense]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=5218</guid>
		<description><![CDATA[When adding Google Adsense to your WordPress website it is very handy to be able to choose which pages and posts AdSense appears on, therefore you might need to remove Adsense from the ones you want. This tutorial is targeting the Thesis WordPress theme as this is one of the most versatile premium themes I have. I actually [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.shareasale.com/r.cfm?b=202505&amp;u=450974&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank"><img class="alignleft" src="http://www.shareasale.com/image/24570/thesis-300x250-1.png" alt="Thesis Theme for WordPress:  Options Galore and a Helpful Support Community" border="0" /></a>When adding Google Adsense to your WordPress website it is very handy to be able to choose which pages and posts AdSense appears on, therefore you might need to <b>remove Adsense</b> from the ones you want. This tutorial is targeting the <a href="http://letsbuildwebsites.com/go/thesis" target="_blank">Thesis</a> WordPress theme as this is one of the most versatile <a title="WordPress Premium Themes in My Internet Marketing Toolbox" href="http://letsbuildwebsites.com/wordpress-premium-themes-in-my-internet-marketing-toolbox/" target="_blank">premium themes</a> I have. I actually bought Thesis for this exact reason.</p>
<p><em>Firstly, I need to explain why I would want to remove AdSense from a particular post or page.</em></p>
<p>I am a huge Adsesne fan and it is a great way to make money online. But it is not a good idea to have all your eggs in one basket, we have all heard this before. A few years ago, I really only used AdSense ads to make money online and I knew this was a bad idea. Therefore in the past few years I have been diversifying my moneymaking methods. Earlier I wrote an article about how I make money online and even though I missed out on half my moneymaking ways, you can get the picture that it is now a total mix of methods.</p>
<p>When it comes to Google AdSense ads, this is still the backbone of my business, but other moneymaking ways are approaching fast. There are so many ways to <a title="How I Make Money Online With Worpdress Websites – Part 2" href="http://letsbuildwebsites.com/make-money-online-part-2/">make money online</a> so you need to make choices. I have found existing webpages, added affiliate banners and links to test to see if I could make more money out of existing pages. Of course this does not work every page and post and therefore I keep AdSense showing on some of them. This is why I need to choose which pages and posts AdSense appears on in Thesis. Some pages and posts have double the income by removing AdSense and placing the appropriate product to sell. Like I said this does not work for every page or post, so AdSense has now become the backup moneymaker, if the other tests do not work out.</p>
<h2>Remove Adsense From Certain Pages and Post in Thesis</h2>
<p>Here is the original code that I placed into my <code>custom functions.php</code> file. This is exactly what I had to add a AdSense ads to every post on my Thesis blog. I used CSS to position the ad.</p>
<p><code>function single_post_ad_300() {<br />
if (is_single()) { ?&gt;<br />
&lt;div&gt;<br />
My Adsense Code Here<br />
&lt;/div&gt;<br />
&lt;?php<br />
}<br />
add_action('thesis_hook_before_post', 'single_post_ad_300');</code></p>
<p>But I needed to remove Google Adsense ads from certain pages so I changed one line:</p>
<p><code>if (is_single()) { ?&gt;</code></p>
<p>to</p>
<p><code>if (!is_page() &amp;&amp; !is_single( array( 13406,5526,1025,14717,795,991,649, ) )) {  ?&gt;</code></p>
<p>The numbers I have placed in there are post numbers. All you have to do is<a title="Find a page ID number after changing permalinks in WordPress" href="http://letsbuildwebsites.com/find-a-page-id-number-after-changing-permalinks-in-wordpress/" target="_blank"> find the post number</a> and add it in.</p>
<h2>Watch this video showing how to find the post ID (number)</h2>
<iframe width="640" height="385" src="http://www.youtube.com/embed/8-MqNV3JX3U" frameborder="0" type="text/html"></iframe><div style="text-align:right;"><a style="color:#aaa;font-size:9px" href="http://www.clickonf5.org/" title="IFRAME Embed for Youtube Free WordPress Plugin" target="_blank">IFRAME Embed for Youtube</a></div>
<h2>Add Adsense to a particular page</h2>
<p>In this example I am adding ads to only certain pages. This way is hard work and I would much rather not list all the single posts to add Adsense to. However i have used this code for adding things like Facebook comments to certain pages and posts only.</p>
<p><code>if (is_single('470') || is_single('415') || is_single('418') || is_single('441')) { ?&gt;</code></p>
<p>Another way is to use array:</p>
<p><code>if  (is_single( array( 484,526,2699, ) )) { ?&gt;</code></p>
<h3>Remove Adsense From Certain Pages and Post in Thesis</h3>
<p>Now some people may say this is a waste of time but I have an example for you to show that it is not. The funny thing is, I asked a WordPress Theme guru how to do this with his theme and he basically told me it was a waste of time and didn&#8217;t give me an answer. Now I do not recommend his themes because I thought he was totally close minded.</p>
<p>Anyway I will stop blabbing and show you the proof. This screenshot below is from a product I am selling. I had to remove the Adsense Ads from 4 posts to get this income.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/12/15-12-2011-9-29-55-AM.png"><img class="alignnone size-medium wp-image-6121" title="15-12-2011 9-29-55 AM" src="http://letsbuildwebsites.com/wp-content/uploads/2011/12/15-12-2011-9-29-55-AM-300x72.png" alt="Remove Adsense"width="300" height="72" /></a></p>
<p>Unfortunately I cannot tell you the pages I am talking about as they are highly competitive pages but this is how you keep moving forward. Adsense was clearly giving me the clue telling me the pages were valuable. I just took that information and used it to my advantage.</p>
<p>Therefore I turned approx $400 a month from Adsense into $1000 a month and climbing! Now that is why I do this and that is why it is sometimes a smart move. Yes I had earnings from these 4 posts but now I have optimized my earnings without increasing traffic or adding new content.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/remove-adsense-from-certain-pages-and-post-in-thesis/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>4 Reasons You Are Not Getting Targeted Google Adsense Ads</title>
		<link>http://letsbuildwebsites.com/4-reasons-you-are-not-getting-targeted-google-adsense-ads/</link>
		<comments>http://letsbuildwebsites.com/4-reasons-you-are-not-getting-targeted-google-adsense-ads/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 23:49:07 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[Google adsense]]></category>
		<category><![CDATA[Google section targeting]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[Targeted Google Adsense Ads]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=4125</guid>
		<description><![CDATA[If you find that your Google AdSense income is not what you expected, there could be reasons you are not getting targeted Google AdSense ads on your site. If your ads are not targeted to the customers that are visiting your website, they tend to click less, and you tend to get paid less. Obviously [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you find that your Google AdSense income is not what you expected, there could be reasons you are not getting <b>targeted Google AdSense ads</b> on your site. If your ads are not targeted to the customers that are visiting your website, they tend to click less, and you tend to get paid less. Obviously we all want to get paid more and the aim of the game is to get <i>targeted Google AdSense ads</i> on your websites.</p>
<p>It all comes down to the right ads for the right people.</p>
<p>I have been through many ups and downs with AdSense and have ironed out many of the problems that faced me. I have had my income drop to the stage where I could be crying, and rise again after some stupid little problem that I most probably caused. I have learned many lessons in my travels with Google AdSense and I do not want you to go through the stress of losing income, when the actual problems are very easy to fix.</p>
<h2>4 reasons you are not getting targeted Google Adsense ads</h2>
<p>Of course there are many reasons you might not be getting <a title="Get Targeted AdSense Ads Showing on your WordPress Website" href="http://letsbuildwebsites.com/get-targeted-adsense-ads-showing-on-your-wordpress-website/" target="_blank"><u>targeted Google AdSense ads</u></a>, however these are the main problem areas that I have come across. I am even sure that I will come across more in the future, but I am looking forward to this now, as I would rather see the problem for myself and deal with it. At least I know how to get myself out of these situations and bring my income back to what it&#8217;s meant to be.</p>
<div id="attachment_3134" class="wp-caption alignright" style="width: 300px">
	<a href="http://letsbuildwebsites.com/wp-content/uploads/2011/08/Commando-SEO-300x279.jpg"><img class="size-full wp-image-3134" title="Commando-SEO-300x279" src="http://letsbuildwebsites.com/wp-content/uploads/2011/08/Commando-SEO-300x279.jpg" alt="" width="300" height="279" /></a>
	<p class="wp-caption-text">img http://www.socialmediacommando.com/</p>
</div>
<h2>#1. You have not implemented Google section targeting</h2>
<p>I know you are probably heard about this one before. But unfortunately people still neglect to use <a title="Add Google Adsense Section Targeting to your WordPress Website" href="http://letsbuildwebsites.com/add-google-adsense-section-targeting-to-your-wordpress-website/" target="_blank">Google section targeting</a> on their website because they do not really think that it makes much difference. I have implemented Google section targeting on certain blogs and sometimes it is like turning a switch on for the money to pour in. Of course it depends on many factors and it works better the different types of blogs. But if you are neglecting to use Google section targeting then you are missing out on the chance to see what it will do to your website.</p>
<h2>#2. You have no Onpage SEO</h2>
<p>Onpage SEO is one of the most important factors when it comes to building websites and the problem is that you will probably need to perform this in order for Google section targeting to work. Just think about it this way, you might be targeting the content of your post, but what if the content of your post is not search engine optimized in the first place? How is Google going to tell what adds to put on the page if it is not clear what the page is about?</p>
<p>I use SEOPressor on this website and I also use a combination of <a href="http://letsbuildwebsites.com/SEOPressor" target="_blank">SEOpressor</a> and WPSEO from Yoast. People often presume that these two plug-ins do the same thing, but SEOPressor does those little extra things that I cannot do without. Another plug-in that I have recently subscribed to is Brian Clarks <a href="http://letsbuildwebsites.com/go/scribe" target="_blank">Scribe</a> program. I will be making tutorials on this later, when I actually have tested it a bit more. The problem is that SEO is a massive job and I find it better to buy tools to help me rather than employ an SEO expert. (sorry SEO guys)</p>
<h2>#3. You have an error with a sitemap you submitted</h2>
<p>This one surprised me! I had an error with my site map and I did not realize that Google relied on this so much. It took me a few days to work out the problem, but when I did, my earnings immediately went back to normal. I am just lucky I happen to check the site map myself to see that the URLs were not formed properly. This was because I had relied on a plug-in to submit my site map to Google. This was a completely hidden error that made my AdSense income drop dramatically. There was no such thing as targeted ads as AdSense had no idea themselves as the wrong URLs were in the site map.</p>
<h2> #4. You website topic is all over the place</h2>
<p>Having a tight topic and staying on track is really important in this business. Having related content is and sticking to it is great for many things including sales, bounce rate, and even targeted Google AdSense ads. If you have implemented Google section targeting, you still have to make sure that your article is focused on one subject and not going off the track. This all ties in to onpage search engine optimization and your website relevancy. I know I talk a lot about <a title="How to Create Quality Content To Rank High In Search Engines" href="http://letsbuildwebsites.com/how-to-create-quality-content-to-rank-high-in-search-engines/">relevant high content</a>, but it is very very important. You might think you are doing search engine optimization, and you might be, but are you optimizing relevant content?</p>
<p>I am a big Adsense fan (and its not the only way <a title="How I Make Money Online with WordPress Websites" href="http://letsbuildwebsites.com/how-i-make-money-online-with-wordpress-websites/" target="_blank">I make money online</a>) but some people think that you get paid tiny amounts for the clicks that you get. Unfortunately to me, this just means that you are not doing it right. My highest clicks have been $40, $30 and $20. That is just a click and not even a sale and I do not have drink-driving websites or attorney law websites. I have worked to improve my earnings and hopefully these reasons will help you realize why you are not getting targeted Google AdSense ads on your website and help you to <a title="Increase Adsense Earnings By Finding Your Websites Highest Paying Adsense Keywords" href="http://letsbuildwebsites.com/increase-adsense-earnings-by-finding-your-websites-highest-paying-adsense-keywords/" target="_blank">increase your AdSense earnings</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/4-reasons-you-are-not-getting-targeted-google-adsense-ads/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
		<item>
		<title>Add Google Adsense Section Targeting to your WordPress Website</title>
		<link>http://letsbuildwebsites.com/add-google-adsense-section-targeting-to-your-wordpress-website/</link>
		<comments>http://letsbuildwebsites.com/add-google-adsense-section-targeting-to-your-wordpress-website/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 01:04:11 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[Adsense Section Targeting]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=4126</guid>
		<description><![CDATA[I have written posts about how to get targeted AdSense ads showing on your WordPress website, however this article will go into more detail on how to add Google AdSense section targeting. The problem is, that some people have a HTML coded website, others have a WordPress website, and some may even have a thesis [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have written posts about how to <a title="Get Targeted AdSense Ads Showing on your WordPress Website" href="http://letsbuildwebsites.com/get-targeted-adsense-ads-showing-on-your-wordpress-website/" target="_blank">get targeted AdSense ads showing</a> on your WordPress website, however this article will go into more detail on how to add Google <strong>AdSense section targeting</strong>. The problem is, that some people have a HTML coded website, others have a WordPress website, and some may even have a thesis website. All of these different websites require different ways to add Google <span style="text-decoration: underline;">AdSense section targeting</span>.</p>
<p>I have actually tried all of these ways that I&#8217;m about to mention. In the good old days, I did have a HTML website, and I did use Google AdSense section targeting. I also used the Socrates WordPress theme, along with many others, and have also used the code or section targeting to be added to WordPress. I also now have a few thesis websites that require a different customization.</p>
<h3>Does Google AdSense section targeting work?</h3>
<p>Yes it definitely does! I have implemented this code on websites and have seen and instant rise in the earnings. The earnings increase is so significant that I felt like slapping my face the not doing it earlier.Even after I <a title="How Did I Increase Adsense Earnings By 500%" href="http://letsbuildwebsites.com/how-did-i-increase-adsense-earnings-by-500/" target="_blank">increased my Adsense earnings by 500%</a>, I still saw an even bigger rise when I implemented this Google AdSense section targeting code.</p>
<p>For Google AdSense section targeting to really work, you will need to make sure you have great content and have performed <a title="Top 10 Onpage SEO Techniques You Need To Know" href="http://letsbuildwebsites.com/top-10-onpage-seo-techniques-you-need-to-know/">onpage SEO</a>. After all, Google AdSense section targeting code is there to pinpoint the good content that you want your ads to match. If you are targeting content that does not have a clear topic, then you are probably wasting your time.</p>
<p>When you implement Google AdSense section targeting code, you are actually telling Google to look at your content on the page, and not the content in the sidebars and footers. The content around the actual post is usually generic and if you targeted this, your ads would probably all be the same.</p>
<h2>Add Google Adsense Section Targeting to your WordPress Website</h2>
<p>When editing using the WordPress editor it is best to copy the entire code before editing, and paste it into a notepad. This is just in case you make a mistake, as one wrong character can ruin your blog.</p>
<p>1.  In your WordPress dashboard, click on the Appearance menu in the left bar.</p>
<p>2.  Choose editor from the drop down menu.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/09/editorwordpress.png"><img class="alignnone size-full wp-image-4131" title="AdSense section targeting" src="http://letsbuildwebsites.com/wp-content/uploads/2011/09/editorwordpress.png" alt="AdSense section targeting" width="155" height="117" /></a></p>
<p>3.  Look for the single.php in the right menu. Click on it to show in editing window.</p>
<p>4.  Scroll down till you see a line that says</p>
<p><strong>&lt;?php the_content(__(‘Read the rest of this entry &amp;raquo;’)); ?&gt;</strong></p>
<p>5.  Then add the Google Adsense Section Targeting code around that. That means you are targeting the content only and not the sidebars and footers. <strong></strong><br />
<strong>&lt;!– google_ad_section_start –&gt;</strong></p>
<p><strong>&lt;?php the_content(__(‘Read the rest of this entry &amp;raquo;’)); ?&gt;</strong></p>
<p><strong>&lt;!– google_ad_section_end –&gt;</strong></p>
<p>6.  Now you can press save at the bottom of the editor.</p>
<h2>Add Google Adsense Section Targeting to Thesis</h2>
<p>In WordPress thesis theme, you can add this code to your custom_functions.php file. Please note that this is not a tutorial on how to use thesis. This code has been developed and perfected by a few people. I will provide a link below to the website where I actually got this code from.<br />
//adsense targeting functions<br />
function open_adsense_targeting()<br />
{<br />
?&gt;<br />
&lt;!&#8211; google_ad_section_end &#8211;&gt;<br />
&lt;!&#8211; google_ad_section_start &#8211;&gt;<br />
&lt;?php<br />
}</p>
<p>function close_adsense_targeting()<br />
{<br />
?&gt;<br />
&lt;!&#8211; google_ad_section_end &#8211;&gt;<br />
&lt;!&#8211; google_ad_section_start(weight=ignore) &#8211;&gt;<br />
&lt;?php<br />
}</p>
<p>function ignore_adsense_targeting()<br />
{<br />
?&gt;<br />
&lt;!&#8211; google_ad_section_start(weight=ignore) &#8211;&gt;<br />
&lt;?php<br />
}</p>
<p>function end_adsense_targeting()<br />
{<br />
?&gt;<br />
&lt;!&#8211; google_ad_section_end &#8211;&gt;<br />
&lt;?php<br />
}</p>
<p>add_action(&#8216;thesis_hook_before_html&#8217;, &#8216;ignore_adsense_targeting&#8217;,&#8217;10&#8242;);<br />
add_action(&#8216;thesis_hook_before_header&#8217;,'open_adsense_targeting&#8217;,&#8217;9&#8242; );<br />
add_action(&#8216;thesis_hook_after_header&#8217;,'close_adsense_targeting&#8217;,&#8217;8&#8242; );<br />
add_action(&#8216;thesis_hook_before_headline&#8217;,'open_adsense_targeting&#8217;,&#8217;10&#8242; );<br />
add_action(&#8216;thesis_hook_after_post&#8217;, &#8216;close_adsense_targeting&#8217;,&#8217;10&#8242;);<br />
add_action(&#8216;thesis_hook_after_html&#8217;, &#8216;end_adsense_targeting&#8217;,&#8217;10&#8242;);</p>
<p><strong>code credit:</strong> <a href="http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/" rel="nofollow" target="_blank">http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/</a></p>
<h2>How to add Google Adsense Section Targeting to HTML code</h2>
<p>if your website requires that you add in the Google AdSense section targeting to do HTML code, then Google themselves have provided a tutorial for you to do so. The following instructions below are from <a href="https://www.google.com/adsense/support/bin/answer.py?answer=23168" target="_blank">Google&#8217;s website</a>.</p>
<p><em><strong>The HTML tags to emphasize a page section take the following format:</strong></em></p>
<p>&lt;!&#8211; google_ad_section_start &#8211;&gt;</p>
<p>&lt;!&#8211; google_ad_section_end &#8211;&gt;</p>
<p><em><strong>You can also designate sections you&#8217;d like to have ignored by adding a (weight=ignore) to the starting tag:</strong></em></p>
<p>&lt;!&#8211; google_ad_section_start(weight=ignore) &#8211;&gt;</p>
<p><em><strong>With these tags added to your HTML code, your final code may look like the following:</strong></em></p>
<p>&lt;html&gt;&lt;head&gt;&lt;title&gt;Section targeting&lt;/title&gt;&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;!&#8211; google_ad_section_start &#8211;&gt;</p>
<p><em><strong>This is the text of your webpage. Most of your content resides here.</strong></em></p>
<p>&lt;!&#8211; google_ad_section_end &#8211;&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<h3>Do I really need to Add Google Adsense Section Targeting</h3>
<p>Is the Pope religious? Do cows eat grass?</p>
<p>Yes of course you do need to Add Google Adsense Section Targeting to your website because if you have Adsense showing, why not earn as much as you can?</p>
<p><strong><em>Do you have any other ways to Add Google Adsense Section Targeting to your website?</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/add-google-adsense-section-targeting-to-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>Get Targeted AdSense Ads Showing on your WordPress Website</title>
		<link>http://letsbuildwebsites.com/get-targeted-adsense-ads-showing-on-your-wordpress-website/</link>
		<comments>http://letsbuildwebsites.com/get-targeted-adsense-ads-showing-on-your-wordpress-website/#comments</comments>
		<pubDate>Wed, 11 May 2011 05:44:51 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[adsense ads]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[earnings]]></category>
		<category><![CDATA[targeted]]></category>
		<category><![CDATA[Wordpress website]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=2517</guid>
		<description><![CDATA[If you build WordPress websites and use Google AdSense to monetize them I have a few great tips to get targeted AdSense ads showing on your website. Building any kind of website is a long road, and if people tell you that it is easy, then they are lying. Building any WordPress website takes a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you build WordPress websites and use Google AdSense to monetize them I have a few great tips to get targeted AdSense ads showing on your website. Building any kind of website is a long road, and if people tell you that it is easy, then they are lying. Building any WordPress website takes a lot of work, even though WordPress has taken out a lot of the technical side, there is still a huge amount of work to do. Building WordPress websites to put AdSense ads on is just as time consuming as building any other affiliate website.</p>
<h2>Why get targeted AdSense ads showing on your WordPress website?</h2>
<ul>
<li>You have spent all this time building your WordPress website so why not get the most out of targeted AdSense ads? Why bother showing ads that are not going to pay well or convert for you.</li>
<li>If the AdSense ads are targeted then people are more likely to be interested in them and click. This is much better for conversions. If the person actually intended to click and was interested then the advertiser might actually make a sale. After all that is the name of the game.</li>
<li>Another reason you need to get targeted AdSense ads showing on your WordPress website is because you do not want your website looking trashy. If you get the wrong ads will give your visitors the wrong idea about what your website is about.Having the wrong ads can give you the wrong image.</li>
</ul>
<h1>How to get targeted AdSense ads showing on your WordPress website?</h1>
<h3>#1.  Good keyword density</h3>
<p>Make sure you have the right keyword density for the keywords that you are targeting. If you do this right then Google will know what your article is about and serve you ads that are related to that. If you are getting ads that are not related to your content whatsoever, it might be your fault, as you are not using the right on page <a title="Top 10 Onpage SEO Techniques You Need To Know" href="../top-10-onpage-seo-techniques-you-need-to-know/">search engine optimization techniques</a>. It it is not always Google&#8217;s fault when it cannot understand or pinpoint what your post is about. I like to have at least 2% keyword density and then have related keywords scattered throughout the post. This does not mean that you should write your articles for SEO only as they will probably sound stupid. Make sure you write fantastic content that is long enough to enable you to add all the keywords you need.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/05/keywords-arget.png"><img class="alignnone size-medium wp-image-2521" title="targeted Adsense ads" src="http://letsbuildwebsites.com/wp-content/uploads/2011/05/keywords-arget-300x225.png" alt="targeted Adsense ads" width="300" height="225" /></a></p>
<h3>#2.  The right back links pointing to your website</h3>
<p>If you&#8217;ve done <a title="Top 10 Onpage SEO Techniques You Need To Know" href="http://letsbuildwebsites.com/top-10-onpage-seo-techniques-you-need-to-know/">search engine optimization</a> on your article with the 2% keyword density and the related keywords, please make sure that the anchor text in your back links are the same as the keywords on your post. Do not make up keywords as you go. It is okay to use different keyword combinations but you should research this in the Google keyword tool. This way you can target the keywords that will bring you the most traffic or estimated CPC. Also make sure the links with in your website also have a clear keyword pattern.</p>
<h3>#3.  Google section targeting</h3>
<p>Google section targeting is a little feature that Google has provided so you can target the content that your Google AdSense ad will be related to. For example on my WordPress website&#8217;s I usually target the content of the post which is where all the content is. If you do not target the content of the post or article then Google will not be able to focus on related ads. If you have two sidebars surrounding your posts then Google might assume that the post is about something that is mentioned in these sidebars. To show Google which content to take notice of, you can simply add the following tags into your HTML.</p>
<p><strong>&lt;!– google_ad_section_start –&gt;</strong></p>
<p>This is the content you want Google to see.</p>
<p><strong>&lt;!– google_ad_section_end –&gt;</strong></p>
<p>For a HTML website you can simply place these tags into the HTML section. For a WordPress website you need to go into the single.php file in your editor section and find the section where the content begins. For some WordPress website is it looks like this:</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/05/aa11-05-2011-2-23-00-PM.png"><img class="alignnone size-full wp-image-2525" style="border: 1px solid black;" title="the AdSense ads" src="http://letsbuildwebsites.com/wp-content/uploads/2011/05/aa11-05-2011-2-23-00-PM.png" alt="target AdSense ads" width="289" height="158" /></a></p>
<h3><strong>#4. See who wants to advertise</strong></h3>
<p>Going into your Google AdSense account and seeing who your advertisers are and what type of ads they have will give you a good clue on what content to write. If these ads are totally not related to your website then I would not do this, however if they are, this is a great way to bring out the targeted ads. This will also <a title="Increase Adsense Earnings By Finding Your Websites Highest Paying Adsense Keywords" href="http://letsbuildwebsites.com/increase-adsense-earnings-by-finding-your-websites-highest-paying-adsense-keywords/">increase AdSense earnings</a> because the advertisers that you will see in your Google account have targeted your website to advertise on.</p>
<p>1.  Login to your <em><strong>Google AdSense account.</strong></em></p>
<p>2.  Go to the tab that says <strong><em>allow and block ads</em></strong>.<strong> </strong></p>
<p><strong>3. </strong>In the left column press on<strong> <em>allowed</em>.</strong></p>
<p><strong>4. </strong>On this page you will see a list of potential advertisers for your website. Their ad will only show up if you target the keywords that they went for. <strong><br />
</strong></p>
<p><strong><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/05/google-ads.png"><img class="alignnone size-medium wp-image-2526" title="google ads" src="http://letsbuildwebsites.com/wp-content/uploads/2011/05/google-ads-300x180.png" alt="target Google ads" width="300" height="180" /></a></strong></p>
<p><strong><br />
</strong></p>
<p>These are just a few ways to get targeted Google AdSense ads on your website. If you have any other ideas to add then please comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/get-targeted-adsense-ads-showing-on-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Socrates WordPress Theme &#8211; Add a Google Search Box into the Header</title>
		<link>http://letsbuildwebsites.com/socrates-wordpress-theme-add-a-google-search-box-into-the-header/</link>
		<comments>http://letsbuildwebsites.com/socrates-wordpress-theme-add-a-google-search-box-into-the-header/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 01:38:56 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[Wordpress Website Themes]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Header]]></category>
		<category><![CDATA[Socrates]]></category>
		<category><![CDATA[Socrates Wordpress Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=1102</guid>
		<description><![CDATA[If you have been smart enough to buy the Socrates WordPress theme to build your WordPress website with, then one of the first things you might want to do is add a Google search box into the header section. As you can see in the screen shot below I have added and moved a Google [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have been smart enough to buy the <b>Socrates WordPress theme</b> to build your WordPress website with, then one of the first things you might want to do is add a Google search box into the header section. As you can see in the screen shot below I have added and moved a Google search box in to the correct position. When you first buy the <a href="http://letsbuildwebsites.com/go/socrates" target="_blank"><i>Socrates WordPress theme</i></a> you will notice that the search box is placed on the navigation bar. I needed to move the search box to fit more navigation menu items along that strip. this is also the same for the newest version of Socrates 2.12.</p>
<p>Although the new version of Socrates allows you to add your Google search code into the layout section, the actual search box is still located in the navigation bar. Therefore if you are using the new version of Socrates you only need to move the search box up into the header. Not everyone wants to do this but if you do, it&#8217;s not hard. Here is what it will look like when we are finished.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/03/26-03-2011-9-52-42-AM.png"><img class="alignnone size-medium wp-image-1395" title="Socrates WordPress theme Google search" src="http://letsbuildwebsites.com/wp-content/uploads/2011/03/26-03-2011-9-52-42-AM-300x96.png" alt="Socrates WordPress theme Google search" width="300" height="96" /></a></p>
<p><strong>Quick note:</strong> I am a big fan of the <u>Socrates WordPress Theme</u> but needed a change and swapped my theme <strong><a title="Why I changed my WordPress Website Theme From Socrates to Elegant Themes" href="http://letsbuildwebsites.com/why-i-changed-my-wordpress-website-theme-from-socrates-to-elegant-themes/" target="_blank">from Socrates to Elegant themes</a></strong>, however my website visitors did not like the change. Don&#8217;t get me wrong, Elegant Themes are fantastic but did not suit this website.</p>
<h3>Getting prepared to move your search box in the Socrates WordPress Theme:</h3>
<ul>
<li>In this tutorial we will have to change the code in the style.CSS file. Editing the CSS file in the Socrates WordPress theme will allow you to move the search box to where you want it to be. You might want to just move it up a bit or maybe to the left a fraction.</li>
<li>You will have to you adjust the position of your search box by trial and error. Because we may not be moving the search box into the same position you will have two adjust the CSS code to suit you.</li>
</ul>
<p>Socrates WordPress Theme</p>
<h1>How to add your Google search box code into the Socrates WordPress theme?</h1>
<p>If you are using the new version of the Socrates WordPress theme you will not need to add the code in here manually. You can simply go to the layout section and there will be a box where you can place your Google search code. If you wish to move the search box from the navigation bar you can go to the next step.</p>
<p>1.  When you are signed into your WordPress<strong><em> dashboard</em></strong> go to the <strong><em>appearance</em></strong> section.</p>
<p>2.  Press on <em><strong>editor</strong></em>.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/03/26-03-2011-10-08-46-AM.png"><img class="size-full wp-image-1388 alignnone" title="socrates wordpress theme" src="http://letsbuildwebsites.com/wp-content/uploads/2011/03/26-03-2011-10-08-46-AM.png" alt="socrates wordpress theme" width="161" height="137" /></a></p>
<p>3.  On the right-hand side you will see a list of files. Press on <strong><em>header.php</em></strong>.</p>
<p>4.  <strong><em>Scroll down</em></strong> through the header.php to find:</p>
<p style="padding-left: 60px;"><strong>&lt;!&#8211; Search Form &#8211;&gt; </strong><br />
<strong> &lt;div id=&#8221;im-searchForm&#8221;&gt;</strong></p>
<p style="padding-left: 60px;">Be very careful not top alternate any text, or even make a space or anything! I strongly suggest that you select all of this text first and copy it into a notepad in case you make a mistake. This will be shown in the video.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/01/27-01-2011-4-44-12-PM.png"><img class="size-medium wp-image-1103 alignnone" title="google search box " src="http://letsbuildwebsites.com/wp-content/uploads/2011/01/27-01-2011-4-44-12-PM-300x116.png" alt="google search box" width="300" height="116" /></a></p>
<p>5.  Place your <strong><em>Google search box code</em></strong> after this. You must copy over the code that is already there. It will be everything in between these two sections. Click on the picture above to enlarge it if needed.</p>
<p style="padding-left: 60px;"><strong>&lt;!&#8211; Search Form &#8211;&gt; </strong><br />
<strong> &lt;div id=&#8221;im-searchForm&#8221;&gt;</strong></p>
<p style="padding-left: 60px;"><span style="color: #ff0000;"><strong>Your code here</strong></span></p>
<p style="padding-left: 60px;"><strong>&lt;/div&gt;</strong></p>
<p>6.  Press on the <strong><em>update file button</em></strong> down below when you are finished. If you make a mistake you can always paste the original text that you copied into a notepad back in.<strong><br />
</strong></p>
<h2>How to change the CSS in the Socrates WordPress Theme to move the search box up into the header?</h2>
<p>1.  Go to the <em><strong>style.CSS</strong></em> file. There will be a link on the right-hand side. See the screen shot below.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/03/26-03-2011-10-22-22-AM.png"><img class="alignnone size-full wp-image-1389" title="Editing the style.css" src="http://letsbuildwebsites.com/wp-content/uploads/2011/03/26-03-2011-10-22-22-AM.png" alt="Editing the style.css" width="211" height="270" /></a></p>
<p>2.  Look for this code. This sets the position of your search box. This code below is taken from the new version of Socrates WordPress theme.</p>
<p>#im-searchForm {<br />
position: absolute;<br />
top: 145px;<br />
left: 748px;<br />
width: 223px;<br />
z-index: 5;<br />
text-align: right<br />
}</p>
<p>#searchBtn {<br />
float: right;<br />
clear: none;<br />
}</p>
<p>.searchBox {<br />
float: left;<br />
font-size: 90%;<br />
color: #666;<br />
width: 186px;<br />
margin: 1px 0px 0px;<br />
}</p>
<p><strong><em>Note:</em></strong> In the old version of Socrates, the code is the same but is laid out differently so it might look different.</p>
<p>#im-searchForm        { position:absolute; top:100px; left:200px; width:350px; z-index:5; text-align:left}<br />
#searchBtn            { float:right; clear:none;}<br />
.searchBox            { float:left; font-size:90%; color:#666; width:350px; margin:1px 0px 0px;  }</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/01/27-01-2011-4-47-39-PM.png"><img class="alignnone size-medium wp-image-1104" title="google search box Socrates WordPress theme header" src="http://letsbuildwebsites.com/wp-content/uploads/2011/01/27-01-2011-4-47-39-PM-300x60.png" alt="google search box Socrates WordPress theme header" width="300" height="60" /></a></p>
<p>3.  You will need to <strong><em>change</em></strong>:</p>
<p style="padding-left: 60px;"><strong>top: 145px;</strong><br />
<strong> left: 748px;</strong><br />
<strong> width: 223px;</strong></p>
<p style="padding-left: 60px;"><span style="color: #ff0000;"><strong>AND</strong></span></p>
<p style="padding-left: 60px;"><strong>width: 186px</strong></p>
<p>4.  As you can see I changed my Socrates WordPress theme style code here:</p>
<p>#im-searchForm        { position:absolute; <span style="color: #ff0000;">top:100px; left:200px; width:350px</span>; z-index:5; text-align:left}<br />
#searchBtn            { float:right; clear:none;}<br />
.searchBox            { float:left; font-size:90%; color:#666; <span style="color: #ff0000;">width:350px</span>; margin:1px 0px 0px;  }</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/01/27-01-2011-4-49-55-PM.png"><img class="alignnone size-medium wp-image-1105" title="google search box" src="http://letsbuildwebsites.com/wp-content/uploads/2011/01/27-01-2011-4-49-55-PM-300x19.png" alt="google search box" width="300" height="19" /></a></p>
<p>If you are still confused please watch the video below showing how I edit the <strong><a href="http://letsbuildwebsites.com/go/socrates" target="_blank">Socrates WordPress Theme</a></strong> to move the Google search box up to the header.</p>
<iframe width="640" height="385" src="http://www.youtube.com/embed/Z8ctUZ7cAVU" frameborder="0" type="text/html"></iframe><div style="text-align:right;"><a style="color:#aaa;font-size:9px" href="http://www.clickonf5.org/" title="IFRAME Embed for Youtube Free WordPress Plugin" target="_blank">IFRAME Embed for Youtube</a></div>
<p>If you are looking for more ways to optimize your Socrates WordPress theme, make sure you visit my article about <strong><a title="Top 10 Onpage SEO Techniques You Need To Know" href="http://letsbuildwebsites.com/top-10-onpage-seo-techniques-you-need-to-know/" target="_blank">onPage SEO techniques</a></strong>. The Socrates WordPress theme is fantastic for search engine optimization and used in conjunction with these tips, you will skyrocket to the top of Google.</p>
<p>If you are a big fan of the Socrates WordPress theme like I am, please let me know why you think it is great?</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/socrates-wordpress-theme-add-a-google-search-box-into-the-header/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>6 Tips To Improve Google AdSense Click Through Rate (CTR)</title>
		<link>http://letsbuildwebsites.com/6-tips-to-improve-google-adsense-click-through-rate-ctr/</link>
		<comments>http://letsbuildwebsites.com/6-tips-to-improve-google-adsense-click-through-rate-ctr/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 04:19:08 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[AdSense earnings]]></category>
		<category><![CDATA[click through rate]]></category>
		<category><![CDATA[clicks]]></category>
		<category><![CDATA[CTR]]></category>
		<category><![CDATA[Google adsense]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=1181</guid>
		<description><![CDATA[If you are using Google Ads to monetize your precious WordPress website and you want to improve Google Adsense click through rate on your website, these tips will definitely help with the task. The theory is that if people are clicking on your ads then they must be interested in the Google advertisement. This is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are using Google Ads to monetize your precious WordPress website and you want to improve Google <b>Adsense click through rate</b> on your website, these tips will definitely help with the task. The theory is that if people are clicking on your ads then they must be interested in the Google advertisement. This is exactly what you want, as an Adsense publisher, the website visitor clicking because they are genuinely interested in the ad. This is a win win situation for both the publisher and the advertiser. You do not want people clicking on your ads accidentally because this will not be good in the long run.</p>
<h1>What is the Google AdSense click through rate?</h1>
<p>The Google <i>AdSense click through rate</i> is the percentage of website visitors that click on your ads. For example if you have one visitor to your website in a day and they click on an AdSense ad then you have 100% click through rate. If you have 100 visitors come to your website and to visitors click on your ads then you have a 2% click through rate.</p>
<p>It is definitely rare to have 100% Google <u>AdSense click through rate</u>. This is a sure sign that you have a terrible website and you will not always earned great money from this. There must be a balance between the Google AdSense click through rate and the content that you are producing. It is far better to offer your website visitor great content, therefore attracting targeted AdSense ads, and happy advertisers.</p>
<h2>Why would you want to improve your Google AdSense click through rate?</h2>
<p>People often want to improve their Google AdSense click through rate to earn more money. If you have invested time into your website and believe that the content is valuable, then it is time to earn more money and increase your AdSense click through rate.</p>
<h1>My tips for improving your Google AdSense click through rate:</h1>
<h3>Make your Google AdSense ads a prominent feature</h3>
<p>If you are trying to improve your AdSense click through rate (CTR) you should not have too many other options for people to click on. For example when they visit a post the AdSense advertising should be an option for them to click through to. If you do have any other links around the post or in the post they should be leading to another article on your website with more AdSense on it. I find that having other advertisers such as Kontera text links  can be a great distraction for your CTR. if you intend to sell something yourself on a page then I suggest you remove the AdSense, as AdSense ads themselves can your sales on other products.</p>
<h3>Make your AdSense look like part of your content to improve Google AdSense click through rate</h3>
<p>If you have links on your website that are blue then blue text ads for AdSense are a good idea because it will look like part of your content. this is a common colour for websites to use and is also recommended by Google. If the Google AdSense ads look out of place then you will notice a drop in the click through rate. I have even simply changed a color and my click through rate has dropped. Very simple changes make a big difference when you are trying to improve your AdSense click through rate.</p>
<h3>Find out who your advertisers are and write posts to them</h3>
<p>You can improve your Google AdSense click through rate by finding out which advertisers want to advertise on your website. Google hands all this information to you on a SilverPlatter.</p>
<p><strong>To see the companies and their ads simply go into your Google AdSense account;</strong></p>
<p>1.  Then choose the <strong><em>AdSense setup</em></strong> tab.</p>
<p>2. Then click on <strong><em>Ad review Center</em></strong>. See the screen shot below.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/03/21-03-2011-1-27-13-PM.png"><img class="alignnone size-medium wp-image-1363" title="Google AdSense click through rates" src="http://letsbuildwebsites.com/wp-content/uploads/2011/03/21-03-2011-1-27-13-PM-300x42.png" alt="Google AdSense click through rate" width="300" height="42" /></a></p>
<p>This is just the same as having the right content on your website. If you attract the right people to the right ads and we have a win-win situation. Your click through rate will improve dramatically.</p>
<h3>Write killer content to improve your Google AdSense click through rate</h3>
<p>Can Google AdSense pinpoinist what your content is about? If you are getting ads that did not relate to your articles then this would be your fault. You need to make sure that each article is clearly about one subject and has <strong><a title="Top 10 Onpage SEO Techniques You Need To Know" href="http://letsbuildwebsites.com/top-10-onpage-seo-techniques-you-need-to-know/">Onpage SEO techniques</a></strong> applied to it to help Google decide what adds to put there. When you have highly targeted ads on your website, this will definitely improve your click through rate, as the website visitors will be interested in the ads and are more likely to buy.</p>
<h3>Experiment with ad positions</h3>
<p>You cannot just play sure ads on your website and expect them to get a good click through rate. You need to optimize them in every way. Just because an ad position works for one website does not mean that it will work for you on yours, therefore you need to do some experimenting. This is what I did when <strong><a title="How Did I Increase Adsense Earnings By 500%" href="http://letsbuildwebsites.com/how-did-i-increase-adsense-earnings-by-500/">I increased my AdSense earnings by 500%</a></strong>. I not only increased my click through rate, but I also increased my eCPM at the same time.</p>
<h3>Do some research on keywords</h3>
<p>What keywords are bringing your website visitors to your website? If they are finding your website by typing in a keyword that has a low CPC then this is not good for your earnings or your click through rate. Google AdSense wants targeted visitors to click on targeted ads. For example if someone searched for &#8220;free desktop wallpaper&#8221; and found a computer website with virus program adds they would be less likely to convert than a person that had searched for &#8220;virus software&#8221;. This is where it can all get a bit technical, however it is definitely a great way to improve your AdSense click through rate.</p>
<p>The best way to find which keywords people are using to get to your website, is to go to Google Analytics. If you haven&#8217;t installed <strong><a title="Add Google analytics code to your WordPress website" href="http://letsbuildwebsites.com/add-google-analytics-code-to-your-wordpress-website/">google Analytics code</a></strong> into your website yet, you must do it now.</p>
<p>There are many other ways to improve your AdSense click through rate, including &#8220;section targeting&#8221; which I will not get into right now. All of the above tips and tricks to improve your AdSense click through rate will definitely give you something to work on for starters.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/6-tips-to-improve-google-adsense-click-through-rate-ctr/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Increase Adsense Earnings By Finding Your Websites Highest Paying Adsense Keywords</title>
		<link>http://letsbuildwebsites.com/increase-adsense-earnings-by-finding-your-websites-highest-paying-adsense-keywords/</link>
		<comments>http://letsbuildwebsites.com/increase-adsense-earnings-by-finding-your-websites-highest-paying-adsense-keywords/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 20:28:57 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[Making money online]]></category>
		<category><![CDATA[Making money with Wordpress]]></category>
		<category><![CDATA[Google adsense]]></category>
		<category><![CDATA[Highest Paying Adsense Keywords]]></category>
		<category><![CDATA[Increase Adsense Earnings]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=1002</guid>
		<description><![CDATA[Would you like to know what the highest paying Adsense keywords are on your website and use this knowledge to increase your AdSense earnings? Of course this would be an instant advantage.  When people have searched in Google,  land on your website, then click on an AdSense ad, this is when we want to know [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Would you like to know what the <b>highest paying Adsense keywords</b> are on your website and use this knowledge to increase your AdSense earnings? Of course this would be an instant advantage.  When people have searched in Google,  land on your website, then click on an AdSense ad, this is when we want to know what keywords they have used.</p>
<p>Amazingly, Google itself gives you all of this information for free. All you have to do is have your AdSense account linked to your Google Analytics account and this will enable you to see a multitude of information. Not many people know that you can actually go into so much detail and see what actual keywords are the highest paying AdSense words on your website. Knowing the numbers is definitely going to increase your AdSense earnings and therefore this article is for anyone using Google AdSense.</p>
<h3>What you will need to follow this tutorial?</h3>
<ol>
<li>You will need a Google AdSense account.</li>
<li>You will need a Google Analytics account.</li>
<li>You will need to have a website that gets search engine traffic.</li>
</ol>
<h3>What are the advantages to finding out the highest paying Adsense keywords for your website?</h3>
<ul>
<li>You can concentrate on using more of the same keywords. For example write more posts containing that keyword.</li>
<li>You can steer your website visitors to the highest paying pages.</li>
<li>You can optimize your posts for these certain keywords.</li>
<li>You can also find out what keywords not to use.</li>
</ul>
<h1>How to find the highest paying Adsense keywords on your website?</h1>
<p>Using Google Analytics can be difficult for most people and now I&#8217;m just going to show you how to find your website&#8217;s <u>highest paying Adsense keywords</u> using the information supplied. This is no trick or secret it&#8217;s just a little bit difficult as Google Analytics is such a detailed program. There are so many little button and links to press on so please follow this tutorial carefully.</p>
<h3>Steps to find the highest paying AdSense keywords:</h3>
<p>1.  Go to your <strong><em>Google Analytics account</em></strong> and click on the website you want to investigate.</p>
<p>2.  Click on the <strong><em>view report</em></strong> link.</p>
<p>3.  In the left column, press on the <strong><em>content</em></strong> link. See the screen shot below.</p>
<p><a href="../wp-content/uploads/2011/01/8-01-2011-9-23-31-PM.png"><img title="8-01-2011 9-23-31 PM" src="../wp-content/uploads/2011/01/8-01-2011-9-23-31-PM-300x272.png" alt="highest paying adsense keywords"width="300" height="272" /></a></p>
<p>4.  Another menu will appear as shown below. Click on the <strong><em>AdSense</em></strong> link.</p>
<p>5.  Again another menu will appear, click on <strong><em>Top AdSense content</em></strong>. See the screen shot below.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/01/8-01-2011-9-24-58-PM.png"><img title="8-01-2011 9-24-58 PM" src="../wp-content/uploads/2011/01/8-01-2011-9-24-58-PM-258x300.png" alt="highest paying adsense keywords"width="258" height="300" /></a></p>
<p>6.  Now a <strong><em>list of URLs </em></strong>will appear with the AdSense earnings next to them. This shows you which page your website earns the most.</p>
<p>7.  Click on<strong><em> one URL</em></strong> that you wish to investigate. See the screen shot below.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/01/8-01-2011-9-25-53-PM.png"><img title="google analytics" src="../wp-content/uploads/2011/01/8-01-2011-9-25-53-PM-300x133.png" alt="google analytics" width="300" height="133" /></a></p>
<p>8.  Now you will see a <strong><em>complete breakdown</em></strong> of the AdSense earnings from this page on your website.</p>
<p>9.  In the screen shot below I have <strong><em>circled a small box</em></strong>. It has the word <strong><em>none</em></strong> in it and a <strong><em>drop-down Arrow</em></strong>.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/01/8-01-2011-9-28-41-PM.png"><img title="adsense keywords" src="../wp-content/uploads/2011/01/8-01-2011-9-28-41-PM-300x85.png" alt="adsense keywords" width="300" height="85" /></a></p>
<p>10.  Press on the <em><strong>drop-down Arrow</strong></em> to see a menu.</p>
<p>11.  Choose <em><strong>keywords</strong></em> from the menu.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2011/01/8-01-2011-9-30-15-PM.png"><img title="highest paying adsense " src="../wp-content/uploads/2011/01/8-01-2011-9-30-15-PM-300x239.png" alt="highest paying adsense " width="300" height="239" /></a></p>
<p>12.  The next screen will show you the <strong><em>highest paying AdSense keywords</em></strong> for that particular post. It also shows how much money that keyword has made you and a number of other details that I cannot show.</p>
<p><a href="../wp-content/uploads/2011/01/8-01-2011-9-31-44-PM.png"><img title="adsense keywords" src="../wp-content/uploads/2011/01/8-01-2011-9-31-44-PM-300x192.png" alt="adsense keywords" width="300" height="192" /></a></p>
<h3>What other information can you learn?</h3>
<ol>
<li>You can see which individual keyword is the highest paying AdSense keyword for that post.</li>
<li>You can see how many impressions that keyword contributed to your post.</li>
<li>You can see how many clicks on AdSense ads that keyword contributed to.</li>
<li>You can also see the usual statistics, though CTR,CPM,and so on.</li>
</ol>
<h2>Notes on how to find the highest paying Adsense keywords:</h2>
<ul>
<li>Finding your website&#8217;s highest paying AdSense keywords is a goldmine if you use the information correctly.</li>
<li>There are a number of ways to use this information to increase your AdSense earnings because now you have the inside information.</li>
<li>When I discovered this feature old shocked to see that most of my earnings from AdSense were coming from just a few posts. Maybe this information can help you publish the correct posts instead of wasting your time on the low money earners.</li>
</ul>
<p>I have previously written articles on how to increase your AdSense earnings. Please see<a title="Permanent Link to How Did I Increase Adsense Earnings By 500%" href="http://letsbuildwebsites.com/how-did-i-increase-adsense-earnings-by-500/" rel="bookmark"> How Did I Increase Adsense Earnings By 500%</a> If you combine this article with the information I am telling you now, you will definitely be able to increase your AdSense earnings.</p>
<p>With the information I have shown you in this article you should be able to increase your AdSense earnings and find the highest paying Adsense keywords for your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/increase-adsense-earnings-by-finding-your-websites-highest-paying-adsense-keywords/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Insert Adsense code above the main content title in Socrates</title>
		<link>http://letsbuildwebsites.com/insert-adsense-code-above-the-main-content-title-in-socrates/</link>
		<comments>http://letsbuildwebsites.com/insert-adsense-code-above-the-main-content-title-in-socrates/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 20:58:52 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[above the main content]]></category>
		<category><![CDATA[Insert adsense code]]></category>
		<category><![CDATA[Socrates]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=872</guid>
		<description><![CDATA[Adding Adsense code above the main content in your WordPress website theme is a great place for ads to blend in and look like its part of the post. It is not always good to just slap the Adsense ads directly into your posts and pages. Placing the Adsense code into the php code of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Adding <b>Adsense code above the main content</b> in your WordPress website theme is a great place for ads to blend in and look like its part of the post. It is not always good to just slap the Adsense ads directly into your posts and pages. Placing the Adsense code into the php code of your WordPress theme will enable the ads to show up on every page or post, depending where you place the code. In this tutorial I will show you how to insert the <i>Adsense code above the main content</i> in the Socrates WordPress theme, however the same steps can apply to other WordPress themes as well.</p>
<h2>Insert Adsense code above the main content title in Socrates</h2>
<p>Placing Adsense above the main content title in WordPress makes the ads look like a menu bar and they look like they belong there. Therefore when you go to an individual post page you will see the ads first and then the title of the post and then the content.</p>
<h3>There are three main places where you can insert Adsense code above the main content title in Socrates, as with most other WordPress themes.</h3>
<ol>
<li>In the Index.php</li>
<li>In the post.php ( can also be named single.php or something similar)</li>
<li>In the page.php</li>
</ol>
<p>The index.php is the main page or front page of your WordPress website. The post.php is the individual post and the page.php is the individual pages. Therefore if you place the Adsense code into the index.php only then the ads will show on the front page but not in the posts and pages.</p>
<h3>Where do I insert Adsense code above the main content?</h3>
<p>1.  Go to your<strong><em> WordPress dashboard</em></strong>.<br />
2.  In the left menu find the <strong><em>Appearance</em></strong> menu.<br />
3.  Click on the<strong><em> drop down arrow</em></strong> to see the menu. See the screen shot below.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/12/20-12-2010-6-40-19-AM.png"><img class="alignnone size-full wp-image-932" title="adsense code above the main content" src="http://letsbuildwebsites.com/wp-content/uploads/2010/12/20-12-2010-6-40-19-AM.png" alt="adsense code above the main content in Socrates" width="168" height="256" /></a></p>
<p>4.  Press on the <strong><em>Editor</em></strong> link.</p>
<p>5.  Now you will see a <strong><em>list of page templates</em></strong> to choose from on the far right.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/12/20-12-2010-6-45-11-AM.png"><img class="alignnone size-full wp-image-933" title="insert code into wordpress" src="http://letsbuildwebsites.com/wp-content/uploads/2010/12/20-12-2010-6-45-11-AM.png" alt="insert code into wordpress" width="243" height="555" /></a></p>
<p>6.  Choose the <strong><em>template</em></strong> you want to<strong><em> add the code to</em></strong>.</p>
<p>7. <strong><em> Click on the template </em></strong>and the code will come into the <strong><em>box to edit</em></strong>.</p>
<h3>Now to add the code above the main content title:</h3>
<p>1.  Go to the<strong><em> index.php </em></strong>and find<br />
<strong>&lt;div id=&#8221;im-mainContent&#8221;&gt;</strong></p>
<p>2.  Above this is where you <strong><em>put your code</em></strong>.</p>
<p>3.  To <strong><em>center your code</em></strong> use the following:</p>
<p><strong>&lt;div align=&#8221;center&#8221;&gt;</strong></p>
<p><strong>Your Adsense code here</strong></p>
<p><strong>&lt;/div&gt;</strong></p>
<p>4.  See the<strong> </strong><em><strong>screen shot</strong> </em>below.<strong><br />
</strong></p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/12/adsense-in-socrates.png"><img title="Adsense code above the main content" src="../wp-content/uploads/2010/12/adsense-in-socrates-300x174.png" alt="Adsense code above the main content" width="300" height="174" /></a></p>
<h1>Watch this video on how to Insert Adsense code above the main content</h1>
<p><object width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/huvSW79G2Ww?hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed width="425" height="344" type="application/x-shockwave-flash" src="http://www.youtube.com/v/huvSW79G2Ww?hl=en&amp;fs=1" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>You can also insert <u>Adsense code above the main content</u>  into the archives by adding the code to your archives.php.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/insert-adsense-code-above-the-main-content-title-in-socrates/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How Did I Increase Adsense Earnings By 500%</title>
		<link>http://letsbuildwebsites.com/how-did-i-increase-adsense-earnings-by-500/</link>
		<comments>http://letsbuildwebsites.com/how-did-i-increase-adsense-earnings-by-500/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 03:15:23 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[earnings]]></category>
		<category><![CDATA[Exploded My Adsense Earnings]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How I Exploded My Adsense Earnings]]></category>
		<category><![CDATA[Increase Adsense Earnings]]></category>
		<category><![CDATA[making money]]></category>
		<category><![CDATA[optimizing ads]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=807</guid>
		<description><![CDATA[I guess you are wondering if my bold question, &#8220;How did I Increase Adsense Earnings By 500%&#8221; is true? Well it is!!! And I am still in shock myself! From having a website that made an average of $20 a day, that now makes an average of $100 a day plus, and it is just [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I guess you are wondering if my bold question, &#8220;How did I <b>Increase Adsense Earnings</b> By 500%&#8221; is true? Well it is!!! And I am still in shock myself! From having a website that made an average of $20 a day, that now makes an average of $100 a day plus, and it is just crazy stuff.</p>
<p>All of those people saying you need to have 100 websites making $1 a day each really made me think that I had pushed my $20 a day website to its limits. Was I kidding myself about making any more money out of one measly website? Should I really be wasting valuable time playing around with  Google Adsense ads when I could be building more websites to make more money?</p>
<p><strong><em>Please note</em></strong> that I cannot divulge <em><strong>exact figures</strong></em> as it might be against their TOC but Adsense rocks!</p>
<h1>How Did I Increase Adsense Earnings By 500%</h1>
<p>There are some factors that I believe contributed to my Adsense earnings exploding and I am so glad that I made these decisions and take this path. What if I didn&#8217;t have the guts or courage to do what I did? What if I had stopped optimizing my Adsense ads because I thought I had reached the best earnings I could get?</p>
<p>These are all scary questions that I am asking myself, because in reality it was all touch and go.</p>
<h2>How Did I Increase Adsense Earnings On My Website?</h2>
<h3>I moved my website into WordPress to Increase Adsense Earnings</h3>
<p>This was a huge job and not an easy task. I took a huge risk as I lost pages along the way and it took about 4 weeks to complete thoroughly. I was worried the whole time, but underneath I knew that WordPress was the right content management system for me. At this stage I wiped out my earnings and just trusted myself that they would come back one day.</p>
<h3>I bought SEOpressor to help me with Onpage SEO</h3>
<p>I bought this amazing plugin called <a href="http://letsbuildwebsites.com/go/seo/seopressor.php">SEOPressor</a> and I cannot believe I did not buy this sooner! This plugin corrected all my bad on page SEO mistakes and helped me get more search engine traffic.</p>
<p>In the screen shot below you can see how <a href="http://letsbuildwebsites.com/go/seo/seopressor.php">SEOpressor works</a>. It actually scores your posts. To my absolute shock, my posts were scoring on an average of 6% and with the help of this plugin I can now tweak posts until they score at least over 80%.</p>
<p><a href="http://letsbuildwebsites.com/go/seo/seopressor.php"><img class="alignnone size-full wp-image-813" title="adsense earnings" src="http://letsbuildwebsites.com/wp-content/uploads/2010/12/adsense-earnings3.png" alt="adsense earnings" width="282" height="384" /></a></p>
<p>I suppose your asking &#8220;Whats this got to do with increasing Adsense earnings?&#8221; Well we all know that extra traffic equals more income and earnings. <a title="Top 10 Onpage SEO Techniques You Need To Know" href="http://letsbuildwebsites.com/top-10-onpage-seo-techniques-you-need-to-know/">Onpage SEO</a> is extremely important because if you do right, you get delivered targeted AdSense ads which makes your click through rate and your eCPM go up. After all, you are trying to match the ads to the content, which equals more sales. Here is a FREE PDF report from Brian Clark from Copy Blogger called <a href="http://letsbuildwebsites.com/go/compelling-content">How to write compelling content for the search engines</a>. This will help you get the right traffic.</p>
<h3>I bought Socrates. I was sick of wasting time with free WordPress Themes</h3>
<p>I do not want to go too overboard with telling you about the Socrates WordPress Theme as I have done a few posts on the subject before. Socrates has changed my life. Crazy statement, but its the truth. You can now get a free trial of this WordPress theme to check it out for yourself. <a href="http://letsbuildwebsites.com/go/socrates" rel="nofollow" target="_blank">Get more info from the Socrates Website</a></p>
<p>Also see<a title="Permanent Link to Create A Mini Site Sales Page Website With The Socrates WordPress Theme" href="../create-a-mini-site-sales-page-website-with-the-socrates-wordpress-theme/" rel="bookmark"> Create A Mini Site Sales Page Website With The Socrates WordPress Theme</a> and<a title="Permanent Link to WordPress theme for SEO and easy customization – Socrates WordPress Theme" href="../wordpress-theme-for-seo-and-easy-customization-socrates-wordpress-theme/" rel="bookmark"> WordPress theme for SEO and easy customization – Socrates WordPress Theme</a></p>
<p>I later changed my theme to Thesis and remodeled it to look like <a href="http://letsbuildwebsites.com/go/socrates" target="_blank">Socrates</a> as this is the best conversions theme I have had.</p>
<h3>I took advice from the Google Adsense team</h3>
<p>Here is a message that that the Google optimization Team sent me:</p>
<blockquote><p><span>Our system analyzed 399 pages across your domain, XXXXXX.com, and found only one Google ad unit per page on 397 of your pages. The AdSense program currently allows placing up to three ad units on each page, and we strongly suggest you do so.</span></p>
<p>Since a large portion of your site is not fully monetized, consider adding any of our top performing units (336&#215;280, 300&#215;250, 728&#215;90 or 160&#215;600) to pages currently showing only one ad in the placements our heatmap suggests:</p></blockquote>
<p>Below is the exact heatmap that the Google Optimization team sent me.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/12/adsense-earnings2.png"><img class="alignnone size-full wp-image-812" title="increase adsense earnings" src="http://letsbuildwebsites.com/wp-content/uploads/2010/12/adsense-earnings2.png" alt="increase adsense earnings" width="324" height="428" /></a></p>
<h2>What steps did I take to actually increase Adsense earnings?</h2>
<p>With all the traffic I was getting from my new <a href="http://letsbuildwebsites.com/go/seo/seopressor.php">SEOpressor plugin</a> I needed to optimize my earnings as money was flying out the door.</p>
<ol>
<li>I changed my Socrates theme to a 3 column website instead of a two. So it has the content and one column on each side. Exactly how they showed me in the picture.</li>
<li>I inserted an image ad for the 728&#215;90 ad position.</li>
<li>I inserted a text ad for the 160&#215;600 ad position.</li>
<li>I inserted a text ad for the in content 300&#215;250 ad position.</li>
</ol>
<p>These actions increased my Adsense earnings from around $20 to $30 and sometimes $40. I thought this was great! But wait&#8230;.the next day I changed one more thing.One small change and it blew me out of my chair!</p>
<p><strong><em>Please note</em></strong> that I cannot divulge <em><strong>exact figures</strong></em> as it might be against their TOC but Adsense rocks!</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/12/adsense-earnings4.png"><img class="alignnone size-full wp-image-814" title="adsense earnings optimized" src="http://letsbuildwebsites.com/wp-content/uploads/2010/12/adsense-earnings4.png" alt="adsense earnings optimized" width="330" height="428" /></a></p>
<p>My final step to <i>increase Adsense earnings</i> was to simply change the 300&#215;250 ad to an image ad.</p>
<p>I changed the ad half way through the day and got approximately  $80.00 which was a record for this website and I knew it could do better because the day was nearly over. The next day I  hit a new record of well over $200.00 for one day from one website.</p>
<p>I used to re<a href="http://letsbuildwebsites.com/PDF/Make-More-With-Adsense.pdf"><img class="size-full wp-image-1157 alignleft" title="adsense blueprint" src="http://letsbuildwebsites.com/wp-content/uploads/2010/12/cover1.png" alt="increase adsense earnings" width="222" height="257" /></a>ad other bloggers posts about how to <u>Increase Adsense Earnings</u> like <a href="http://www.problogger.net/archives/2005/02/16/is-google-adsense-making-me-rich/" rel="nofollow" target="_blank">Is Google Adsense Making Me Rich</a> by Darren Rowse and think &#8220;yeah that would never happen to me&#8221;.</p>
<p>Although I cannot show you my whole Adsense account and prove this to you even further, at least you can see the potential. Of course this screen shot might not be real. To succeed and increase Adsense earnings you need to trust yourself and believe that it can happen.</p>
<p>Need more information about increasing your Adsense earnings? Get the <a href="http://www.letsbuildwebsites.com/PDF/Make-More-With-Adsense.pdf" target="_blank">How to make more money with Adsense</a> report.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/how-did-i-increase-adsense-earnings-by-500/feed/</wfw:commentRss>
		<slash:comments>161</slash:comments>
		</item>
		<item>
		<title>Make the right Google adsense text ad for your website</title>
		<link>http://letsbuildwebsites.com/make-the-right-google-adsense-text-ad-for-your-website/</link>
		<comments>http://letsbuildwebsites.com/make-the-right-google-adsense-text-ad-for-your-website/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 06:33:11 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Adding Adsense to Wordpress]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress website video tutorials]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[Google adsense]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=135</guid>
		<description><![CDATA[This video shows you how to make adsense text ads for your website. You need to have an adsense account to do this. Designing your ads to blend into your wordpress website is very important as you want them to look like part of the furniture. The best way to do this is to have [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This video shows you how to make adsense text ads for your website. You need to have an adsense account to do this.</p>
<p>Designing your ads to blend into your wordpress website is very important as you want them to look like part of the furniture. The best way to do this is to have the background color of the ad the same as the background color on your website.</p>
<p>This is an easy task if you have a website with a white background. Please watch this video for more information.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/XvDj-DLK8A4&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/XvDj-DLK8A4&amp;hl=en_US&amp;fs=1&amp;" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>More Google adsense related videos</p>
<p><a title="Permanent Link to Ad adsense to your WordPress blog with blog control plugin" rel="bookmark" href="http://wordpress-websitebuilder.com/ad-adsense-to-your-wordpress-blog-with-blog-control-plugin/">Ad adsense to your WordPress blog with blog control plugin </a></p>
<p><a title="Permanent Link to How to put adsense ads inline with your WordPress posts" rel="bookmark" href="http://wordpress-websitebuilder.com/how-to-put-adsense-ads-inline-with-your-wordpress-posts/">How to put adsense ads inline with your WordPress posts </a></p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/04/adsense-ads.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/make-the-right-google-adsense-text-ad-for-your-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

