How to Hide Cloaking Links !

Joined
May 19, 2014
Messages
2
Reaction score
0
Hello Friends,

Please tell me how to hide or make private a cloaking link. If some want to expand my cloaking URL then my clocking URL show nothing. Please help me out. Thanks.
 
Its easy use pretty link pro redirection to (javascript).
 
The basic process of cloaking affiliate links is simple:

  1. Create a folder from where you'll serve your redirects, I use /out/.
  2. Block the /out/ folder in your domains robots.txt file by adding:Disallow: /out/
  3. Use a script in your redirect folder to redirect to your affiliate URLs.
Step 2 makes sure search engines won't follow the redirects, but we'll add some extra safety with our script. Step 3 could be as easy as writing each redirect in your redirect directory's .htaccess file manually. I personally prefer something that's a bit easier to manage, which is why I'm giving you a little redirect script I wrote below. As a bonus, this should be easier to get working on NGINX too.
 
great info here.

http://www.blackhatworld.com/blackhat-seo/cloaking-content-generators/629621-can-t-cloak-my-hoplink-cb-url-masking.html#post6330803
http://www.blackhatworld.com/blackhat-seo/affiliate-programs/667884-affiliate-link-cloaker.html#post6777904
http://www.blackhatworld.com/blackhat-seo/cloaking-content-generators/142902-cloaking-url.html#post3201968
 
Is it Google that you're trying to hide your affiliate links from so they can't see them and follow them?
 
Back
Top