Forum Moderators: goodroi
[mysite.com...]
and all derivatives thereof (e.g. [mysite.com...]
Is this possible with robots.txt? How would the code look?
Will this work?
User-agent: *
Disallow: /directory1/page1.php
or do I need to somehow specify a wildcard, e.g.
User-agent: *
Disallow: /directory1/page1.php?*
Thanks for your help!