1

How to remove all pages with the id_category querystring parameter from Google index?

flag

2 Answers

2

You can block the spider from the robots.txt file.

In your case apply this rule with the Wildchar:

user-agent: *
disallow: /*id_category=

(Search Engine spiders not index the URLs that contains id_category)

link|flag
Good answer. I made the rule more restrictive. – weppos Dec 6 at 12:05
0

edit the robots.txt

link|flag
1 
other suggestions or details would be useful to make your answer a good answer – Rinzi Dec 5 at 16:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.