• Can you tell me how to set some pages on my website to “noindex”? I think I read somewhere that it’s possible without having to download another plugin. Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there, you will need to add this code in the header of the page you want to no be indexed

    <meta name="robots" content="noindex">

    you could add it by a code snippet in the theme functions.php but it could be better to use a plugin that will help you to add it only on pages you select.

Viewing 1 replies (of 1 total)
  • The topic ‘noindex in pages’ is closed to new replies.