Hi all, I have some sort of code problem in a website which I cannot disclose its url and I need to remove from google results all pages that have a certain word appearing twice in the url. for example: sitename.com/jimi/otherphrases/jimi/morephrases so I need to disallow and somehow have noindex, nocache, nofollow to all pages that have the word "jimi" appearing twice. Anyone has a clue?
sitename.com/jimi/otherphrases/jimi/morephrases is it the same path as in your website?? If it is the path, you can disallow these urls like: user-agent: * disallow: /jimi/*/jimi/*
thanks Manish, I have 1 more question: if I want to remove all urls that has the symbol ~ in them can I just write: disallow: *~* ? Will it work?