I have a page in my website, It takes two parameters in query string. I don't want to show this page on google search. I put meta tag as below:
<meta name="robots" content="noindex">
But It still shows results as Cached, I tried google webmaster to remove the url's. It removes requested url but not stopping index the url and I am getting the url with some other parameter value. I don't want to show this page on search completely. I looked at remove pages from google dynamic url - robots.txt But I am not getting my answer. Thanks