Kunena 6.0.9.1 Released

The Kunena team has announce the arrival of Kunena 6.0.9.1 [K 6.0.9.1] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.

Solved Why you want to add "rel=nofollow" for INTERNAL links?

More
7 years 1 month ago #1 by baijianpeng
Though I had already asked the same question 5 YEARS ago, you , the Kunena team, seem not care about this? Or you just did not read my post? The original post is :

www.kunena.org/forum/feature-requests-ar...s?limitstart=0#77977

Now, 5 years passed (think it again: 5 years !!!), this issue still exists in Kunena, even the latest version 4.0.9 !

If you refuse to correct this mistake (in my eyes, adding "rel=nofollow" for internal links is a mistake), could you please tell me what exact reason that keep you doing this?

Why? Why you want to add "rel=nofollow" for INTERNAL links?

DON'T YOU KNOW THAT FOLLOWING INTERNAL LINKS IS VERY GOOD FOR SEO?

www.joomlagate.com/

Chinese Joomla Users' Portal
The following user(s) said Thank You: ChaosHead

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago - 7 years 1 month ago #2 by 810
i will add this code to the next version:
Code:
if (strpos($this->escape($this->url), '/index.php') !== 0) { $rel = 'rel="nofollow"'; } else { $rel = ''; }

This will be:
Code:
<a href="/index.php/testunf" class="bbcode_url" target="_blank"> whoooooo</a>

and if not:
Code:
<a href="http://www.nu.nl" class="bbcode_url" rel="nofollow" target="_blank"> whooooeee</a>

PR: github.com/Kunena/Kunena-Forum/pull/3655/files

ps. why don't you use sef on your site for SEO.
Last edit: 7 years 1 month ago by 810.

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #3 by baijianpeng
Thank you.

I know the great boost of SEF for my Joomla website. But, I have not find a SEF extension for the HWD Mediashare component which I use to show videos.

Why I need a "SEF extension"? Because I want to use Artio JoomSEF instead of Joomla core SEF, and Artio JoomSEF will only work with SEF extension to generate perfect SEF URLs.

www.joomlagate.com/

Chinese Joomla Users' Portal

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #4 by baijianpeng
Thank you 810, I noticed that you had added this new feature in Kunena 4.0.10, that is great!

Could you please take a look at another good idea I had submitted 1 year ago ? It is here:

[url] www.kunena.org/forum/77-General-Talk-abo...oolbar-button#156096 [/url]

www.joomlagate.com/

Chinese Joomla Users' Portal

Please Log in or Create an account to join the conversation.

Time to create page: 0.231 seconds