- This topic is empty.
-
AuthorPosts
-
May 8, 2012 at 7:14 pm #627425naomideninaMember
Hi,
What is the difference between redirecting a link versus cloaking a link?
Thanks,
May 8, 2012 at 7:31 pm #824269AnonymousInactiveThe end result is the same.
Both can be used for good and bad.The term redirecting is usually used when the purpose is legitimate. Whereas the term cloaking is usually used when the purpose is not legitimate or is deceptive.
If you are trying to merely hide your affiliate link so that someone does not take you out of the commission loop then most people accept this. It is also useful when you want to make quick site wide changes. If you’ve got a generic ‘best deal of the day’ offer you just need to change one file.
May 8, 2012 at 10:48 pm #824277naomideninaMemberthank you very much rmeeuwsen!
July 5, 2012 at 8:51 pm #826116AnonymousInactiveTo convert an affiliate link to a link that appears to be from your site you could use a simple file like this one that would send the visitor to the http://www.slotbonuses.info/ site
File name example = bonus.php
File code
//Include your affiliate link below
header(“location:http://www.slotbonuses.info/”);
exit;
?>Plus you can also download the casinos banner to your own site and then name it whatever you want. Then when they change the affiliate link structure, their domain name or you decide to promote some one else you just change your files ( bonus.php & casinobanner.gif ) without changing any page coding.
This is of course just the basics. You can find many more elaborate versions and added elements.
December 5, 2012 at 4:55 pm #830375aBegopooggeway44Member@rmeeuwsen 242060 wrote:
To convert an affiliate link to a link that appears to be from your site you could use a simple file like this one that would send the visitor to the Top Bonuses for Everyone | Slot Bonuses site
File name example = bonus.php
File code
//Include your affiliate link below
header(“location:http://www.slotbonuses.info/”);
exit;
?>Plus you can also download the casinos banner to your own site and then name it whatever you want. Then when they change the affiliate link structure, their domain name or you decide to promote some one else you just change your files ( bonus.php & casinobanner.gif ) without changing any page coding.
This is of course just the basics. You can find many more elaborate versions and added elements.
I’ve just come across this thread in a search and it seems to be along the lines of what I’ve asked in the newbies room.
Can you please break this down – I don’t generally deal with the technical side but am trying to understand it, so bear with me. I have a Joomla site and only ever use the WYSIWYG editor to change copy and only a very little bit in the HTML editor.
So your example above a redirect? Is this frowned upon or against the normal T&Cs and is there any disadvantages to doing this?
I think it’s essential for user experience and notice a lot of the big affiliates doing this, so I guess it must be allowed?
And finally…could you please break down the instructions so I can understand how to turn a link like this:
http://affiliatehub.skybet.com/processing/clickthrgh.asp?btag=a_99999b_9
Into:
http://www.mysite.com/casino/skyvegas
So the below would be:
File name = skyvegas.php
File code
//Include your affiliate link below
header(“location:http://affiliatehub.skybet.com/processing/clickthrgh.asp?btag=a_99999b_9/”);
exit;
?>And then you put http://affiliatehub.skybet.com/processing/clickthrgh.asp?btag=a_99999b_9 in the article.
So this will then pull ‘skyvegas.php’ as the info to display in the browser….?
Many thanks!
December 5, 2012 at 7:51 pm #830377seedingltdMemberI use a plugin in WordPress that makes it automatic, its called affiliate link cloaker I believe. That is the fastest way by far. You have to alter its .php file so it can read and work from widgets though.
I did some manually as I leared a lot from rmeuu over the past months lol but I cant explain it accurately.
Thanks guys for being the best online casino marketing reference in the world.
December 5, 2012 at 9:31 pm #830379aBegopooggeway44MemberI can’t find one for Joomla so I guess it will require manual coding like above. Damn.
December 5, 2012 at 9:45 pm #830380wbprofitsMemberThere are many Joomla plug ins for this .The problem is what Joomla 1.5, 1.7, 2.0 , 2.5 .and even a 3.0 that is in development .Not every plugin is updated for each
What version are you using and I will ask in a joomla email
December 5, 2012 at 10:06 pm #830381aBegopooggeway44MemberAh great stuff, thank you. I could only see two on the extensions site and one has stopped supporting and the other had no reputation which I wouldn’t consider as I don’t know enough myself about it.
I’m using Joomla! 2.5.1 Stable
December 6, 2012 at 2:23 pm #830406wbprofitsMemberYou can use the core Weblinks component.
An oldie, but goldie:
Steve Burge – A Simple Way to Use Internal URLs for External Links – Joomla Tips And Tricksalso you should update to the latest stable version the current (secure) version of Joomla 2.5 is 2.5.8
December 6, 2012 at 2:44 pm #830409TP2112Member@iLoveDaCake 247668 wrote:
Ah great stuff, thank you. I could only see two on the extensions site and one has stopped supporting and the other had no reputation which I wouldn’t consider as I don’t know enough myself about it.
I’m using Joomla! 2.5.1 Stable
For Joomla I would like to use something like that:
December 6, 2012 at 9:44 pm #830435neerajMemberim getting the feeling lately that G is not loving the use of .php redirects for affiliate links…i think in the past, adding the rel=”nofollow” and robot.txt the ‘go’ folder was the way to do it (hide your affiliate links) but now G is able to analyze so much more about webpages than ever before so it can see then you are using a sneaky redirect to send trafffic away from the site, because the point of a php redirect for seo is to make the url looks to be an internal link…
What are the best options now? php jump script? .htacess? i have never had a site do well using the pretty link plugins, so i stay away from that.
I wish google would be clear to affiliates and marketers on this one (correct me if im wrong) we dont want to show are affiliate links because they look ugly and people are less likely to click on them..its not purely for seo reasonsDecember 18, 2012 at 3:38 am #830764g2108MemberIn my opinion redirect a link is when you visit a particular page or website and it automatically forwards you to a different addresses. And cloaking affiliate links is the art of showing your visitors an internal link when they mouse over an affiliate link so that the visitor doesn’t think they are leaving your sites..
December 22, 2012 at 4:07 am #830963g2108Member@mm smith 248139 wrote:
In my opinion redirect a link is when you visit a particular page or website and it automatically forwards you to a different addresses. And cloaking affiliate links is the art of showing your visitors an internal link when they mouse over an affiliate link so that the visitor doesn’t think they are leaving your sites..
-
AuthorPosts