<?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>AJ McClary - User Experience Consultant &#187; Affiliate Programs</title>
	<atom:link href="http://www.ajmcclary.com/tags/affiliate-programs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajmcclary.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 00:48:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Mask Your Affiliate Links</title>
		<link>http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html</link>
		<comments>http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 19:31:39 +0000</pubDate>
		<dc:creator>A.J. McClary</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Affiliate Programs]]></category>
		<category><![CDATA[Link Masking]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://www.amazingdesignsecrets.com/how-to-mask-your-affiliate-links.html</guid>
		<description><![CDATA[Masking affiliate links is very important, and in this lesson, I&#8217;m going to show you how to do it with ease. A lot of affiliates do not mask their affiliate links and they&#8217;re loosing money because of lost traffic because of it. Here are a few reasons why they need to be hidden: Google can [...]]]></description>
			<content:encoded><![CDATA[<p>Masking affiliate links is very important, and in this lesson, I&#8217;m going to show you how to do it with ease. A lot of affiliates do not mask their affiliate links and they&#8217;re loosing money because of lost traffic because of it. Here are a few reasons why they need to be hidden:</p>
<ul>
<li>Google can recognize an affiliate link when they see one. It&#8217;s a simple algorithm really, if Google crawls a hyper link that forwards to another hyper link, it can easily assume that the link is an affiliate link and it will either lower your Quality Score (if promoting through Google AdWords) or lower your PageRank (if promoting through SEO).</li>
<li>People are getting smarter and they notice when they see *.*.clickbank.net&#8230;or if they see a hyper link with a number next to it, they&#8217;re getting sent to a website that is trying to sell them something.</li>
<li>If you&#8217;re promoting your website through e-mail marketing, SPAM filters are getting smarter every day and if one affiliate screws up, it ruins it for everyone trying to use similar hyper links from the same domain.</li>
</ul>
<p>Here are a few methods to solve this problem:<span id="more-124"></span></p>
<p><strong>The META Refresh Method</strong></p>
<p>This method basically instructs your web browser to automatically refresh the web page after a given time interval&#8211;in this case 0 seconds. Simply create a web page, something like &#8220;RegistryMechanic.html&#8221; and place this in the HEAD section of the web page page:</p>
<blockquote><p><code>&lt;meta http-equiv="refresh" content="0;url=http://www.amazingdesignsecrets.com" /&gt;</code></p></blockquote>
<p>After you&#8217;ve created that page, you simply need to place a hyper link to &#8220;amazingdesignsecrets.html&#8221;. But WAIT, there is an extra step that most webmasters forget to do, you need to add rel=&#8221;nofollow&#8221; to your tag. Here is an example of how it should look:</p>
<blockquote><p><code>&lt;a href="amazingdesignsecrets.html" rel="nofollow" target="_blank"&gt;Amazing Design Secrets&lt;/a&gt;</code></p></blockquote>
<p>The reason you need to add NOFOLLOW to your REL element is because Google will still craw your redirect and detect an affiliate link. You need to tell GOOGLEBOT to not craw that hyper link.</p>
<p><strong>The Server Redirect Method</strong></p>
<p>This method is a bit more advanced, but is probably the most effective in my opinion. To create a redirect on the server, simple create a dynamic web page in whatever language your server supports (ASP, PHP, etc.) and create the redirect in the code. Here is an example of a PHP redirect:</p>
<blockquote><p><code>&lt;?php<br />
header( 'Location: http://www.amazingdesignsecrets.com' ) ;<br />
?&gt;</code></p></blockquote>
<p><strong>Here is an example of a ASP Redirect</strong></p>
<blockquote><p><code>&lt;%<br />
Response.Redirect "http://www.amazingdesignsecrets.com"<br />
%&gt;</code></p></blockquote>
<p><strong>Here is an example of a JSP redirect</strong></p>
<blockquote><p><code>&lt;%<br />
response.setStatus(301);<br />
response.setHeader( "Location", "http://www.amazingdesignsecrets.com" );<br />
response.setHeader( "Connection", "close" );<br />
%&gt;</code></p></blockquote>
<p><strong>Here is an example of a CGI/Perl Redirect</strong></p>
<blockquote><p><code>$q = new CGI;<br />
print $q-&gt;redirect("http://www.amazingdesignsecrets.com");<br />
</code></p></blockquote>
<p><strong>The HTACCESS 301 Method</strong></p>
<p>If you have an Apache server, you have the option to have a 301 redirect in your HTACCESS file. You need to edit your HTACCESS file and add the following:</p>
<blockquote><p><code>Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} ^amazingdesignsecrets.com [nc]<br />
rewriterule ^(.*)$ http://www.amazingdesignsecrets.com/$1 [r=301,nc]</code></p></blockquote>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;title=How+to+Mask+Your+Affiliate+Links" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;title=How+to+Mask+Your+Affiliate+Links" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;title=How+to+Mask+Your+Affiliate+Links&amp;desc=Masking%20affiliate%20links%20is%20very%20important%2C%20and%20in%20this%20lesson%2C%20I%27m%20going%20to%20show%20you%20how%20to%20do%20it%20with%20ease.%20A%20lot%20of%20affiliates%20do%20not%20mask%20their%20affiliate%20links%20and%20they%27re%20loosing%20money%20because%20of%20lost%20traffic%20because%20of%20it.%20Here%20are%20a%20few%20reasons%20why%20they%20need%20to%20be%20hidden%3A%0A%0A%09Google%20can%20recogniz" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;t=How+to+Mask+Your+Affiliate+Links" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;title=How+to+Mask+Your+Affiliate+Links&amp;srcUrl=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;srcTitle=How+to+Mask+Your+Affiliate+Links&amp;snippet=Masking%20affiliate%20links%20is%20very%20important%2C%20and%20in%20this%20lesson%2C%20I%27m%20going%20to%20show%20you%20how%20to%20do%20it%20with%20ease.%20A%20lot%20of%20affiliates%20do%20not%20mask%20their%20affiliate%20links%20and%20they%27re%20loosing%20money%20because%20of%20lost%20traffic%20because%20of%20it.%20Here%20are%20a%20few%20reasons%20why%20they%20need%20to%20be%20hidden%3A%0A%0A%09Google%20can%20recogniz" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=How+to+Mask+Your+Affiliate+Links&amp;body=Link: http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Masking%20affiliate%20links%20is%20very%20important%2C%20and%20in%20this%20lesson%2C%20I%27m%20going%20to%20show%20you%20how%20to%20do%20it%20with%20ease.%20A%20lot%20of%20affiliates%20do%20not%20mask%20their%20affiliate%20links%20and%20they%27re%20loosing%20money%20because%20of%20lost%20traffic%20because%20of%20it.%20Here%20are%20a%20few%20reasons%20why%20they%20need%20to%20be%20hidden%3A%0A%0A%09Google%20can%20recogniz" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;title=How+to+Mask+Your+Affiliate+Links&amp;summary=Masking%20affiliate%20links%20is%20very%20important%2C%20and%20in%20this%20lesson%2C%20I%27m%20going%20to%20show%20you%20how%20to%20do%20it%20with%20ease.%20A%20lot%20of%20affiliates%20do%20not%20mask%20their%20affiliate%20links%20and%20they%27re%20loosing%20money%20because%20of%20lost%20traffic%20because%20of%20it.%20Here%20are%20a%20few%20reasons%20why%20they%20need%20to%20be%20hidden%3A%0A%0A%09Google%20can%20recogniz&amp;source=AJ McClary - User Experience Consultant" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;t=How+to+Mask+Your+Affiliate+Links" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;title=How+to+Mask+Your+Affiliate+Links" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;title=How+to+Mask+Your+Affiliate+Links" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=UX+Blog+Post+-+How+to+Mask+Your+Affiliate+Links+-+http://b2l.me/3cgqy&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html&amp;submitHeadline=How+to+Mask+Your+Affiliate+Links&amp;submitSummary=Masking%20affiliate%20links%20is%20very%20important%2C%20and%20in%20this%20lesson%2C%20I%27m%20going%20to%20show%20you%20how%20to%20do%20it%20with%20ease.%20A%20lot%20of%20affiliates%20do%20not%20mask%20their%20affiliate%20links%20and%20they%27re%20loosing%20money%20because%20of%20lost%20traffic%20because%20of%20it.%20Here%20are%20a%20few%20reasons%20why%20they%20need%20to%20be%20hidden%3A%0A%0A%09Google%20can%20recogniz&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.ajmcclary.com/how-to-mask-your-affiliate-links.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Promoting Someone Else’s Product</title>
		<link>http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html</link>
		<comments>http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html#comments</comments>
		<pubDate>Wed, 19 Dec 2007 15:06:55 +0000</pubDate>
		<dc:creator>A.J. McClary</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Affiliate Programs]]></category>
		<category><![CDATA[Resell Rights]]></category>

		<guid isPermaLink="false">http://www.amazingdesignsecrets.com/promoting-someone-else%e2%80%99s-product.html</guid>
		<description><![CDATA[Promoting an existing product is one of the easiest ways to make money on the internet. In fact, most of the &#8220;get-rich-schemes&#8221; that involve online marketing are affiliate based. The concept is simple, you sign up for an affiliate program for a specific product, you receive a special URL with a unique ID tied to [...]]]></description>
			<content:encoded><![CDATA[<p>Promoting an existing product is one of the easiest ways to make money on the internet. In fact, most of the &#8220;get-rich-schemes&#8221; that involve online marketing are affiliate based. The concept is simple, you sign up for an affiliate program for a specific product, you receive a special URL with a unique ID tied to your name, and when you promote that special link, you get credit for the sale.<span id="more-90"></span></p>
<p>he first step to promoting a product online is to find an affiliate program for a &#8220;high gravity&#8221; product that pays out high commissions. As I mentioned in the last chapter, affiliates should not sign up for an affiliate program unless they are making at least $30 off of it. Since most programs involve digital products, it might be wise to not join programs that pay lower than 75% because of possible product returns (which result in lost commissions). To find the right affiliate program I recommend going to <a href="http://www.amazingdesignsecrets.com/u/3" rel="nofollow">ClickBank</a> and choosing a product in their marketplace to promote.</p>
<p>Once you find a product that has a high gravity rating, pays a high commission, and seems to be a high quality product, the best thing to do is contact the product developer. I like to explain that I&#8217;m an affiliate and want to promote his or her product and I usually ask for a free complimentary copy-and they usually give me a copy no questions asked. It also helps to tell them exactly what you are trying to do because they might have feedback that can help you. For example, when promoting Jamorama, I used Google AdWords to advertise my guitar lesson review. The great people at Rock Star Recipes were kind enough to tell me to exclude the entire county of the Philippines from advertising because traffic from that country usually results in several clicks but very little sales. I also learned from Jamorama that the only countries that actually generate conversions of 1% or better are USA, UK, Canada, Australia, Singapore, Netherlands, New Zealand, France, Norway, Italy, Ireland, Hong Kong, Denmark, Chile, Switzerland, Austria, Croatia, Slovakia, Estonia, Iceland, Bahrain, Trinidad and Tobago, Qatar, Bermuda, Kazakhstan, Zambia, Antigua and Barbuda, and South Africa. This saved me hundreds of dollars in lost revenue just by contacting to product owner.</p>
<p>The next thing you need to do is figure out how you&#8217;re going to promote this product. Do you have a mailing list? Statistics show that a good mailing list will have the highest conversions out of any other media. Are you going to use Pay per Click advertising? If you are, I recommend creating a review website with an honest review of the product and place your affiliate link within the body of the review. This usually results in the best conversions when advertising throughout a review page. It is also important, however, to have many relevant articles on your website to prevent Google from flagging you as spam.</p>
<p>Another way to generate money as an affiliate is to create a web page where you collect e-mail addresses from people that are interested in the topic. Creating a page with a form and offering some kind of bonus for signing up for your list can have many benefits. First off, you gain a very valuable piece of information: the e-mail address of someone that is interested in a particular category of products. Now, you have the ability to market several products to a person over a specific period of time. I like to use <a href="http://www.amazingdesignsecrets.com/u/4" rel="nofollow"></a><a href="http://www.amazingdesignsecrets.com/u/4" title="">GetResponse</a> for this service because it allows me to collect e-mail addresses and do certain things with it.<br />
Some affiliates find success by building web pages that advertise part of the sales copy for the product and offer a special bonus or rebate to customers who purchase the product via their affiliate link. Of course, you need to read the terms and conditions of your affiliate program before you use this concept. <a href="http://www.amazingdesignsecrets.com/u/3" rel="nofollow">ClickBank</a>, for example, does not allow its affiliates to offer rebates to their customers and neither do several other affiliate managers.</p>
<p>One method affiliate marketers use to sell their products is by writing very extensive and quality articles for customers to read. The concept is that you write content that people want to read, overtime Google rates you well in the search engines, and you use your articles to sell you product. This is a very effective way to sell products because the sales are done subliminally and everybody wins. You can also compliment your articles with Google AdSense, which allows you to have advertisers fund your website. Really good websites can generate thousands of dollars per month in AdSense revenue alone!</p>
<p>If becoming an affiliate marketer is something of interest to you, then I recommend signing up for Affilorama. I&#8217;ve been using it for years and absolutely love the product. It has helped me generate a lot of extra income from affiliate programs and I believe it&#8217;s a must for beginner affiliates!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.ajmcclary.com/promoting-someone-else’s-product.html/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;title=Promoting+Someone+Else%E2%80%99s+Product" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;title=Promoting+Someone+Else%E2%80%99s+Product" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;title=Promoting+Someone+Else%E2%80%99s+Product&amp;desc=Promoting%20an%20existing%20product%20is%20one%20of%20the%20easiest%20ways%20to%20make%20money%20on%20the%20internet.%20In%20fact%2C%20most%20of%20the%20%22get-rich-schemes%22%20that%20involve%20online%20marketing%20are%20affiliate%20based.%20The%20concept%20is%20simple%2C%20you%20sign%20up%20for%20an%20affiliate%20program%20for%20a%20specific%20product%2C%20you%20receive%20a%20special%20URL%20with%20a%20uniq" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;t=Promoting+Someone+Else%E2%80%99s+Product" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;title=Promoting+Someone+Else%E2%80%99s+Product&amp;srcUrl=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;srcTitle=Promoting+Someone+Else%E2%80%99s+Product&amp;snippet=Promoting%20an%20existing%20product%20is%20one%20of%20the%20easiest%20ways%20to%20make%20money%20on%20the%20internet.%20In%20fact%2C%20most%20of%20the%20%22get-rich-schemes%22%20that%20involve%20online%20marketing%20are%20affiliate%20based.%20The%20concept%20is%20simple%2C%20you%20sign%20up%20for%20an%20affiliate%20program%20for%20a%20specific%20product%2C%20you%20receive%20a%20special%20URL%20with%20a%20uniq" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Promoting+Someone+Else%E2%80%99s+Product&amp;body=Link: http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Promoting%20an%20existing%20product%20is%20one%20of%20the%20easiest%20ways%20to%20make%20money%20on%20the%20internet.%20In%20fact%2C%20most%20of%20the%20%22get-rich-schemes%22%20that%20involve%20online%20marketing%20are%20affiliate%20based.%20The%20concept%20is%20simple%2C%20you%20sign%20up%20for%20an%20affiliate%20program%20for%20a%20specific%20product%2C%20you%20receive%20a%20special%20URL%20with%20a%20uniq" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;title=Promoting+Someone+Else%E2%80%99s+Product&amp;summary=Promoting%20an%20existing%20product%20is%20one%20of%20the%20easiest%20ways%20to%20make%20money%20on%20the%20internet.%20In%20fact%2C%20most%20of%20the%20%22get-rich-schemes%22%20that%20involve%20online%20marketing%20are%20affiliate%20based.%20The%20concept%20is%20simple%2C%20you%20sign%20up%20for%20an%20affiliate%20program%20for%20a%20specific%20product%2C%20you%20receive%20a%20special%20URL%20with%20a%20uniq&amp;source=AJ McClary - User Experience Consultant" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;t=Promoting+Someone+Else%E2%80%99s+Product" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;title=Promoting+Someone+Else%E2%80%99s+Product" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;title=Promoting+Someone+Else%E2%80%99s+Product" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=UX+Blog+Post+-+Promoting+Someone+Else%E2%80%99s+Product+-+http://b2l.me/3gaDy&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html&amp;submitHeadline=Promoting+Someone+Else%E2%80%99s+Product&amp;submitSummary=Promoting%20an%20existing%20product%20is%20one%20of%20the%20easiest%20ways%20to%20make%20money%20on%20the%20internet.%20In%20fact%2C%20most%20of%20the%20%22get-rich-schemes%22%20that%20involve%20online%20marketing%20are%20affiliate%20based.%20The%20concept%20is%20simple%2C%20you%20sign%20up%20for%20an%20affiliate%20program%20for%20a%20specific%20product%2C%20you%20receive%20a%20special%20URL%20with%20a%20uniq&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.ajmcclary.com/promoting-someone-else%e2%80%99s-product.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monetizing your website with advertising, referrals, and affiliate programs</title>
		<link>http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html</link>
		<comments>http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html#comments</comments>
		<pubDate>Sat, 01 Dec 2007 01:46:00 +0000</pubDate>
		<dc:creator>A.J. McClary</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Affiliate Programs]]></category>
		<category><![CDATA[Referral Programs]]></category>

		<guid isPermaLink="false">http://amazingdesignsecrets.com/blog/monetizing-your-website-with-advertising-referrals-and-affiliate-programs</guid>
		<description><![CDATA[You can make money with your website in several different ways. The most popular way of monetizing your website is through relevant advertising on your web pages. This is as simple as signing up for advertising through one of the world&#8217;s most popular venues, like Google AdSense or Yahoo Publisher. The amount of money you [...]]]></description>
			<content:encoded><![CDATA[<p>You can make money with your website in several different ways. The most popular way of monetizing your website is through relevant advertising on your web pages. This is as simple as signing up for advertising through one of the world&#8217;s most popular venues, like Google AdSense or Yahoo Publisher. The amount of money you make, to be honest, is very low unless you have a lot of traffic on your website. If you&#8217;re just starting out, I recommend that you avoid plastering advertising on your web pages until you&#8217;re popular enough to secure lots of relevant traffic to your website. Regardless, advertising is what fuels the Internet and keeps everybody&#8217;s website&#8217;s up and running and free.<span id="more-21"></span></p>
<p>The second form of generating income from your website is through referral programs. We call this &#8220;Cost Per Action&#8221; advertising. The way this usually works, is by acquiring a special link from your sponsor and you are paid a set amount for sending traffic to his or her website. These payments can be for sending a relevant visitor to the website, you can get paid when the visitor provides an e-mail address or a phone number, or any other way the visitor converts to a possible lead. This is one of the most profitable forms of advertising because you can get high payouts when the visitor performs specific tasks. For example, Discover Card has a referral program that pays the advertiser $50 every time the visitor fills out an application for the credit card. If you had a website devoted to economics, this would be an excellent way to make load of extra money from your website. Commission Junction is a great website that offers programs like these for you to promote. You&#8217;ll learn a lot more about this in my full course.</p>
<p>The third form of generating income from your website, which is the one that is most profitable for most of my websites, if by joining affiliate programs. Some products will actually payout commission for sales that are referred by you. These commissions are generally anywhere from 1% to 75% and are a great way to make money from the content of your website. ClickBank is an excellent merchant for joining affiliate programs and promoting them on your website.</p>
<p>In my course, I teach you to do each of these in depth. Whether your just starting out or if you&#8217;ve got a successful website already, my course provides the tools to be successful.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;title=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;title=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;title=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs&amp;desc=You%20can%20make%20money%20with%20your%20website%20in%20several%20different%20ways.%20The%20most%20popular%20way%20of%20monetizing%20your%20website%20is%20through%20relevant%20advertising%20on%20your%20web%20pages.%20This%20is%20as%20simple%20as%20signing%20up%20for%20advertising%20through%20one%20of%20the%20world%27s%20most%20popular%20venues%2C%20like%20Google%20AdSense%20or%20Yahoo%20Publisher.%20T" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;t=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;title=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs&amp;srcUrl=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;srcTitle=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs&amp;snippet=You%20can%20make%20money%20with%20your%20website%20in%20several%20different%20ways.%20The%20most%20popular%20way%20of%20monetizing%20your%20website%20is%20through%20relevant%20advertising%20on%20your%20web%20pages.%20This%20is%20as%20simple%20as%20signing%20up%20for%20advertising%20through%20one%20of%20the%20world%27s%20most%20popular%20venues%2C%20like%20Google%20AdSense%20or%20Yahoo%20Publisher.%20T" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs&amp;body=Link: http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html (sent via shareaholic)%0D%0A%0D%0A----%0D%0A You%20can%20make%20money%20with%20your%20website%20in%20several%20different%20ways.%20The%20most%20popular%20way%20of%20monetizing%20your%20website%20is%20through%20relevant%20advertising%20on%20your%20web%20pages.%20This%20is%20as%20simple%20as%20signing%20up%20for%20advertising%20through%20one%20of%20the%20world%27s%20most%20popular%20venues%2C%20like%20Google%20AdSense%20or%20Yahoo%20Publisher.%20T" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;title=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs&amp;summary=You%20can%20make%20money%20with%20your%20website%20in%20several%20different%20ways.%20The%20most%20popular%20way%20of%20monetizing%20your%20website%20is%20through%20relevant%20advertising%20on%20your%20web%20pages.%20This%20is%20as%20simple%20as%20signing%20up%20for%20advertising%20through%20one%20of%20the%20world%27s%20most%20popular%20venues%2C%20like%20Google%20AdSense%20or%20Yahoo%20Publisher.%20T&amp;source=AJ McClary - User Experience Consultant" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;t=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;title=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;title=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=UX+Blog+Post+-+Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs+-+http://b2l.me/3b5bc&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html&amp;submitHeadline=Monetizing+your+website+with+advertising%2C+referrals%2C+and+affiliate+programs&amp;submitSummary=You%20can%20make%20money%20with%20your%20website%20in%20several%20different%20ways.%20The%20most%20popular%20way%20of%20monetizing%20your%20website%20is%20through%20relevant%20advertising%20on%20your%20web%20pages.%20This%20is%20as%20simple%20as%20signing%20up%20for%20advertising%20through%20one%20of%20the%20world%27s%20most%20popular%20venues%2C%20like%20Google%20AdSense%20or%20Yahoo%20Publisher.%20T&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.ajmcclary.com/monetizing-your-website-with-advertising-referrals-and-affiliate-programs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
