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");
?>
<?php
header("Location: http://affiliatelink.com");
?>