PDA

View Full Version : Needing some help about robots.txt


french dread
20-11-2003, 21:27/09:27PM
I have a website with some urls like these, used to track partnership's referals : www.website.com/?refererId=10

The problem is that Google indexed those urls and it could mess up statistics by couting "fake" hits from Google. I think it is possible to exclude inclusion via robots.txt but dont know what syntax use, as it is not a directory.

How to proceed? can I use dynamic urls in robots txt like :

Disallow: /?refererId=1
Disallow: /?refererId=2
(...)
Disallow: /?refererId=10

thanks for the help

ihelpyou
21-11-2003, 01:04/01:04AM
I think:

Disallow: /?


is all you need. Not real sure about that however. :)