Forum Moderators: open
What's interesting is that i use two different methods:
Method 1:
- exampledomain.com/jump?id=12345
- robots.txt entry is disallow: /jump
-> this kind of urls never get listed at google.
Method 2:
exampledomain.com/jump/nofollow/*otherdomain.com/index.htm
- robots.txt entry is disallow: /jump/nofollow
-> this kind of urls ARE listed at google.
Both methods use server side 302 redirects.
So i also ask myself if google just strips the string before the marker * and crawls the linked sites without my knowledge. The other unclear thing is: if google crawls such links what about PR / bad neighbourhood risk?