I have these types of URL's :
www.example.com/view/a-dF%2Dg3_dG
www.example.com/view/a-K5gD2%3F%f
www.example.com/view/a-b3R%2f%s_2
So basically they start with /view/a- and continue with randum chars. I want to block google from crawling them.
However, there is one exception. I have an URL which looks like this:
www.example.com/view/a-home
This should be an exception, this URL should still be crawled. How can I do this ?