News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

NoFollow All Links v1.0

Started by Nibogo, June 02, 2008, 09:16:58 PM

Previous topic - Next topic

hartiberlin

Please can we have an upgrade to RC4 ?

Many thanks.

Regards, Stefan.

MaXiForum.cz


unformatted_

Hi!

My page rank drop from 3 to 2 since I installed this mode and this other: Tynt-SMF Tracer Mod, redirect page.
I uninstalled this mod to see if is afecting my PR. Is that possible?

unformatted_

Hi!

My page rank is now again with 3. I've installed again this plugin to see if there are any change.
I subscribed for seomoz pro account, and have lots of sugestion to solve. The most comon is:

Too Many On-Page Links
You should avoid having too many (roughly defined as more than 100) hyperlinks on any given page. When search engine spiders crawl the Internet they are limited by technology resources and are only able to crawl a certain number of links per webpage. In addition, search engine algorithms divide the value of some popularity metrics by the amount of links on a given page. This means that each of the pages being linked to from a given page are also affected by the number of links on the linking page. For these reasons, we recommend you include less than 100 links per page to ensure that they are all crawled, though if your pages have a high page authority, search engines will usually follow more links.


My home page has 398 links, and should not have more than 100. The mod No Follow Links solve this problem?


king999

Nofollow is not available for rc5 can any one help me.


Kenny01

Quote from: rumfa on June 05, 2008, 11:50:29 PM
View the page source and you will see a nofollow code. It's just ok.
Hi,
added the mod manually and it's fine,
i have look at the page souce code but can't find "nofollow"

can someone show me where to look.

Thanks.

thenexttrillions

Quote from: Nibogo on July 05, 2010, 07:43:55 PM
Mod taked over by me, thanks to Sleepy Arcade for allow it!

I can't thank you enough. Excellent mod!
I have installed the mod from the second link on the first post.
I checked with Firefox adds-on "nodofollow", and links are red plus it auto open in new windows which I didn't have to edit any techie troublesome.

Just apply few steps and you are good to go.

James--

Quote from: Gnu on January 09, 2009, 02:12:47 PM
one more thing...is there a workaround so i can set links as follow as administrator? because i want to have some follow links

Yes, is there some way to dofollow some links on the forum? For example, if members are seriously adding value to the discussion, we want to follow their signature links and let it flow pagerank. Some way?

GlitchPC

The trick with SEO, here, is to keep the search engines on your site...not somewhere else.  Granted...this is what we all strive to do as webmasters...right?

Now...if you're to incorporate this mod it should not interfere with internal links, whatsoever.

I guess my question is...

Has this mod been updated with a fix for that...or not?  Also...is it being ported to SMF 2.0.1?


simon36

I know this is an old topic but I have installed the mod and it does mark some internal links as no follow.

Is there an update to this mod?

Thanks in advance.


maksim

Quote from: Am' on March 26, 2010, 06:05:41 AM
Quote from: Paracelsus on March 25, 2010, 01:17:51 PM
Quote from: Am' on March 25, 2010, 08:04:02 AM
nice

it's possible to add nofollow only in external links ?

I've just described the procedure.

it's not a solution ^^

so, i coded this for users who want to add nofollow for external links only :

in Subs.php, search :

// Cleanup whitespace.
$message = strtr($message, array('  ' => ' &nbsp;', "\r" => '', "\n" => '<br />', '<br /> ' => '<br />&nbsp;', '&#13;' => "\n"));


After add :

// Add rel="nofollow" for external links
$name = parse_url($scripturl);
$message = str_replace('<a href="', '<a rel="nofollow" href="', $message);
$message = str_replace('<a rel="nofollow" href="http://'.$name['host'].'', '<a href="http://'.$name['host'].'', $message);
$message = str_replace('<a rel="nofollow" href="http://www.'.$name['host'].'', '<a href="http://www.'.$name['host'].'', $message);


adding nofollow for any external link in message, signature, news ....

for adding nofollow only to external links in message

in Display.php, search :

// Run BBC interpreter on the message.
$message['body'] = parse_bbc($message['body'], $message['smileys_enabled'], $message['id_msg']);


After add :

// Add rel="nofollow" for external links
$name = parse_url($scripturl);
$message['body'] = str_replace('<a href="', '<a rel="nofollow" href="', $message['body']);
$message['body'] = str_replace('<a rel="nofollow" href="http://'.$name['host'].'', '<a href="http://'.$name['host'].'', $message['body']);
$message['body'] = str_replace('<a rel="nofollow" href="http://www.'.$name['host'].'', '<a href="http://www.'.$name['host'].'', $message['body']);


but before uninstall "NoFollow All Links v1.0"  ;)

Hello! Thank you very much for sharing this code. This works for me ideally.
I import rss feed to my forum and it has external links. I used your code and the external links became nofollow. I do know why, but with the mod NoFollow All Links v1.0, the external links in imported rss feed did not become nofollow. But your code helped to solve this problem. Thank you very much.

desai_amogh

Can you upgrade this for 2.0.7 ??

Also is it possible to Dofollow specified domains  (say through an admin panel page) and nofollow rest ??

ForumTester1393

Quote from: desai_amogh on April 09, 2014, 05:00:11 AM
Can you upgrade this for 2.0.7 ??

Also is it possible to Dofollow specified domains  (say through an admin panel page) and nofollow rest ??

Anyone?


nadeem34

I have uninstalled the mod Nofollow all links and deleted it from the browse packages area but after some days i noticed that still my all external links are showing nofollow please if anyone can help what should I do?
Creative ways to make money fast
https://gotryus.com/

brettuk

Great stuff, I am looking to install this.

Quick question, is there any way to overwrite the rel=nofollow for specific links?

Advertisement: