Forum Moderators: goodroi
If I have a url with the following string:
[mysite.com...]
Let's say I want to disallow everything after the query value. Would the following robot.txt disallow be applicable:
User-agent: *
Disallow: /sub1/*/*/*.html?
?
Any help is much appreciated