I need to block certain "directories" that appear after lots of different main directories. (I say directories, but in fact it is just mod_rewrite used to create nice urls!) Can i do this..eg: User-agent: * Disallow: */rate/ to block all these eg: /foldera/rate/ /folderb/rate/ /folderc/rate/ Or would i have to specify each and every one of them with a full path?