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?
All About Informasi, Teknologi, Privasi dan Blog
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 |
http://stackoverflow.com/questions/9149782/ignore-urls-in-robot-txt-with-specific-parameters
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? | ||||
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: | |||||||||||||||||||||
|
Thanks for reading & sharing TeknoBlog
/new-printerbut not/new-printers?dir=*&order=*&p=*?? – Book Of Zeus Feb 5 '12 at 15:05