Forum Moderators: Robert Charlton & goodroi
I have some dynamic links (wordpress) which i desire to remove them from google index.
Links structure:
www.example.com/?p=379
www.example.com/?p=133
www.example.com/?p=456
www.example.com/?p=345
I blocked these links in my robots.txt file before 3 months:
Disallow: /*p=379/
Disallow: /*p=133/
Disallow: /*p=456/
Disallow: /*p=345/
But google still see these links as active and therefore the removal action (webmaster tools) is denied.
What should i do to get rid off these undesired links?
Thanks