<?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>Free Blog Startup Guide</title>
	<atom:link href="http://freeblogstartupguide.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://freeblogstartupguide.com</link>
	<description>Start to finish instructions for blogging for fun or profit</description>
	<lastBuildDate>Wed, 09 Jun 2010 13:43:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extreme Google AdSense Optimization &#8211; It Works!</title>
		<link>http://freeblogstartupguide.com/make-money-blogging/extreme-google-adsense-optimization-it-works/</link>
		<comments>http://freeblogstartupguide.com/make-money-blogging/extreme-google-adsense-optimization-it-works/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 02:04:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[AdSense Articles]]></category>
		<category><![CDATA[How to Make Money by Blogging]]></category>
		<category><![CDATA[adsense optimization]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[make money on the internet]]></category>

		<guid isPermaLink="false">http://freeblogstartupguide.com/?p=842</guid>
		<description><![CDATA[This method of Google AdSense ad placement is perhaps more effective than any other you will try!]]></description>
			<content:encoded><![CDATA[<p></p><p>If you want people to actually see your contextual ads (and thus be more likely to click on an ad of something of interest), you need to avoid <a href="http://en.wikipedia.org/wiki/Ad_blindness" target="_blank">ad blindness</a>. Ad blindness is where people are so used to seeing an ad at the top of your page or on the sidebar that they consciously or unconsciously tune out to the ad.</p>
<p>So here is how you avoid it: Place a HUGE 500 wide by 250 high block of Google AdSense that is in the middle of your post/page. This is accomplished by using <em>two</em> 250&#215;250 text ads side by side in a table, as shown in the screen shot below.<br />
<a href="http://freeblogstartupguide.com/wp-content/uploads/2010/06/250ads.jpg"></a></p>
<p><a href="http://freeblogstartupguide.com/wp-content/uploads/2010/06/250ads.jpg"><img class="alignnone size-full wp-image-843" title="250ads" src="http://freeblogstartupguide.com/wp-content/uploads/2010/06/250ads.jpg" alt="" width="540" height="339" /></a></p>
<p>The drawback of this, however, is that on blog posts, you are limited to only 1 post displayed at a time since if you display 2 or more, you violate Google&#8217;s terms that limit the number of ad units displayed to 3. (Each block contains two ad units) You can, however, use this display on pages of your WordPress blog or on standalone pages of a website. Also, you can use this method on a Blogspot blog pages (as opposed to posts) since only 1 is displayed at a time.</p>
<p>Here is how you do this:</p>
<ol>
<li>Set up code on Google AdSense for a 250&#215;250 text ad that matches your site colors.</li>
<li>Set up a channel on Google for your new ads so you can track results.</li>
<li>Copy the code Google provides and paste it into the code shown in <a href="http://freeblogstartupguide.com/googleads2.txt" target="_blank">this file</a> after you save the file to your computer  first.</li>
<li>Copy the code of the text file with your ad code inserted into your blog page or post approximately in the middle of your page or post. Note that you will need a blog text body area of at least 500 pixels to do this &#8211; otherwise the larger table might distort your blog. Note that there is a better way to include this code &#8211; use what is called a server-side include. See below.</li>
</ol>
<p><strong>Using a Server-Side Include</strong><br />
One problem with simply pasting in the code for the table containing  two Google AdSense ads is that sometime down the line you might change your blog template and font colors.  Then, all your Google Ads will not match and you will have to switch them out, one by one. Or, perhaps you want to try some ad other than AdSense for a short time &#8211; again, you will have to replace code on <em>all</em> your pages, one at a time! If you have a hundred such tables, that is a lot of work!  The solution to this is to use a Server Side Include to input the contents of a file into your page. This way, if you need to change the ad code, you only have to change it on ONE file, not 100+ files! <em>One</em> file changed produces changes on <em>all</em> the pages it is loaded onto. Here is how you do it:</p>
<p><strong>On a WordPress Blog</strong></p>
<ol>
<li> Install the plugin <em>Include It</em>. To do this, simply search for &#8220;Include It&#8221; as a plugin and it will be the top result you find.</li>
<li>Save the code you created for the ads as a text file called adcode.txt (or whatever you want to name it). To save as a text file, use wordpad, notepad, or an html editor.</li>
<li>Upload your text file to the root directory of your hosted site using your hosting control panel or some ftp tool. The root directory will be the same location as where your index.php file is located. <a href="http://coreftp.com" target="_blank">Coreftp.com</a> is a good free tool if you want to give this a try, but your hosting control panel will work as well.</li>
<li> Insert the code shown below wherever you want the code to be inserted.<br />
<a href="http://freeblogstartupguide.com/wp-content/uploads/2010/06/adcode1B.jpg"><img class="alignnone size-full wp-image-860" title="adcode1B" src="http://freeblogstartupguide.com/wp-content/uploads/2010/06/adcode1B.jpg" alt="" width="176" height="28" /></a></li>
</ol>
<p><strong>On a Non-Blog HTML Website</strong></p>
<ol>
<li>Save the code you created for the ads as a text file called adcode.txt (or whatever you want to name it).</li>
<li>Upload your text file to the root directory of your hosted site using your hosting control panel or some ftp tool like <a href="http://coreftp.com/" target="_blank">Coreftp.com</a>. The root directory will be the same location as where your index.html file is located.</li>
<li> Insert the code shown below wherever you want the code to be inserted in the same folder as where the page resides.<br />
<a href="http://freeblogstartupguide.com/wp-content/uploads/2010/06/adcode2.jpg"><img class="alignnone size-full wp-image-851" title="adcode2" src="http://freeblogstartupguide.com/wp-content/uploads/2010/06/adcode2.jpg" alt="" width="236" height="32" /></a></li>
<li>Insert the code shown below if your page resides in some sub-folder or sub-directory.<br />
<a href="http://freeblogstartupguide.com/wp-content/uploads/2010/06/adcode3.jpg"><img class="alignnone size-full wp-image-852" title="adcode3" src="http://freeblogstartupguide.com/wp-content/uploads/2010/06/adcode3.jpg" alt="" width="315" height="46" /></a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://freeblogstartupguide.com/make-money-blogging/extreme-google-adsense-optimization-it-works/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make Money Online With Affiliate Marketing</title>
		<link>http://freeblogstartupguide.com/make-money-blogging/make-money-online-affiliate-marketing/</link>
		<comments>http://freeblogstartupguide.com/make-money-blogging/make-money-online-affiliate-marketing/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:27:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[How to Make Money by Blogging]]></category>
		<category><![CDATA[Search Engine Rankings]]></category>
		<category><![CDATA[income]]></category>
		<category><![CDATA[make money]]></category>
		<category><![CDATA[make money on the internet]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://freeblogstartupguide.com/?p=741</guid>
		<description><![CDATA[Affiliate marketing involves the following process:

 You create a website or blog.
You find a merchant that has an affiliate program for products you would like to promote on your site. You join the merchants program.
The merchant provides you with linking code. This code will build a tracking link or banner on your site.
Your site visitors [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Affiliate marketing involves the following process:</p>
<ol>
<li> You create a website or blog.</li>
<li>You find a merchant that has an affiliate program for products you would like to promote on your site. You join the merchants program.</li>
<li>The merchant provides you with linking code. This code will build a tracking link or banner on your site.</li>
<li>Your site visitors click on either the text link or banner and is taken to the merchant&#8217;s site. A tracking cookie is then sent to the visitors computer. This cookie is as harmless as the cookies used to remember passwords or settings for sites like weather sites. But the significance of this cookie is that it will track your sale even days or months later if it has not been overwritten by another cookie or removed by some other means.</li>
<li>If the visitor from your site purchases a product and the sale is tracked (most sales made immediately are tracked), then you will be awarded a commission. Commissions generally are 3-15% of the purchase price.</li>
</ol>
<p>This all sounds very nice, especially since the merchant is handling all of the ordering, shipping, and customer service. Your links earn you money without any effort on your part! There are a few problems however:</p>
<ul>
<li>Once the visitor finds the merchant site, they will go directly to the merchant site (rather than your site) for future purchases.</li>
<li>You are in competition against very large shopping sites like Pricegrabber.com, Shopping.com and others that do affiliate marketing in a very <em>big</em> way.  These sites offer comprehensive comparison shopping features that you as an individual could never match.</li>
<li>Major search engines like Google will place small affiliate shopping sites very low in the results if they only offer products and banners and little unique content. Part of the reason for this is that your affiliate product links will be considered as duplicate content since perhaps hundreds of other affiliates will have exactly the same product links. This was not always the case, but it certainly is the case now.</li>
</ul>
<p>So, is affiliate marketing still a viable means of making money? Yes, if you do it right. And here is what you must do:</p>
<p>Pick out a niche that gets a fair amount of traffic, yet is something you can create an extensive content site on. Google loves putting good content sites near the top of the search heap! In my page on <a href="http://freeblogstartupguide.com/blogging-platform/what-should-i-blog-about/">What Should I Blog About</a>, I point out the example of the 57 Chevy topic. This would be an excellent topic to blog about as well as an excellent topic to promote affiliate products! That is, of course assuming you are willing to become an expert on the 57 Chevy, if you are not already one. Owning your own 57 Chevy to work on and blog about would be a big plus! (Believe me, if I had one and worked on it a lot, I would have a 57 Chevy blog or site!) You could write all kinds of content pages, get involved in auto communities, and then <em>work in</em> your affiliate links as text links, used in context throughout your site where appropriate. You could also create some product pages, but your first emphasis would be to create a good content-rich site.  You could find auto merchants with affiliate programs at <a href="http://www.shareasale.com/" target="_blank">Shareasale</a> (my favorite network) or <a href="http://cj.com/" target="_blank">Commission Junction</a> or from other networks as well. By narrowing your focus to one where you have expertise and are willing to create extensive posts on such things as repair procedures or detailing methods, <em>you</em> then have the advantage. And with enough effort you can be at or near the top of the search results for the given topic with your site featuring valuable content. Just remember the key word: <em>value</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://freeblogstartupguide.com/make-money-blogging/make-money-online-affiliate-marketing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

