3-rx
09-09-2006, 06:00 PM
hello
i have few links on my site that i don't want to be indexed by google
how can i close it from google indexation
1. make links
<a rel="nofollow" href="http://www.baddomain.com">
2. make link to www.baddomain.com with redirect (302) on my site and close access of this folder where is located redirect.php
for example link to www.baddomain.com will be www.mydomain.com/closed/redirect.php?1
and close access to this folder in robots.txt
Disallow: /closed/
3. make link in javascript
<script type="text/javascript" language="javascript" src="liks.txt"></script>
any advise will be appreciated
i have few links on my site that i don't want to be indexed by google
how can i close it from google indexation
1. make links
<a rel="nofollow" href="http://www.baddomain.com">
2. make link to www.baddomain.com with redirect (302) on my site and close access of this folder where is located redirect.php
for example link to www.baddomain.com will be www.mydomain.com/closed/redirect.php?1
and close access to this folder in robots.txt
Disallow: /closed/
3. make link in javascript
<script type="text/javascript" language="javascript" src="liks.txt"></script>
any advise will be appreciated
