<?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>AffiliateHat Dot Com &#187; Cloaking</title>
	<atom:link href="http://affiliatehat.com/category/cloaking/feed/" rel="self" type="application/rss+xml" />
	<link>http://affiliatehat.com</link>
	<description>...because most affiliates are not super affiliate</description>
	<lastBuildDate>Thu, 03 Nov 2011 03:54:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Cloaking, Masking &amp; Redirecting Affiliate Links</title>
		<link>http://affiliatehat.com/cloaking-masking-redirecting-affiliate-links/</link>
		<comments>http://affiliatehat.com/cloaking-masking-redirecting-affiliate-links/#comments</comments>
		<pubDate>Fri, 01 May 2009 07:39:45 +0000</pubDate>
		<dc:creator>Affiliate Hat</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Cloaking]]></category>
		<category><![CDATA[Newbie Tips]]></category>
		<category><![CDATA[affiliate cloaking]]></category>
		<category><![CDATA[affiliate link redirect]]></category>
		<category><![CDATA[link masking]]></category>

		<guid isPermaLink="false">http://www.affiliatehat.com/?p=93</guid>
		<description><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Faffiliatehat.com%2Fcloaking-masking-redirecting-affiliate-links%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Faffiliatehat.com%2Fcloaking-masking-redirecting-affiliate-links%2F&#38;source=affiliatehat101&#38;style=normal&#38;service=bit.ly&#38;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Heya <a href="http://melvinblog.com">Melvin</a> here. <img src='http://affiliatehat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">From the last post we have defined and learned what is an affiliate link. Today we are going to discuss cloaking and redirecting links. Just a short question why do we&#8230;</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Faffiliatehat.com%2Fcloaking-masking-redirecting-affiliate-links%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Faffiliatehat.com%2Fcloaking-masking-redirecting-affiliate-links%2F&amp;source=affiliatehat101&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: justify;">Heya <a href="http://melvinblog.com">Melvin</a> here. <img src='http://affiliatehat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">From the last post we have defined and learned what is an affiliate link. Today we are going to discuss cloaking and redirecting links. Just a short question why do we actually need to cloak/mask/redirect links? Well as generations evolved and web surfers/buyers have become more &#8216;techy&#8217;, they have become more knowledgeable about affiliate links. If you have an affiliate link that looks like this <span style="color: #ff0000;">&#8216;http://teethwhitener.com/?ref=googleguy&#8217;,</span> it&#8217;s pretty obvious for them that the latter part is the referral key so its more likely that they would remove it.</p>
<p style="text-align: justify;">Although these day affiliate companies have provided more solid-looking links and one which couldn&#8217;t easily be determined. Because of it the need for cloaking and masking has become less valuable. But still here we are going to tackle three different techniques.</p>
<p style="text-align: justify;"><strong>Affiliate Masking</strong> &#8211; is simply making an affiliate link look like its not. It&#8217;s the most basic strategy and it happens at the status bar. In our example below, you can see that when you hover your mouse on the link it puts a different name/url. It can be done using javascript with the following code:</p>
<blockquote>
<p style="text-align: justify;">&lt;a href=<span style="color: #3366cc;">&#8220;http://www.true.com/?affiliate=affhat&#8221;</span> onmouseover=<span style="color: #3366cc;">&#8221; window.status=&#8217;true.com&#8217;; return true&#8221;</span> onmouseout=<span style="color: #3366cc;">&#8220;window.status=&#8221;; return true&#8221;</span>&gt;True Dating Program&lt;/a&gt;</p>
</blockquote>
<p style="text-align: justify;"><strong>Link Redirection</strong>(most used) &#8211; is just simply making a link redirect or jump to the affiliate link itself. There are actually a lot of ways on doing it. There are also some thirdparty softwares that could get the job done for you for a very cheap price. Anyway here&#8217;s how to do it through PHP:</p>
<blockquote>
<div id="php-2">
<div class="php">
<ol>
<li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b;">
<div style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">&lt;?php</span></div>
</li>
<li style="font-weight: bold; color: #26536a;">
<div style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"><span style="color: #0000ff;">$urls</span> = <a href="http://www.php.net/array"><span style="color: #000066;">array</span></a> <span style="color: #006600; font-weight: bold;">(</span></div>
</li>
<li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b;">
<div style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"><span style="color: #ff0000;">&#8216;neverblue&#8217;</span> =&gt; <span style="color: #ff0000;">&#8216;http://c.azjmp.com/az/ch.php?f=1700&amp;i=12&amp;sub=affiliatecode&#8217;</span>,</div>
</li>
<li style="font-weight: bold; color: #26536a;">
<div style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"><span style="color: #ff0000;">&#8216;copeac&#8217;</span> =&gt; <span style="color: #ff0000;">&#8216;http://rapidresponse.directtrack.com/index.html?super_affiliate_code=affilaitecode&#8217;</span></div>
</li>
<li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b;">
<div style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"><span style="color: #006600; font-weight: bold;">)</span>;</div>
</li>
<li style="font-weight: bold; color: #26536a;">
<div style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"><a href="http://www.php.net/header"><span style="color: #000066;">header</span></a> <span style="color: #006600; font-weight: bold;">(</span><span style="color: #ff0000;">&#8216;Location: &#8216;</span> . <span style="color: #0000ff;">$urls</span><span style="color: #006600; font-weight: bold;">[</span><span style="color: #0000ff;">$_REQUEST</span><span style="color: #006600; font-weight: bold;">[</span><span style="color: #ff0000;">'go'</span><span style="color: #006600; font-weight: bold;">]</span><span style="color: #006600; font-weight: bold;">]</span><span style="color: #006600; font-weight: bold;">)</span>;</div>
</li>
<li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b;">
<div style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">?&gt;</span></div>
</li>
</ol>
</div>
</div>
</blockquote>
<p><strong>Cloaking URL</strong> (advanced) &#8211; There are so many webmaster blogs that call link cloaking as link redirecting and its retarded. Anyway link cloaking is simply just using user agents to show different stuffs to bots and humans. This is done by some affiliates to avoid hurting their organic rankings and keep them ahead of most sites and also to have better rankings. This is also regarded as blackhat but I believe it&#8217;s not (if you&#8217;re not caught).</p>
<p style="text-align: justify;">So those are different ways on &#8216;hiding&#8217; your link as an affiliate link. I would very well suggest to just use link redirection for newbies as it doesn&#8217;t really take much to do it. Also, it&#8217;s been the most widely used tactic in the industry. If you have some questions or concerns, use the comment form below.</p>
]]></content:encoded>
			<wfw:commentRss>http://affiliatehat.com/cloaking-masking-redirecting-affiliate-links/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

