Hi guys,
Can you please tell me what is the best way to no index a page as noted here in X?
To prevent most search engine web crawlers from indexing a page on your site, place the following meta tag into the <head> section of your page:
<meta name=”robots” content=”noindex”>
To prevent only Google web crawlers from indexing a page:
<meta name=”googlebot” content=”noindex”>
https://support.google.com/webmasters/answer/93710?hl=en