Any help topics that don't fit in the current categories can go here.
-
FrederickGeek8
- Posts: 148
- Joined: Wed Nov 30, 2011 10:31 pm
Post
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
-
jacek
- Site Admin
- Posts: 3262
- Joined: Thu May 05, 2011 1:45 pm
- Location: UK
-
Contact:
Post
by jacek »
Bit late, but you can use wildcards
Disallow: /view_video.php?v=*
which most search engine bots should support.