Print Page | Close Window

Rel no follow

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=29252
Printed Date: 28 March 2026 at 6:28pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Rel no follow
Posted By: Gullanian
Subject: Rel no follow
Date Posted: 11 April 2011 at 11:25pm
I was sure it was a feature before of WWF, but it doesn't seem to be adding rel="nofollow" to posted hyperlinks (anymore)?

Example (view source)

http://www.scirra.com - http://www.scirra.com



Replies:
Posted By: Gullanian
Date Posted: 11 April 2011 at 11:26pm
Comes out in code as:

<a href=" http://www.scirra.com/ - http://www.scirra.com " target="_blank">http://www.scirra.com</a>

My setup file has:

Const blnNoFollowTagInLinks = True

I suspect it might be a bug from the last update as this forum doesn't nofollow the links, but I've been wrong before, it might be me being stupid again!




Posted By: Gullanian
Date Posted: 11 April 2011 at 11:32pm
Line 157 in functions/filters is set to:

If blnNoFollowTagInLinks Then strTempHTMLMessage = strTempHTMLMessage & ""

Quick fix, change it to

If blnNoFollowTagInLinks Then strTempHTMLMessage = strTempHTMLMessage & " rel=""nofollow"" "


Posted By: WebWiz-Bruce
Date Posted: 12 April 2011 at 8:34am
Thanks Gullanian.

Looks like a global search and replace may have striped that part of the code.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: slava
Date Posted: 09 November 2011 at 11:15am

Q1: If i set the forum to "NoFollow" Links...

    does it apply to internal links to the forum's own domain as well ??
 
 
Q2: Has the above reported bug been fixed in V 10.03 ?
 
 


Posted By: WebWiz-Bruce
Date Posted: 09 November 2011 at 11:26am
This bug was fixed some time ago.

The nofollow is applied to all links within posts and any other user links such as homepage links.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: slava
Date Posted: 09 November 2011 at 12:13pm
Is it possible to exclude the "NoFollow" tag if the target domain is the same domain of the forum ?
 
The forum is part of a big site & many discussions Refer to in site links.
 
I wonder if no one thought about it before ... a forum should support its own site ... Hug 


Posted By: WebWiz-Bruce
Date Posted: 09 November 2011 at 12:22pm
All posted links will have 'nofollow' including ones to other parts of the forums hosted website as trying to calculate which is an internal and external link would be very difficult to calculate and be error prone.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: slava
Date Posted: 09 November 2011 at 12:35pm
Originally posted by WebWiz-Bruce WebWiz-Bruce wrote:

All posted links will have 'nofollow' including ones to other parts of the forums hosted website as trying to calculate which is an internal and external link would be very difficult to calculate and be error prone.
 
Sorry for being Shocked shocked ... from ^that^ reply, Bruce  ...
I believe it should be very easy to Implement.
 
Any Reference to my other suggestion from today will also be appreciatedEmbarrassed
 
http://forums.webwiz.net/batch-moving_topic28947_post149335.html#149335
 
sincerely yours,
Slava


Posted By: FindTheWord.info
Date Posted: 06 February 2012 at 11:25am
Originally posted by WebWiz-Bruce WebWiz-Bruce wrote:

All posted links will have 'nofollow' including ones to other parts of the forums hosted website as trying to calculate which is an internal and external link would be very difficult to calculate and be error prone.

I really want this feature too! But I would like a more a more advanced feature that would be easier and less error prone to implement.

I want a setting with domains (more than one) that shall not have nofollow. Because it would be great for sister sites and company site to gain page rank from the forum.


Posted By: WebWiz-Bruce
Date Posted: 06 February 2012 at 3:20pm
This would require storing this information within a new table within the database. 

The database schema is only updated between major releases.

If you wanted such a feature in the next major release, which would be version 11, you should post this suggestion in the suggestion forum so it can be looked at for new features for version 11.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: FindTheWord.info
Date Posted: 08 February 2012 at 9:48am
I disagree. If I've done it I would add a key in tblsetupoptions with new line separated values with the domains that are OK.

And it would only be a few extra lines of code to check the links.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net