<?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>Richard Cummings &#187; Making Money Online</title>
	<atom:link href="http://richardcummings.info/category/making-money-online/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardcummings.info</link>
	<description>Web Consulting, Project Management, Technical Training</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:09:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Link Redirecting Vs Link Cloaking</title>
		<link>http://richardcummings.info/links-redirect-vs-link-cloaking/</link>
		<comments>http://richardcummings.info/links-redirect-vs-link-cloaking/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 12:44:59 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[affiliate acceptance]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[link cloak vs link redirect]]></category>
		<category><![CDATA[link cloaking]]></category>
		<category><![CDATA[link redirecting]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=505</guid>
		<description><![CDATA[If you promote affiliate programs, it is important to understand the difference between link redirects and link cloaking. Some affiliate programs permit both forms of link usage, some permit just one, and others may prohibit both. In this article, I will tell you why this is important, how to find out what is an acceptable practice, and what is exactly the difference between redirecting a link and cloaking a link.]]></description>
			<content:encoded><![CDATA[<p>If you promote affiliate programs, it is important to understand <strong>the difference between link redirects and link cloaking</strong>.  Some affiliate programs permit both forms of link usage, some permit just one, and others may prohibit both.  In this article, I will tell you why this is important, how to find out what is an acceptable practice, and what is exactly the <em>difference between redirecting a link and cloaking a link</em>.</p>
<p>Before you decide to put time into making money from an affiliate program, it is a good practice to consider what methods you will use to promote that particular product.  One method that I often use to promote affiliate products that works very well is article marketing.  (If you want to learn how to promote affiliate products using article marketing, I will be covering this in a future article&#8230;subscribe to <a href="http://richardcummings.info/">Richard Cummings</a> below.)</p>
<h2>What is Link Cloaking?</h2>
<p>I often achieve great affiliate success by doing article marketing combined with <strong>link cloaking</strong>.</p>
<p>Link cloaking is when you mask the identity of the real website and use <em>YourPurchasedDomain</em> instead.  This technique is very easy to do with GoDaddy.  You simply buy the name, visit the Domain Manager at GoDaddy, select the domain name that you want to <em>mask</em>, click on the &#8220;Forward&#8221; tab above, and choose &#8220;Forward With Masking&#8221; as you see in the photo below:  </p>
<p align="center"><img src="http://richardcummings.info/images/link-cloaking-at-godaddy.jpg" vspace="5" hspace="5" border="1" width="500" height="394" alt="go daddy link cloaking"></p>
<p><strong>Link cloaking has its advantages and disadvantages. </strong></p>
<p>In my mind, the one greatest advantage to link cloaking&#8211;and why I use it&#8211;is the &#8220;one hop&#8221; concept.  If you create the traditional landing page, the chances of you getting the affiliate click, and thus the revenue, are diminished significantly.  Plus, with this strategy, you do not need to create a site of your own. You are simply serving as a salesmen for a particular product and taking your commission.</p>
<p>The largest disadvantage to link cloaking is that you cannot build and promote a brand which you control.  The product is not your own and you will forever be at the mercy of others with this strategy.</p>
<p>Finally, one of the biggest reasons that you may not want to use link cloaking is that it is not an acceptable practice with that particular affiliate program.  For example, if you tried to cloak a GoDaddy link, I think you might run into some trouble.</p>
<h2>What Is A Link Redirect?</h2>
<p>A link redirect is a much more common and acceptable practice.</p>
<p>In this strategy, you are not concealing the identity of the affiliate; you are simply redirecting your link to their link.</p>
<p>Here is an example of a link redirect.  If you read my blog, you know that I am a big fan of <a href="http://richardcummings.info/resources/wordtracker.php">Wordtracker</a> and use it everyday.   As a fan of this program, I became a Wordtracker affiliate and promote this product through the <strong>redirect link</strong> that you see in the previous sentence.</p>
<p>How is this a redirect link?  Well, as you can see the link URL is my site, but the page uses a redirect to get to Wordtracker.</p>
<p>People redirect links for a number of reasons.  Some use URL redirection to conceal their affiliate IDs and more easily manage their links while others use it because it is often the only method aside from &#8220;cloaking&#8221; to place links on foreign sites (not your sites) that do accept affiliate links.</p>
<p>Redirecting a link is very easy.  It can be done through a simple php redirect or by modifying your .htaccess file (this method is slightly more technical).  To redirect direct a link using a simple PHP redirect, create a blank text file with the following content:  </p>
<p>&#60;?php<br />
header(&#8220;Location: http://youraffiliatelink&#8221;);<br />
?&#62;</p>
<p>Then, you will want to name the file with a .php extension and place it on your website.  You can then use this link to redirect visitors to your affiliate link.  </p>
<p>If you would like to accomplish this through your .htaccess file, it&#8217;s not that complicated.  In a his page entitled <a href="http://www.clickconsultants.com/using-php-to-redirect-affiliate-links">Using .htaccess to Hide Affiliate Links</a>, Derek explains this process in easy to understand terminology.</p>
<h2>Link Redirect Vs Link Cloaking and Affiliate Usage</h2>
<p>Technically, creating a cloaked link or a redirected link is not that difficult as we have seen.  What is difficult is figuring out who accepts which form of link redirection.  </p>
<p>The reason that this is difficult is because people use these terms&#8211;link cloaking and link redirecting&#8211;interchangeably when, in reality, they are completely different.  For example, an affiliate may say that they do not approve of &#8220;link redirection&#8221; when they are actually referring to cloaking.  </p>
<p><strong>Cloaking</strong> would be perceived as &#8220;deceptive&#8221; by name brand companies and they would surely ban your affiliate account.  However, it is generally an accepted practice with Clickbank products&#8211;some downright encourage it.  </p>
<p><strong>Link redirecting</strong> on your own site seems to be a commonly accepted practice that everyone does.  However, using these same link redirects on other sites&#8211;not your own&#8211;is not quite as accepted.  It is more of a grey area.  </p>
<p>For example, you will read from some people that <strong>Commission Junction does not allow link redirecting</strong> while you will read on some forums that others do it all the time.  </p>
<p>Again, much of this confusion stems from the fact that people use these terms interchangeably.  People are saying that Commission Junction does not permit redirecting a link when they are actually talking about cloaking a link.</p>
<h2>Link Redirect Vs Link Cloaking:  Summary</h2>
<p>In this article, we have demonstrated the <strong>difference between redirecting a link versus cloaking a link</strong>.  </p>
<p>In summary, each method directs you to the affiliate link but when you use &#8220;cloaking&#8221;, the URL address of YourPurchasedDomain.com stays in the URL bar.  Many affiliates do not permit this.  </p>
<p>Most affiliates permit redirecting a link.  If they didn&#8217;t permit this, hundreds of thousands of sites would be shut down immediately.  </p>
<p>This affiliate acceptance of link redirection is a little less clear if you are promoting your redirected link on other sites.  If you are uncertain of what is permitted, simply email the affiliate and ask them.  </p>
<p>After all, they are in the business of making money so why should they say &#8220;no&#8221; to a good idea!</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/links-redirect-vs-link-cloaking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thinking Tangentially:  How To Succeed Online In a Competitive Environment</title>
		<link>http://richardcummings.info/thinking-tangentially-how-to-succeed-online-in-a-competitive-environment/</link>
		<comments>http://richardcummings.info/thinking-tangentially-how-to-succeed-online-in-a-competitive-environment/#comments</comments>
		<pubDate>Thu, 27 May 2010 16:39:22 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[beat the competition]]></category>
		<category><![CDATA[choosing keywords]]></category>
		<category><![CDATA[thinking tangientally]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=426</guid>
		<description><![CDATA[When individuals or companies are trying to succeed online in the face of heavy competition, they often do one of two things:  They either give up or they employ the same strategies as their competitors.  In this article, we take a look at a concept called tangential thinking, which will enable you to succeed in competitive markets that offer great returns.]]></description>
			<content:encoded><![CDATA[<p>When individuals or companies are trying to succeed online in the face of heavy competition, they often do one of two things:  They either give up or they employ the same strategies as their competitors.</p>
<p>In this article, we take a look at a concept called <em>tangential thinking</em>, which will enable you to succeed in competitive markets that offer great returns.</p>
<p>I recently wrote an article called <a href="../../../../../making-money-online-with-commission-junction/">Making Money Online with Commission Junction</a>.  In the article, I mentioned one of the great affiliate programs with Commission Junction, the HostGator Affiliate program.  When someone signs up through one of your HostGator affiliate links, you receive in excess of $100 for that customer from Commission Junction.</p>
<p>The entrepreneur in you thinks, &#8220;Great, I can get 80 customers a month, just 2 or 3 a day, and I&#8217;ll be able to rake in about $8,000 a month.&#8221;</p>
<p>If this is you, you have the proper mindset of someone who wants to make money online.  The problem is&#8230;almost everyone has that mindset.  It&#8217;s easy to think of making all that money.  The hard part is figuring out how to do it.</p>
<p>The people who realize opportunities early on certainly have a first mover advantage.  If you type &#8220;hostgator review&#8221; into Google, look at who comes up as the first entry:  a website named <a href="http://www.hostgatorreview.org/">http://www.hostgatorreview.org/</a>.  As you can see in the <a href="http://www.networksolutions.com/whois-search/hostgatorreview.org">domain record for this domain</a>, it was registered a little over 3 years ago and now sits atop the Google rankings getting all the traffic for someone typing in &#8220;Hostgator Review&#8221;.  Suffice to say, the owner of this domain is a very solid money maker with the prescience and know-how to conquer &#8220;hostgator review&#8221; traffic.</p>
<p>Seeing this great success, people either give up their HostGator affiliate dreams thinking &#8220;<em>he already did&#8230;it&#8217;s too late</em>&#8221; or they do the exact same thing and create a <a href="http://hostgatorreview.info/">http://hostgatorreview.info</a> type of site.</p>
<p>Both responses are wrong.</p>
<p>If you give up, you will not realize any HostGator affiliate income because&#8230;<em>you gave up</em>.  However, if you do the exact same thing as HostGatorReview.org, your competition will be too steep.</p>
<p>To succeed in the face of this stiff competition, you need to learn to <em>Think Tangentially</em>.</p>
<p>We often here the word <em>tangent</em> used when someone digresses on a subject:  &#8220;Ah, he went off on a tangent and talked forever&#8221;.  The word tangent is also used in geometry meaning &#8220;making contact at a single point or along a line; touching but not intersecting.&#8221;</p>
<p>Using tangential thinking for success encompasses both of these definitions.  When you want to succeed in a stiff market, you have to look for ideas that are tangential to the main idea.  That is, ideas that &#8220;touch the topic but do not directly intersect&#8221;.</p>
<p>In the case of HostGator, the main idea would be to write HostGator Reviews (or cheap web hosting, best web hosting, reliable web hosting, etc), but, as we&#8217;ve seen, you&#8217;re too late for that.  You need to look for tangential ideas.   Ask yourself questions like:  &#8220;Who else needs information about where to host a website?&#8221;  &#8220;Are there people who need the information but don&#8217;t even know it until I tell them?&#8221;</p>
<p>When you ask yourself these questions, you may be lead to new territories, new ideas, and, most importantly, new opportunities.</p>
<p>For example, in the <em>HostGator ideas that are already taken</em> category, we see that people searching for all these terms&#8211;web hosting reviews, HostGator reviews, etc&#8211; are people who already know they need web hosting and are now looking for the best deal.</p>
<p>However, if we begin thinking tangentially, we can think of different types of searches like, &#8220;How Do I Create a Website?&#8221;, &#8220;Where Can I Register a Domain Name?&#8221;, &#8220;How Do I Get My Own Email Address?&#8221;, &#8220;Do I Need A Website?&#8221;, &#8220;My Website Went Down&#8221;, etc.</p>
<p>All of these are <em>tangential searches</em>.  They do not directly address web hosting, but HostGator has a solution for them.  You can be the one who brings these searchers the Hostgator solution and, in the process, earn very good money in an extremely crowded market.</p>
<p>To achieve tangential success, you need to think freely.  Write down all ideas that come to you&#8230;even ones that seem stupid.  If you reach a mental block, do some surfing on the Internet for terms you think might be related.  This will stimulate you and make your tangential list even longer.</p>
<p>Once you have a solid list in place, you are now on your way and you can begin having online success in a crowded market.  Remember, in the case of an affiliate like HostGator, you do not necessarily need massive traffic for solid income.  Let&#8217;s say  your &#8220;tangential lists&#8221; bring you a total of 1000 visitors a month and you receive a 1% sign-up ratio, or 10 people per month.     At over $100 per sign-up, that&#8217;s an extra $12,000 per year for a few tangential pages.  Not bad, huh?</p>
<p>Remember, you will always face stiff competition online where the rewards are plentiful.  You should not give-up nor should you try to do the same thing that everyone else is doing.</p>
<p>Thinking tangentially, you can create traffic and generate great income by identifying unexplored territories of very competitive markets!</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/thinking-tangentially-how-to-succeed-online-in-a-competitive-environment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Redirect Web Image Results To Web Page</title>
		<link>http://richardcummings.info/how-to-redirect-web-images-to-web-page/</link>
		<comments>http://richardcummings.info/how-to-redirect-web-images-to-web-page/#comments</comments>
		<pubDate>Thu, 13 May 2010 16:03:59 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[SEO/Site Promotion]]></category>
		<category><![CDATA[Technologies/Solutions]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[break out of frames plugin]]></category>
		<category><![CDATA[image redirect plugin]]></category>
		<category><![CDATA[redirect google search images]]></category>
		<category><![CDATA[Redirect Web Images]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=432</guid>
		<description><![CDATA[In this article, we will take a quick look at how to redirect Google search image results to the actual web page that hosts the image. Occasionally, there are those little things that you can do which yield large results.  This is one of them--take advantage of it!]]></description>
			<content:encoded><![CDATA[<p>In this article, we will take a quick look at how to<strong> redirect Google search image results</strong> to the actual web page that hosts the image.   </p>
<p>Why would you want to do this?  Well, you might be losing a lot of money and lot of web traffic and not even know it. </p>
<p>A client of mine recently came to me and remarked:</p>
<blockquote><p>&#8220;I recently realized in looking at my web stats that I am getting a lot of people who are looking at my web images from the Google search results.  However, I don&#8217;t benefit from that at all.  They see my image in the Google search results but never get one look at the content of my site.  Is there anything that I can do about this?&#8221;</p></blockquote>
<p>In fact, there is something that you can do about this.  </p>
<p>Many people out there are losing significant potential income because people are viewing their website images from the Google images results but not actually <em>viewing their website</em>.  </p>
<p>There is something that you can do about this and it is very easy to implement.  It is a WordPress plugin called <a target="_blank" href="http://www.g-loaded.eu/2006/01/05/break-out-of-frames-wordpress-plugin/">Break Out of Frames</a>.  This is perhaps one of the easiest plug-ins that you will ever implement that yields the biggest reward.</p>
<p>After implementing the plugin, when people view your image from the Google Image search results, the image page will be redirected to the page containing the image, rather than just the image itself.  </p>
<p>After implementing this simple little plugin, the client referenced above had 1000&#8242;s of more visits to his website monthly and drastically increased his income.</p>
<p>Occasionally, there are those little things that you can do which yield large results.  This is one of them&#8211;take advantage of it!</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/how-to-redirect-web-images-to-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Money Online With Commission Junction</title>
		<link>http://richardcummings.info/making-money-online-with-commission-junction/</link>
		<comments>http://richardcummings.info/making-money-online-with-commission-junction/#comments</comments>
		<pubDate>Thu, 13 May 2010 14:10:39 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[Web Consulting]]></category>
		<category><![CDATA[affiliate program]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[Commission Junction Advertiser Application Not Approved]]></category>
		<category><![CDATA[Commission Junction Review]]></category>
		<category><![CDATA[Make Money With Commission Junction]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=416</guid>
		<description><![CDATA[Commission Junction offers a great affiliate program enabling you to make money online but some of its operations are quite a mystery. In this article, we will take a look at how to make money with Commission Junction, why many advertisers deny your application, and what you can do about it.]]></description>
			<content:encoded><![CDATA[<p><img src="http://richardcummings.info/images/commission-junction-review.jpg" align="left" vspace="5" hspace="5" border="1" alt="Commission Junction Review"><strong><a href="http://www.cj.com">Commission Junction</a> offers a great affiliate program enabling you to make money online</strong> but some of its operations are quite a mystery.  In this article, we will take a look at how to make money with Commission Junction, why many advertisers deny your application, and what you can do about it.</p>
<h2>How to Make Money With Commission Junction</h2>
<p>There are many affiliate programs available to those who want to make money online and Commission Junction is one of the &#8220;big boys&#8221;.  <strong>Commission Junction offers a wide variety of products to promote</strong> and many of them offer very healthy commissions.  Even if you belong to other affiliate programs like Amazon or eBay, you may want to consider Commission Junction because they fulfill a niche that the others do not.</p>
<p>Let&#8217;s take a look at an example.</p>
<p>One of the most heavily promoted products on Commission Junction is Hostgator.com, the web hosting company, and they pay terrific returns (about $100) if someone signs up using your affiliate link.  Hostgator pays a large payout because they, in all likelihood, will have the customer for a very long time and earn much more than $100 from that customer.</p>
<p>This is an obvious but very important concept to focus on when making money with Commission Junction or any other affiliate online:  the more that the advertiser earns on a customer, <strong>the more that you will earn as an affiliate</strong>.  </p>
<p>However, this also means that the competition is stiff.  For example, with Hostgator, you will find their advertisements everywhere and thousands of &#8220;Hostgator Reviews&#8221; as everyone seeks to get their little share of the Hostgator commission pie.  </p>
<p>You don&#8217;t need to write a &#8220;Hostgator Review&#8221; to be get a slice of the Hostgator pie though.  Anybody who has a website is a potential promoter of Hostgator.  For example, on this website, <a href="http://richardcummings.info/">Richard Cummings</a>, people visit for many reasons and one of them is to learn about the Internet.  These people are curious about the Internet and a Hostgator promotion might serve them well.</p>
<p>Hostgator is a big fish at Commission Junction, but a bunch of little fish also make quite a nice dinner. Do you want to go after 1 sign-up for $100 or 100 sign-ups that each pay $1?  </p>
<h3>The Email Versus the Credit Card</h3>
<p>If one website asks you to submit your email and another requests your credit card, which are you more likely to provide?  </p>
<p>Exactly.</p>
<p>There are many <em>little fish</em> sign-ups available on Commission Junction that will pay a buck or two for customer information, such as an email address or a physical address, and do not require you to pull out your credit card and pay for something.  In such a CPA (cost-per-action) event, the customers are much more willing to <em>do </em>the action.  </p>
<p>Insurance and credit card companies are often willing to pay for this action.  In fact, many of them pay north of $5 simply for getting a customers name, address, and phone number.  Again, they will probably be getting a customer for life&#8211;<em>how often do you change your insurance?</em>&#8211;so, for them, this information is worth it.  </p>
<p>Once you decide what advertisers that you would like to promote, you might be faced with one unexpected problem at <em>Commission Junction</em>:  <strong>The Advertiser will deny your application</strong>.   </p>
<h2>Commission Junction:  Advertiser Application Not Approved</h2>
<p>With Commission Junction, you have to apply to each advertiser individually.  After you sign up with CJ, you will be very excited with all of the advertisers that you would like to promote.  Then, upon application, you will frequently be met with a message saying that the Commission Junction advertiser has denied your application.  This can happen &#8220;automatically&#8221; with an immediate rejection notice or afterward for those sites that do a manual review.  You may see a message like the one below:</p>
<p align="center"><img src="http://richardcummings.info/images/commission-junction-advertiser.jpg" align="left" vspace="5" hspace="5" border="1" width="484" height="95" alt="Commission Junction Advertiser Approval Message"></p>
<p>Following a review, you may receive a message such as this:</p>
<p align="center"><img src="http://richardcummings.info/images/commission-junction-advertiser-application-denied.jpg" align="left" vspace="5" hspace="5" border="1" width="530" height="99" alt="Commission Junction Advertise Not Approved"></p>
<p>Commission Junction advertisers that don&#8217;t have automatic approval are a complete mystery to me.  And, the fact is, most advertisers that you will want to work with do not have automatic approval.  </p>
<p>The whole idea of a <strong>Cost Per Action</strong> program is that the user has to take an action (more than a simple click) for you to make money.  No action, no affiliate money.  </p>
<p><strong>Why would advertisers ever refuse an affiliate?</strong>  I suppose if the action is simply providing an email, there could be massive fraud involved, but when the action is to buy the product, rejection makes no sense.</p>
<p>Be that as it may, you will often be <em>rejected by Commission Junction advertisers</em> but don&#8217;t give up after the initial rejection.  This is part of the advertiser <em>weeding out</em> process.  If you really want to advertise a certain product, use the &#8220;mail&#8221; icon in your CJ panel which allows you to email the advertiser directly.  Write a well-crafted note explaining why you want to advertise their product and how you will go about it.  About 90% of the time, the advertiser will then accept you.</p>
<h2>Making Money Online With Commission Junction:  Summary</h2>
<p><strong>Commission Junction should be an affiliate program in your making money online pool</strong>.</p>
<p>There are many advertisers that you can promote with a variety of affiliates.  For example, the Rosetta Stone Language Program can be promoted through Amazon or Commission Junction.  Often though, the online portion of a site, such as the case with Rosetta Stone or TurboTax, can only be promoted using Commission Junction.</p>
<p>After you sign up for Commission Junction, and determine the advertisers that you want to work with (big fish/small fish?), your next challenge will be to get accepted by that advertiser.  As I mentioned, they will often refuse you.  However, with a carefully worded email explaining yourself to that advertiser, you will usually get accepted.  </p>
<p>After that, the dollars await&#8230;but only if you can generate the traffic.</p>
<p>Can you generate the traffic?  </p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/making-money-online-with-commission-junction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MONEYMAKERINFO.BLOGSPOT.COM:  Blogger Account Disabled Then Re-enabled Causes Frenzy</title>
		<link>http://richardcummings.info/moneymakerinfoblogspotcom-blogger-account-disabled-then-re-enabled-causes-frenzy/</link>
		<comments>http://richardcummings.info/moneymakerinfoblogspotcom-blogger-account-disabled-then-re-enabled-causes-frenzy/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:49:35 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[blogger domain]]></category>
		<category><![CDATA[get your own domain]]></category>
		<category><![CDATA[griz]]></category>
		<category><![CDATA[http://moneymakerinfo.blogspot.com/ disabled]]></category>
		<category><![CDATA[make money for beginners]]></category>
		<category><![CDATA[make money online]]></category>
		<category><![CDATA[re-enabled]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=407</guid>
		<description><![CDATA[For those in the making money online game, this has been an eventful couple of weeks with the Google Blogger team disabling the number one "Make Money Online" blog, http://moneymakerinfo.blogspot.com/,  then mysteriously re-enabling it about one week later.]]></description>
			<content:encoded><![CDATA[<p>For those in the making money online game, this has been an eventful couple of weeks with the Google Blogger team disabling the number one &#8220;Make Money Online&#8221; blog, <a href="http://moneymakerinfo.blogspot.com/">http://moneymakerinfo.blogspot.com/</a>,  then mysteriously re-enabling it about one week later.</p>
<p>This has caused waves throughout the making money online industry for a couple reasons:  (1)  There are many who thought that having a Blogger blog was as good, if not better, than having your own domain.  And (2), it appears that Google is cracking down on stereotypical making money online blogs, or MFA (Made for AdSense) sites and especially those who use a few dirty little secrets to attract buyers.</p>
<p>Let&#8217;s first look at the site.  According to his <a href="http://www.blogger.com/profile/04033832616739339589">about page</a>, The Money Maker Info blog is owned by a gentlemen of 32 named Alan Liew.  Alan had achieved Google top results, often number one, for many <em>making money</em> search terms including the granddaddy of them all &#8220;make money online&#8221;.  By all estimates, this favored positioning earned him between $50 and $100k annually if not more.</p>
<p>Then, a little over a week ago, Google simply cancelled the blog sending Mr. Liew a message saying that his blog was a &#8220;spam&#8221; blog.  Just like that.  All income gone.</p>
<p>There was an Internet outcry over this.  You can view this <a href="http://www.warriorforum.com/main-internet-marketing-discussion-forum/206405-can-you-believe-google-deleted-alan-liews-moneymakerinfo-blogspot.html">Warrior Forum Thread</a> where one user echoes the sentiments of many:</p>
<blockquote><p><em>Wow, this is a HUGe HUGE Shock. Alan&#8217;s Site <a href="http://www.moneymakerinfo.blogspot.com/" target="_blank">www.moneymakerinfo.blogspot.com</a> is over 4 years old and has been number one for hundreds of huge Keywords including &#8216;make money online&#8217;.</em></p>
<p><em>This goes to show (as I have been saying myself) that you need to Host your Own Domain and if you use the Blogger interface to back ALL your content up. There is no excuse as use can automatically do this with Blogger.</em></p>
<p><em>That being said I am speechless about this as I have come to love Alan&#8217;s Blog. But it got flagged for Spam.</em></p></blockquote>
<p>Even bloggers who were doing everything that they could to overtake Alan Liew in the search engines cried foul with this one.  Why?  Well, the reasons given were simply not true&#8230;it is not a spam blog.  It seemed to be a gross overstepping of bounds by Google and an indication that they are truly embracing a big brother type of mentality.</p>
<p>When Google labels a blog a spam blog, the chance of having it re-instated are normally virtually nil.  However, in this case, about 5 days after the disabling of the account, the account was re-enabled with very few words from Alan himself.  Since Google owns AdSense, and the Blogger platform, people seem too fearful to talk about any of this.  I would genuinely like to know why the blog was first cancelled and then renabled, but we&#8217;ll never know because nobody will talk.  Personally, I like to think that Google listened to the folks out there negatively commenting on this and took the appropriate action.  But, again, we&#8217;ll just never know.</p>
<p>Many people take this as proof that you should never rely on a Blogger blog because it can be cancelled at Google&#8217;s sole discretion.  Rather, you should always have your own domain name so that you are not subject to the whims and limitations of another company.</p>
<p>Another very popular making money blog, <a href="http://makemoneyforbeginners.blogspot.com/">Making Money Online for Beginners</a>, which is also hosted on the Blogger platform, has received similar condemnation from Google.  In the article <a href="http://makemoneyforbeginners.blogspot.com/2010/04/making-money-online-in-2010-facelift.html">Making Money Online in 2010</a>, the author Griz makes note of the fact that Google seems determined to hit those with a penalty who write about making money online and do it too well.  He silently but conspicuously removed AdSense from his pages, from which he was reportedly earning a few thousand a month, after several emails received from the big boys.</p>
<p>Finally, in another article that references these two blogs, the author writes about <a href="http://www.makemoneyonlinewithseo.com/how-not-to-make-money-online/">How to Not Make Money Online</a> after Google de-indexed all of his sites and basically turned his $100 a day profits into nothing as his sites were too much <em>Made for AdSense</em>.</p>
<p>Is Google right in doing what they have done or are they turning into the feared big brother?</p>
<p>The answer lies somewhere in between.</p>
<p>Many people create websites simply to make money from AdSense and they do not provide real value to the visitor.  Since your place in the search engines is dictated by quality and quantity of links, these people get themselves to the top of Google by creating quality and quantity links&#8230;<em>themselves</em>.  This is not really what Google would call <em>natural</em> and Google would be justified in removing these sites.</p>
<p>However, I would add that each of the websites cited in this article, while probably engaged in significant self-promotion, are all sites that do provide value about their respective topics.  I have fairly consistently read them all and each provides significant content worthy of their Google positioning.</p>
<p>There are two things that you can take away from what happened to Alan&#8217;s site and these others.</p>
<p>One, if you are starting from scratch and want to create a serious blog, do not go with a Blogger blog or any other freebie that subjects you to the whims of others.</p>
<p>And two, if you make money from Google AdSense and talk about, you best not talk about how you manipulated the system to do it.  If you do, you&#8217;re gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/moneymakerinfoblogspotcom-blogger-account-disabled-then-re-enabled-causes-frenzy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chitika Review:  A Viable AdSense Alternative</title>
		<link>http://richardcummings.info/chitika-review-adsense-alternative/</link>
		<comments>http://richardcummings.info/chitika-review-adsense-alternative/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:45:53 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[adsense account closed]]></category>
		<category><![CDATA[AdSense Alternatives]]></category>
		<category><![CDATA[alternative to Adsense]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[Chitika Ads]]></category>
		<category><![CDATA[Chitika Adsense together]]></category>
		<category><![CDATA[Chitika Review]]></category>
		<category><![CDATA[how Chitika works]]></category>
		<category><![CDATA[Interest Based Advertising]]></category>
		<category><![CDATA[PPC Advertising]]></category>
		<category><![CDATA[search based advertising]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=295</guid>
		<description><![CDATA[In this Chitika Review, we will take a look at how Chitika works, the results Chitika achieves, and why it is a viable alternative to AdSense. AdSense Alternatives: Why? About three months ago, I decided to give other advertising programs a try as alternatives to AdSense. I did this because I had some sites that [...]]]></description>
			<content:encoded><![CDATA[<p>In this <a rel="nofollow" href="http://richardcummings.info/resources/chitika.php">Chitika</a> Review, we will take a look at <em>how Chitika works</em>, the results Chitika achieves, and why it is a viable <strong>alternative to AdSense</strong>.</p>
<h2>AdSense Alternatives:  Why?</h2>
<p>About three months ago, I decided to give other advertising programs a try as <em>alternatives to AdSense</em>.  I did this because I had some sites that I was interested in monetizing but I did not want to include those sites in my AdSense pool.</p>
<p>There are many reasons that people consider <em>AdSense alternatives</em>.  For some, they may have run into difficulty with their AdSense accounts with Google closing their account for legitimate or incomprehensible reasons (there are people who claim that their AdSense account was closed for &#8220;no reason at all&#8221;.)  Others simply do not want to dilute their AdSense sites and they choose to branch out and consider other AdSense Alternatives.</p>
<h2>Why I Chose Chitika As An AdSense Alternative</h2>
<p>After much research, my choice for an AdSense alternative was Chitika.  I thought that their ads looked professional and I liked the choices available to me.  But, most importantly, I liked their new and future strategy.  Let&#8217;s look at how Chitika approaches PPC advertising and how they compare to Google AdSense.</p>
<p>Chitika has launched a new premium service aptly called Chitika | Premium for Publishers.  I like many things about this including their initial description:</p>
<blockquote><p>&#8220;Make sure your SEO&#8217;d site is <strong>cashing in</strong> on that search engine traffic with Chitika | Premium, the world&#8217;s premiere search targeted advertising solution!&#8221;</p></blockquote>
<p>Firstly, I like that Chitika says &#8220;Make sure your SEO&#8217;d site is <strong>cashing in</strong> on that search engine traffic&#8230;&#8221;  While Google sometimes seems to frown on SEO, Chitika is telling us to <em>Go For It; Make money on that well optimized site</em>!  Most importantly though, Chitika&#8217;s new premium system works!  <strong>I know because I have seen the results!</strong></p>
<h2>How Chitika Works</h2>
<p>Chitika provides ads to visitors based on their <strong>exact search term</strong>.  This is extremely important and something that Google does not do.  While Google provides ads based on the content of the page, Chitika provides ads initiated by the search terms used.</p>
<p>Which do you think is going to provide better results?</p>
<p>Here is a sample of how a Chitika Ad looks when one searches for Magic Tricks:</p>
<p align="center">
<img src="http://richardcummings.info/images/sample-chitika-ad.jpg" vspace="2" hspace="2" border="1" width="336" height="159" alt="Chitika Adsense Alternative">
</p>
<p>You can <a rel="nofollow" href="http://richardcummings.info/resources/chitika.php">visit Chitika</a> and play around with the results it would provide based on various search terms.  There is a also a video that will show you the exact results of a sample search.</p>
<p>Do you notice anything else significant about the Chitika Ad above?  If you&#8217;re familiar with Google AdSense policies, you do.  <strong>There is an image next to the ad!</strong> While Google AdSense strictly forbids this, Chitika endorses and implements it.  Why?  Simple&#8211;<em>people click on advertisements with images</em>.  This seems like a no-brainer to me.  Chitika has it.  Google AdSense does not!</p>
<h2>Will AdSense Become Chitika-Esque?</h2>
<p>The evolution of the Chitika strategy is interesting.  Of course, Chitika acknowledges, and we all assume, that Google AdSense is the only way to go.  In fact, Chitika often refers to their solution as <em>Google-esque</em>.</p>
<p>However, one can argue that Chitika&#8217;s new premium strategy leads Google&#8217;s AdSense technology.  As I wrote about in the article entitled <a href="http://richardcummings.info/adsense-interest-based-advertising/">AdSense New Interest-Based Advertising</a>, Google is slowly changing their AdSense model from contextual to interest-based, which tracks the users Internet behaviors and provides ads accordingly.</p>
<p>We could legitimately ask:  What is more <strong>interest-based</strong> than what the user is searching on at that very moment?    Might we be saying in the future that Google AdSense is <em>Chitika-esque</em>?</p>
<h2>Show Me the Money</h2>
<p>The real question that publishers, and advertisers, need ask is this:  Which service, Chitika or AdSense, provides the most return on my investment?</p>
<p>I can only speak as a publisher of these two services.  In a three-month period of testing, Chitika and AdSense have achieved nearly similar returns, both with click-thru rates and earnings.</p>
<p>Thus, Chitika is certainly a viable alternative to AdSense.</p>
<h2>Chitika and AdSense Together</h2>
<p>The beauty of this debate is that you do not even need to decide.  <strong>Chitika can be used alongside AdSense.</strong></p>
<p>AdSense policies state that you cannot implement any form of contextual ads or ads that look too similar to AdSense.  Chitika is neither of these.  Their ads are not contextual; they are search-based.  (Ironically, they use Google&#8217;s search engine to achieve their success.)  And, they do not look like Google Ads so you will not have a problem with this either.</p>
<p>So, what happens when the traffic does not come from a search engine but from a direct link?  In this case, you have three options.</p>
<p>1)  <u>Collapse Into Nothing</u>: This does not sound like it makes a lot of sense initially, but it is actually quite clever.  By choosing collapse into nothing, you reward your frequent visitors who come via direct links.  They will not see an ad that they probably would not have clicked on anyway.</p>
<p>2)  <u>Show a Different Ad (such as AdSense)</u>:  This allows you to take advantage of AdSense and Chitika at the same time in the same space on your webpage.</p>
<p>3)  <u>Show Chitika Backfill</u>:  This will show standard, non-targeted Chitika ads.</p>
<h2>Chitika Review:  A Summary of a Great AdSense Alternative</h2>
<p>I began experimenting with Chitika as an <strong>AdSense alternative</strong>.  Frankly, perhaps like you, I thought that it would not measure up to Google AdSense on any front.</p>
<p>But I was wrong.</p>
<p>Chitika is a very professional company that implements an advertising model that equals if not exceeds that of AdSense.</p>
<p>But, for publishers, the most important question is:  Will I make as much money?  Based on my experiments, the answer is yes!</p>
<p><a rel="nofollow" href="http://richardcummings.info/resources/chitika.php">Get set up with Chitika now</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/chitika-review-adsense-alternative/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Is Wordtracker Accurate?</title>
		<link>http://richardcummings.info/is-wordtracker-accurate/</link>
		<comments>http://richardcummings.info/is-wordtracker-accurate/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 14:28:49 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[SEO/Site Promotion]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[common sense]]></category>
		<category><![CDATA[how do hurricanes form]]></category>
		<category><![CDATA[http://www.dogpile.com]]></category>
		<category><![CDATA[http://www.metacrawler.com]]></category>
		<category><![CDATA[is Wordtracker Accurate]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordtracker Accurate]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=182</guid>
		<description><![CDATA[One of the premier tools used in Keyword Research is Wordtracker.  Thus, we should all assume that Wordtracker performs impeccably and finds us the right keywords every time.  Or should we?  In this article, we will ask the question:  Is Wordtracker Accurate?]]></description>
			<content:encoded><![CDATA[<p>One of the premier tools used in Keyword Research is <a href="http://richardcummings.info/resources/wordtracker.php">Wordtracker</a>.  Thus, we should all assume that Wordtracker performs impeccably and finds us the right keywords every time.  Or should we?  In this article, we will ask the question:  <strong>Is Wordtracker Accurate</strong>?</p>
<p>As I wrote in the article <a href="http://richardcummings.info/wordtracker-vs-google-keyword-tool-keyword-research/">Wordtracker vs. Google Keyword Tool: Which is better for keyword research?</a>, I use both Wordtracker and the Google Keyword Tool to identify a solid base of keywords for articles and promotional material.  I especially like Wordtracker for long tail keywords.  This is an area in which Wordtracker excels and the Google Keyword Tool fails.</p>
<p>Occasionally, I will stumble upon some amazing long tail keywords that ostensibly would result in massive amounts of hits to an article.</p>
<p>Let&#8217;s take a look at an example.</p>
<p>Bring up the free version of Wordtracker and type in the word &#8220;hurricanes&#8221;.  What do you see?  The first entry that appears under a Wordtracker search for the keyword &#8220;hurricanes&#8221; is this:</p>
<table class="sample" border="0">
<tbody>
<tr>
<td>Searches</td>
<td>Keyword</td>
</tr>
<tr>
<td>12271</td>
<td>how do hurricanes form</td>
</tr>
</tbody>
</table>
<p><strong>More than twelve thousand people per day are searching for the term &#8220;how do hurricanes form&#8221;</strong>!!!</p>
<p>If this is the case, I will go create a website about how hurricanes form, become #1 in Google because there is not much competition, and makes loads of money with advertisers.  Life will be good and lots of money will roll in!  Right?</p>
<p><em>Right?</em></p>
<p><em></em> Regrettably, it&#8217;s not quite that easy.  Like when we find that shiny, 2-year old BMW convertible on sale for $2,500 and we think, &#8220;Wow, I have found the one in a million deal&#8221;, we need to ask the question:  <em>Is this too good to be true? </em></p>
<h2>Is Wordtracker Accurate?</h2>
<p>I use Wordtracker everyday.  It is an amazing tool for long tail keywords and keywords that I would never have considered.  On top of that, I also use common sense everyday.  And common sense tells me that there are not more than twelve thousand searches a day for the term &#8220;how do hurricanes form?&#8221;   So, what happens?  How could Wordtracker be wrong?</p>
<h3>Wordtracker and the Heisenberg Uncertainty Principle</h3>
<p>In my many years of teaching computing networking, I often demonstrated how to measure and analyze network traffic.  I invariably brought up <em>The Heisenberg Uncertainty Principle</em> in these discussions.  This principle essentially states that &#8220;to measure an activity is to modify the outcome&#8221;.   As we were analyzing network traffic (<em>an activity that creates network traffic</em>), we were modifying the results.</p>
<p><em>The Heisenberg Uncertainty Principle </em>produces similar results with Wordtracker.</p>
<p>As people using Wordtracker find exciting, hidden keyword gems, they then go out and search for that term to evaluate the competition.  This, in turn, creates many more apparent &#8220;searches&#8221; for that particular term.</p>
<p>Of course, like Heisenberg, I am theorizing.</p>
<p>In an article entitled <a href="http://www.wordtracker.com/academy/keyword-quality-and-the-wordtracker-database">Keyword quality and the Wordtracker database</a>, we read that Wordtracker maintains the purity of their results by using two sites:  <a href="http://www.dogpile.com">http://www.dogpile.com</a> and <a href="http://www.metacrawler.com">http://www.metacrawler.com</a>.</p>
<p>Wordtracker uses these sites, which purport to roll all of the search engine queries into one place, to provide quality data that cannot be manipulated by automated programs.</p>
<p>It would be an interesting undertaking to have 10,000 people search these sites for a long, silly term such as  &#8220;Why can brown paper bags help you with asthma?&#8221; and see what happens.</p>
<h2>Is Wordtracker Accurate:  Summary</h2>
<p>I know without reservation that Wordtracker is not always accurate.  I know that it is a victim of the people using it&#8230;a victim of the <em>Heisenberg Uncertainty Principle</em>.</p>
<p>I also know this.  <strong>I use Wordtracker everyday because it is the best long tail keyword analyzer.</strong></p>
<p>I have used many long tail search terms found on <a href="http://richardcummings.info/resources/wordtracker.php">Wordtracker </a>that claim to receive 2,000 hits a day and receive just that after I get the page to the #1 spot in Google.</p>
<p>So, when you find a great, obtuse long-tail keyword that seems too good to be true (like 12,000 hits a day), it might be.  However, it might just be the next big thing!  How can you tell the difference?</p>
<p>The old fashioned way:   Common Sense!</p>
<p><em>Now&#8230;I am going to go find the answer to the question&#8230;How Do Hurricanes Form? <img src='http://richardcummings.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/is-wordtracker-accurate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AdSense New Interest-Based Advertising:  The End of Mesothelioma?</title>
		<link>http://richardcummings.info/adsense-interest-based-advertising/</link>
		<comments>http://richardcummings.info/adsense-interest-based-advertising/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:15:42 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[SEO/Site Promotion]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[Austin DWI]]></category>
		<category><![CDATA[Interest Based Advertising]]></category>
		<category><![CDATA[Mesthelioma]]></category>
		<category><![CDATA[Placement Targeted Advertising]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=125</guid>
		<description><![CDATA[For a decade now, those intent on making high dollars with AdSense have sought to monopolize high paying keywords such as Mesothelioma.  With the advent of AdSense's new Interest-Based Advertising, it is reasonable to ask the question:  Are high paying keywords a thing of the past?  Is this, finally, the end of Mesothelioma?]]></description>
			<content:encoded><![CDATA[<p>For a decade now, those intent on making high dollars with AdSense have sought to monopolize high paying keywords such as Mesothelioma.  With the advent of AdSense&#8217;s new Interest-Based Advertising, it is reasonable to ask the question:  Are high paying keywords a thing of the past?  Is this, finally, the end of Mesothelioma?</p>
<h2>High Paying Keywords and Placement Targeted Advertising</h2>
<p>Historically, AdSense has relied on placement targeted advertising to deliver relevant contextual advertising to your web site visitors.  Thus, if you have a site about golf, all of the AdSense ads placed on your site would be somehow related to golf and thus appeal to your visitors.</p>
<p>Those seeking to earn high dollars with AdSense learned over time that <strong>all keywords were not created equal</strong>.  In fact, while you may earn .05 (yes, 5 cents) from an ad about toothpaste, you could earn more than $10 per click from ad about DUI or insurance.  On <a href="http://www.78hg.com/2009/03/17/top-40-high-paying-google-adsense-keywords/">this list</a>, we see that the term &#8220;Austin DWI&#8221; pays in excess of $80 (yes, 80 dollars) per click.</p>
<p>Throughout the years, the leading high paying keyword has been <strong>Mesothelioma</strong>.  Why do these terms such as &#8220;Mesothelioma&#8221; and &#8220;Austin DWI&#8221; pay so much?</p>
<p>To answer that question, we simply need to logically ask <em>Who Pays This Amount?</em> and <em>What do They Get Out of It? </em></p>
<p>For example, with &#8220;Austin DWI&#8221;, we can make some assumptions:  Austin, TX is a college town, filled with many privileged kids (and wealthy, young Dell Stockholders) who like to go out, get drunk, and have a good time.  Thus, when they get popped for a DWI, it will cost them $7-$15k to get this DWI matter resolved.  Lawyers are willing to pay $80 per click to get this return.</p>
<p>Similarly, the lawyers are willing to pay this for the term <em>Mesothelioma</em> because there are many class action suits brought about by lawyers on behalf of clients who have acquired this type of cancer in the workplace.  Again, the rewards are huge and the lawyers are willing to pay to attract their clients.</p>
<p>The pioneers of making money with AdSense all tried to capitalize on terms such as Mesothelioma and other class-action lawsuit type of words such as <em>Asbestos</em>.  In the beginning with little competition, these pioneers made lots of money.  It <em>is</em> still possible today to maximize AdSense revenue by focusing on high paying keyword topics though the competition is much more fierce.</p>
<p>However, with the switch from <strong>placement-targeted advertising</strong> to <strong>interest-based advertising</strong>, we can reasonably ask the question:  Is their party over?  Is the future chase for high paying keywords a thing of the past?  Is the new AdSense interest-Based Advertising model the end of Mesothelioma and Austin DWI?  And perhaps most importantly, how will these AdSense changes affect the AdSense revenue on your website?</p>
<h2>AdSense Interest-Based Advertising:  The Paradigm Shift</h2>
<p>AdSense is moving from away from <strong>placement-targeted advertising</strong> and towards <strong>Interest-based advertising</strong>.  Like with most things Google-based, we are not given much of the detail.  We know that this change will take place gradually and, in general, what it means.</p>
<p>Many of you have seen the notice to update your websites privacy policy.  In fact, if you check your AdSense account, you will see the notice that you should have updated your privacy policy by April 8<sup>th</sup>, 2009, which is a few months back.</p>
<p>(If you have not done so yet, be sure that you update your privacy policy now.  You are welcome to <a href="http://richardcummings.info/privacy/">use my privacy policy</a> if you would like.  Just remember to change the site name.)</p>
<p>The reason that you need to update your site&#8217;s privacy policy is for the new AdSense Interest Based Advertising.  Google&#8217;s AdSense will now place a cookie, <em>a double-dart cookie no less!</em>, on your web site visitors&#8217; computers.  This cookie will then track their Interest behaviors and, Google hopes, deliver more relevant ads to your visitors and deliver you more money.</p>
<p>Thus, with this new policy, if you have a site about football, a visitor may see an ad about teeth whitening if he or she has visited many sites about teeth whitening in the past.</p>
<p><strong>This is a great thing</strong>&#8230;except if your site has been optimized for Mesothelioma or Austin DWI.</p>
<p>If you have a site optimized for Mesothelioma, a high-paying keyword, and visitors are delivered ads about tennis shoes because they have just visited the Nike store, you may lose a lot of money.</p>
<p>Conversely though, if you run a site about tennis shoes, a visitor may be delivered an ad about Mesothelioma if they have searched for this term in the past.  This will make the average web site owner much more money than an ad about tennis shoes!</p>
<p>Does this portend the end of sites being created solely to monopolize on high paying keywords?</p>
<p>Not necessarily&#8230;for three reasons.</p>
<p>First, it is possible to opt out of Interest-Based Advertising.  To do this, visit the Google page entitled <a href="https://www.google.com/adsense/support/bin/answer.py?answer=140379&amp;cbid=1bz272m3lii3k&amp;src=cb&amp;lev=answer">Can I opt out of interest-based advertising for my site?</a> If you visit this page, you will see all the warnings and disclaimers which basically say, &#8220;If you opt out, we don&#8217;t like you anymore.&#8221;  I don&#8217;t think many people will opt out but it is an option.</p>
<p>Second, Google has indicated that their model will be somewhat of a hybrid&#8230;a combination of content and cookie based advertising.  This means that, if you have a site optimized for Mesothelioma, you may see two ads for Mesothelioma and two ads for q-tips.</p>
<p>And finally, third&#8230;follow the money.  Google is not in the business to decrease revenue.  While they want to improve the user-experience, they will not easily throw-away a cash cow.  When you hear that a click pays $20-$80, guess who takes more than half of that?</p>
<h2>Interest-Based Advertising vs Placement Targeted Advertising:  Summary</h2>
<p>Google&#8217;s new AdSense Interest-Based Advertising benefits most web-site owners.  The goal of the program is to provide more relevant ads based on a visitors Internet patterns, achieve more ad clicks, and make you more money which of course makes Google more money.</p>
<p>However, if you create a site based solely on high-paying keywords, you will not like this new policy.  As mentioned, you can opt out of the Interest-Based Advertising policy but you probably will not because then you are opting out on all of your websites.  And if the new program works, Google may eventually do away with Placement Targeted Advertising all together.</p>
<p>So, does Interest-Based Advertising signal the end of Mesothelioma and other high paying keyword sites?</p>
<p>Not immediately&#8230;but one can sense the end may not be to far off&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/adsense-interest-based-advertising/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Your Amazon Affiliate Store Makes No Money&#8230;and Others Do</title>
		<link>http://richardcummings.info/amazon-affiliate-store/</link>
		<comments>http://richardcummings.info/amazon-affiliate-store/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 20:51:19 +0000</pubDate>
		<dc:creator>Richard Cummings</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[Amazon Affiliate Store]]></category>
		<category><![CDATA[Amazon Affiliate Store SEO]]></category>
		<category><![CDATA[Amazon Store Make Money]]></category>
		<category><![CDATA[Amazon Store Make Money doesn't make money]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[associate-o-matic]]></category>
		<category><![CDATA[inbound links]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[The Easy Store]]></category>

		<guid isPermaLink="false">http://richardcummings.info/?p=113</guid>
		<description><![CDATA[Have you set up an Amazon Affiliate Store in the hopes of making some big money and come to find out that all the work you did produced no results?  In this article, we'll take a look at why your Amazon Affiliate Store makes no money, why other Amazon Affiliate Stores DO make money, and what you can do about.]]></description>
			<content:encoded><![CDATA[<p>Have you set up an <strong>Amazon Affiliate Store</strong> in the hopes of making some big money and come to find out that all the work you did produced no results?  In this article, we&#8217;ll take a look at why your <em>Amazon Affiliate Store</em> makes no money, why other Amazon Affiliate Stores DO make money, and what you can do about.</p>
<p>The fact is most Amazon Affiliate Stores fail miserably without ever achieving even one sale.</p>
<p>The reasons for this will be evident to you after we explore the SEO, <em>or non-SEO as the case may be</em>, nature of an Amazon Affiliate Store.</p>
<p>Solid SEO is comprised of essentially two things:  (1)  A well-structured web page (see Heading Tags) that efficiently uses an in-demand set of keywords (see keyword research).  And (2),  a solid inbound link campaign whereby most links contain anchor text using the chosen keywords.</p>
<p>So, let&#8217;s look at your Amazon Affiliate Store with those two things in mind.</p>
<p>When we look at point number 1 in relation to the Amazon Affiliate Store web pages, the bottom line is that you have little to no control over the content.  For the most part, your Amazon Affiliate store is filled with pages of duplicate content.  The only control you have is the text that you are able to write on the first page and the category pages&#8230;and even that is somewhat limited.</p>
<p>Let&#8217;s look at a random Amazon Store that I have selected:  <a href="http://astore.amazon.com/gracoproducts1-20">Graco Products</a>.  (There, I have just given them an extra link!)  This store is hyper-focused on selling Graco Products, a company who apparently sells lots of stuff for kids.</p>
<p>On this page, we are able to see where the creator of this Amazon Affiliate Store has control.   He or she can control the title and the description on the webpage.  This is the only part of the page over which he/she has dominion.  The rest is non-unique content that many other websites will have before you (especially Amazon!).  We can see that the non-unique content, at the top under &#8220;Graco Products&#8221; is simply filled with keywords in the hopes of getting some search engine traffic.  If you click on one of the category links to the right, you will see the same holds true for the category pages&#8211;a lot of keywords followed by the built-in, non-unique, Amazon content.</p>
<p>Then, we can ask, are these pages well-structured?  The answer is&#8230;<em>sort-of</em>.  These pages do not have H1 Heading tags (a quick way to check this is with the SEO Book), but many of the product pages have solid H2 tagging.  However, given that the content is not-unique, a well-structured OPSEO page will really get them nowhere.</p>
<p>Thus, an Amazon Affiliate Store fails on the first point of SEO.  There are not many opportunities for truly unique content, no opportunities to keyword optimize detail pages, and not much of a choice in the way of optimizing heading tags (though the stores do allow for a semblance of customizing CSS).</p>
<p>Does this mean that there is no point in creating an Amazon Affiliate Store?  Not necessarily.  There are many Amazon Affiliate Store pages making A LOT of money on the Internet right now.</p>
<p>We need look no further than the Graco Products Store that we have just visited.  I truly chose this store at random simply by typing<em> http://astore.amazon.com/</em>&#8230; into google.  Frankly, I thought the store would be nothing because the home page has no page rank.</p>
<p>However, I have just clicked on the <a href="http://astore.amazon.com/gracoproducts1-20?_encoding=UTF8&amp;node=1">Graco Stroller</a> category  and realized that it currently has a pagerank of 4 (<em>in a review of this article on August 13, this pagerank has disappeared</em>), which is huge for this type of site.  Does that mean that the keyword-stuffed description actually works?  It helps&#8230;but not a lot.</p>
<p>This page must succeed in criteria number 2, which as you&#8217;ll recall is this:  <strong>&#8220;&#8230;a solid inbound link campaign whereby most links contain anchor text using the chosen keywords.</strong>&#8221;</p>
<p>I have not even checked this out but I know it to be true.  <strong>The bottom line with Amazon Affiliate Stores is that you have to choose hyper-focused topics (like Graco Strollers) and then build massive inbound links</strong>.</p>
<p>Let&#8217;s head over to Yahoo Site Explorer and have a look.  There, we can see the number of inbound links to this page.  And, as we see, this page currently has about 1,500 external inbound links.  Not bad for a stroller page&#8230;though I still get nothing in google for this site on a <em>Graco Strollers</em> search.</p>
<p>So, we realize that an Amazon Affiliate Store only succeeds with massive inbound links.  Let&#8217;s find some Amazon Affiliate Stores who score really big.</p>
<p>If you have kids, you know that they love Webkinz.  Well, check out who is #2 in the google listings for Webkinz just below the authentic Webkinz site.  Yes, it&#8217;s an Amazon Affiliate <a href="http://astore.amazon.com/webkinz-pet-20">Webkinz Pet Store</a> (I&#8217;m so nice with links.)  This site has a pagerank of 5 and more than 10,000 inbound web links.</p>
<p>Like the Nintendo DS Lite?  If you type <em>buy Nintendo DS Lite</em>, in google, the fifth entry down is an Amazon Affiliate Store called  <a href="http://astore.amazon.com/buynintendodslite-20">Buy Nintendo DS Lite</a>.  Is he/she successful because the site is called &#8220;Buy Nintendo DS Lite&#8221; or that he has that name in the URL?  Those do factor in, but with an Amazon Affiliate Store, it&#8217;s the amount  and the quality of inbound links.</p>
<p>Can you be competitive in your chosen Amazon Affiliate Store Niche?  Well, as we have seen, the real question is, &#8220;can you beat the competition in the amount and quality of inbound links?&#8221;  The best tool to discover this is <a href="http://richardcummings.info/resources/seoelite.php">SEO Elite</a> which will tell you all that you need to know about competitors links including:  amount of inbound links, page rank of the inbound linking site, and, most importantly, the anchor text used for the link.</p>
<p>If you can best the competition in those categories, you too will have a successful Amazon Affiliate Store.</p>
<p><strong>PS:</strong>  There are some different Amazon Affiliate Store opportunities out there that may interest you more such as Associate * O * Matic, which you can download and install for free to try it out.  Associate * O * Matic creates an Amazon Affiliate Store with much improved SEO and less duplicate content.  The Easy Store offers a similar product.</p>
<p><strong>PPS:</strong>  If you would like to learn how to create truly unique Amazon content, I will be writing a series on creating unique Amazon pages using an XML feed in the near future.  You can subscribe to my site via <a href="http://feeds2.feedburner.com/richardcummings/Professional">newsfeed</a> or <a href="http://feedburner.google.com/fb/a/mailverify?uri=richardcummings/Professional">email</a> to be automatically informed of the updates.  </p>
]]></content:encoded>
			<wfw:commentRss>http://richardcummings.info/amazon-affiliate-store/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

