Quote:
Originally Posted by shovi
The best method for SEO is to redirect all aff links with 301 through directory like /out/ or /visit/ and disallow that directory with robots.txt.
Remeber to use nofollow when linking those 301 redirects especially when they are blocked with robots.txt file.
|
interesting,
great that this thread came up, since days I am looking for answers
I did make a visit folder
and started changin my links, so they are mysite.com/visit/123-casino.php
in the php files I am using the php redirect.
using that code
PHP Code:
<?
header( "HTTP/1.1 301 Moved Permanently" );
header( "Location: http://123casinoafftagxxx.com" );
?>
I see Guard Dog posted a diffrent one, please let me know what is ok to use.
I did also disallow the visit folder in robots.txt
and I think google does not like that.
Since a few days my ranks dropped,
it can be it has to do with goole cannot see now where I send my visitors?
If you disallow it in robots.txt you loose also many content relevant links?
the other thing is, on my forum I have the option to add a rel no follow to ALL external links, except the ones I white list,
I cannot add a automatic rel nofollow to mysite.com/visit
So today I had another idea and would like to hear your opinion
what if I upload my visit folder to another unused domain of mine
I have i.e. mydomain.info
I could there add on the index the robots meta tag noindex, nofollow
I would have the auto rel nofollow on all my affiliate links at the forum.
all my links would be mydomain.info/visit/123-casino.php
And I must not disallow them then in the robots text on the new domain then.
Appreciate any thoughts, advise
thanks in advance