• rel=nofoloow is apparently default for links in posts and blogroll. I would like to have control over both. Is there a way to do this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • See if this gets you answers
    http://wordpress.org/search/nofollow?forums=1

    Thread Starter kvedros

    (@kvedros)

    Unless I”m missing something here everything is rel=nofollow, whether blogroll, links in my post or links in comments. I do want to pass page rank to my other sites through posts and blogroll. How can I change this?

    links in your blogroll are set up by YOU to be nofollow .. its one of the options when you add a link.

    links inside posts are NOT no_follow by default when using the code tab, and the choice is completely yours when using the RTE.

    comments can have nofollow removed by editing default-filters.php and commenting out this:

    add_filter('pre_comment_content', 'wp_rel_nofollow', 15);

    Or you can just use a plugin:

    http://codex.wordpress.org/Nofollow

    actually, I can go one better – links in the blogroll arent nofollow by default, and I dont see that option anywhere to change it.. I swore i saw it in 2.0 but alas.

    Point is, theyre NOT set up that way – so if you are seeing nofollow added it’s being caused by something else.

    Thread Starter kvedros

    (@kvedros)

    OK got it. I had WP SEO Master plugin installed and it apparently adds nofollow to everything. I deactivated it and all is well.

    Thread Starter kvedros

    (@kvedros)

    Thanks for your help.

    I made a plugin that adds nofollow specifically for blogroll links, blogroll nollow

    Please, make a post in the Plugins section and that’s it. Do not post the same in ten threads…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘no follow in blogroll and posts?’ is closed to new replies.