- Posts: 230
- Thank you received: 5
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Why you want to add "rel=nofollow" for INTERNAL links?
- baijianpeng
-
Topic Author
- Offline
- Premium Member
-
Less
More
10 years 6 months ago #172661
by baijianpeng
www.joomlagate.com/
Chinese Joomla Users' Portal
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.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.
10 years 6 months ago - 10 years 6 months ago #172662
by 810
Replied by 810 on topic Why you want to add "rel=nofollow" for INTERNAL links?
i will add this code to the next version:
This will be:
and if not:
PR: github.com/Kunena/Kunena-Forum/pull/3655/files
ps. why don't you use sef on your site for SEO.
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: 10 years 6 months ago by 810.
Please Log in or Create an account to join the conversation.
- baijianpeng
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 230
- Thank you received: 5
10 years 6 months ago #172663
by baijianpeng
www.joomlagate.com/
Chinese Joomla Users' Portal
Replied by baijianpeng on topic Why you want to add "rel=nofollow" for INTERNAL links?
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.
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.
- baijianpeng
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 230
- Thank you received: 5
10 years 5 months ago #173075
by baijianpeng
www.joomlagate.com/
Chinese Joomla Users' Portal
Replied by baijianpeng on topic Why you want to add "rel=nofollow" for INTERNAL links?
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:
www.kunena.org/forum/77-General-Talk-abo...oolbar-button#156096
Could you please take a look at another good idea I had submitted 1 year ago ? It is here:
www.kunena.org/forum/77-General-Talk-abo...oolbar-button#156096
www.joomlagate.com/
Chinese Joomla Users' Portal
Please Log in or Create an account to join the conversation.
Time to create page: 0.252 seconds