• Resolved positivit

    (@positivit)


    Hi,

    Thanks for a great SEO plugin.

    Is it possible to stop the Archive listing of posts showing up in a Google search as well as the post itself?

    It is possible in Yoast so I just wondered if there is such a feature with your plugin.

    Thanks & regards.

    Noel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    You can activate the no index and no follow option from the settings of the plugin. then, from the post you can choose to “no index” and “no follow” this content

    Cheers,

    Thread Starter positivit

    (@positivit)

    Thanks for the fast response,

    Digging further I found this worked immediately:

    Adding to header.php (in my child theme) just before the closing </head> tag

    <?php
    
    if(is_archive()) { ?>
    
     <meta name=’robots’ content=’noindex,follow’ />
    
    <?php }?>

    Might be useful to others.

    Cheers.

    Plugin Author JoomUnited

    (@joomunited)

    That is a quick option ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate entries in Google search’ is closed to new replies.