By romagromov on Sunday, 27 January 2013
Posted in General Issues
Replies 3
Likes 0
Views 1.5K
Votes 0
EasyBlog have option "Add nofollow tags in links"
But sometimes I need link displays without this tag.
I use modified code in /components/com_easyblog/views/entry/view.html.php

// @task: Add rel="nofollow" if necessary.
if( $config->get( 'main_anchor_nofollow' ) && $blog->created_by != 2313 )
{
$blog->content = EasyBlogHelper::addNoFollow( $blog->content );
}


where 2313 is user ID - and all links in all blogs froms this user have no nofollow tag.

Can you add new option in admin panel? something like this:




Then.

Is it real to use nofollow tag only for external links, not for internal links?
For example:

Add nofollow tags in external links - Yes/No
Add nofollow tags in internal links - Yes/No
hi mark, ist this additional exclude option integrated in EB 5.0? the thread is started over 2 years ago!
·
Monday, 20 April 2015 20:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Agree.
Also very important setting:

Add nofollow tags in external links - Yes/No
Add nofollow tags in internal links - Yes/No


Because all internal links must works for the benefit of SEO.
But internal links should not be given weight to other site.
·
Monday, 20 April 2015 20:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Guys,

I've checked the EB5 just now and it do have the option to configure the no-follow option from the backend > easyblog > setting > seo. Here is a glimpse screenshot of the settings, http://screen.stackideas.com/2015-04-21_1332.png
·
Tuesday, 21 April 2015 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post