38
7
|
I would like for google to ignore urls like this:
All urls that have the parameters dir, order and price should be ignored but I dont have experience with Robots.txt.
Any idea?
| |||
add a comment
|
68
|
Here's a solutions if you want to disallow query strings:
or if you want to be more precise on your query string:
You can also add to the robots.txt which url to allow
The
$ will make sure only the /new-printer will be allowed.
More info:
| |||
/new-printer
but not/new-printers?dir=*&order=*&p=*?
? – Book Of Zeus Feb 5 '12 at 15:05