Page 1 of 1

GET and robots.txt

Posted: Sat Apr 06, 2013 9:34 pm
by FrederickGeek8
I want to exclude a php script in my robots.txt but it uses things like view_video.php?v=abc123
So would this would work?
User-agent: *
Disallow: /view_video.php

Re: GET and robots.txt

Posted: Sat May 11, 2013 8:08 pm
by jacek
Bit late, but you can use wildcards
Disallow: /view_video.php?v=*
which most search engine bots should support.