Recent Topics

1 Nov 10, 2017 15:27    

Hello Community and Developers,

I would like to put external link in the collection "blog" on noFollow, I think in the backend this setting is not.

Where is this setting hidden in the backend? In the SEO section of the collection options, I have already checked, but there is nothing that applies to posts.

Thanks in advance

2 Nov 15, 2017 01:52

Haven't noticed such a setting but then there are probably many I haven't.

If you're happy to code a bit you can add {rel="nofollow"} to the Link script in the plugin

See http://rogerlovejoy.net/blog/b2evo.php/add-target-option-to-link where I modified the _quicktags.plugin to add a target option to my links

Update

OK until someone shows you a setting; you can ~ in version 6.9.3 /plugins/_quicktags.plugin.php

Change Line 451 to

b2evoButtons[i].tagStart = '<a href="' + URL + '" rel="nofollow">';

This post has 1 feedback awaiting moderation...


Form is loading...