T O P I C R E V I E W |
Webbo |
Posted - 07 November 2013 : 12:41:17 Is it possible to add a 'no follow' attribute to prevent bots and spyders from following links posted within the forums yet still allow the links to be clickable?
I've received a couple of requests re this following Google's change in policy re marketing type links |
2 L A T E S T R E P L I E S (Newest First) |
Webbo |
Posted - 07 November 2013 : 15:04:34 Thanks HuwR, I'll give it a go |
HuwR |
Posted - 07 November 2013 : 14:38:24 should be fairly simple, just look in inc_func_common.asp for the ReplaceUrls function
I would then add the no follow attribute to the rc1Tag like below
rc1Tag = """ target=""_blank"" rel=""nofollow"">" |