If a client wants to prevent a page of their website from showing up in google search results we can add a raw tags module with the following
<meta name=”robots” content=”noindex”>
*note the article would still render in the site's interal search

If a client wants to prevent a page of their website from showing up in google search results we can add a raw tags module with the following
<meta name=”robots” content=”noindex”>
*note the article would still render in the site's interal search
