If I had a page having the noindex tag <meta name="robots" content="noindex" />
, I know that the page won't be shown on search results.
But will the links on the page still be crawled?
If I want them to be crawled, can I set something like <meta name="robots" content="noindex, follow" />
. Will it work?