PHP cloaking

JahRuhle

New member
Jan 8, 2010
180
6
0
I am using the site acloaker.com to cloak my afff links. I am using the php redirects, however, I am not sure if this is the correct way to cloack my links to hide from search engines. So i can has better onsite SEO. OBVIOUSLY I am a nub, which is why im asking in nub forums. Am i doing it right?

<?php
header("Location: http://affiliatelink.com");
?>
 


I am using the site acloaker.com to cloak my afff links. I am using the php redirects, however, I am not sure if this is the correct way to cloack my links to hide from search engines. So i can has better onsite SEO. OBVIOUSLY I am a nub, which is why im asking in nub forums. Am i doing it right?

<?php
header("Location: http://affiliatelink.com");
?>

What you're doing right now is cloaking the outbound link so that when your potential customer arrives on the landing page, they won't be carry the details of how they got there.

To hide the php file that contains that redirect, you should stick them in their own directory and then use robots.txt to tell Google to stay the fuck away from that folder.