• Hi There

    I did one of those site SEO tests and it stated my page menus were no follow (About me, Press, contact etc)

    I cannot see for the life of me how to make these follow. I have looked at plugins and they only seemed to make comments do follow links, unless I am mistaken?

    My blog is memoirmode.com

    Many thanks in advance

    [No bumping – especially after only 3 hours. If it’s that urgent, consider hiring someone.]

Viewing 1 replies (of 1 total)
  • There is several ways to block robots to follow/index content…

    As you already checked via the plugins, check the footprint of nofollow attribute in your pages.
    Go to your page with your browser, then display the source code of the page and look for something like that :

    ...
    <meta name="robots" content="noindex, nofollow">
    ...

    or

    ...
    <meta name="robots" content="nofollow">
    ...

    or

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

    If you find on of this line of code, it could be static text in your theme’s template (so you’ll have to change manually by editing PHP files) or a plugin that put this automaticaly.

Viewing 1 replies (of 1 total)

The topic ‘Remove Page No-Follow’ is closed to new replies.