The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Apply "rel=nofollow" attribute to all parsed URLs Details »» | ||||||||||||||||||||||||||||||
Apply "rel=nofollow" attribute to all parsed URLs
Developer Last Online: Aug 2021
In the first cooperative move for nearly ten years, the major search engines have unveiled a new indexing command for web authors that they all recognize, one that they hope will help reduce the link and comment spam that plagues many web sites....due to removing the point of doing it in the first place.
The new "nofollow" attribute that can be associated with links was originated as an idea by Google in late 2004 and MSN and Yahoo, as well as major blogging vendors have jumped onboard. The Nofollow Attribute The new attribute is called "nofollow" with rel="nofollow" being the format inserted within an anchor tag. When added to any link, it will effectively serve as a flag to tell the search engines that the link has not been explictly approved by the site owner, and therefore "not follow" it, or not use the referring page's (on your site) Page Rank in any way. For example, this is how the HTML markup for an ordinary link might look: Quote:
Quote:
Think of it as a way to flag to them, "I didn't post this link -- someone else did, don't associate me with it." Quote:
This will affect URLs in posts, as well as signatures...anything that goes through the bbcodeparse function as far as I can tell/guess, and will work recursively, or whatever the word is that means 'it will affect all existing posts and signatures'...or it did for me anyway. To change the conditional number of posts, alter PHP Code:
I can't see how this could be done as a plugin, but if anyone wants to point out how, that would be nicer....YAY Kirby! Now all you need to do is unzip the attached file, upload the plugin using your Admin CP - Plugin System - Plugin Manager! Relax, safe in the knowledge that spammers linking from your site are doing so for no reason whatsoever. To remove the old version: File to modify: 1 1/ Open your includes/class_bbcode.php file Find: PHP Code:
Replace with: PHP Code:
Show Your Support
|
Comments |
#32
|
||||
|
||||
Installed!! Thanks.
|
#33
|
|||
|
|||
is it possible to make this script work only in few forums ?
i dont want to block links with "rel=nofollow" in all forums thanks. |
#34
|
|||
|
|||
Hmm, I used the plugin system to upload this hack on a 3.5.3 board but it doesn't seem to be working? Anyone know why? Thanks
|
#35
|
|||
|
|||
Quote:
technically hack should only add rel=nofollow tag to content in posts and users signatures without touching other parts of the forum.. but check this, there are many other areas where the rel=nofollow should not be added: Code:
<table cellpadding="6" cellspacing="0" border="0" width="100%" class="page" align="center"> <tr> <td class="tfoot" align="right" width="100%"> <div class="smallfont"> <strong> <a href="sendmessage.php" rel="nofollow">Contact Us</a> - <a href="http://www.officehelp.in">Office Help</a> - <a href="admincp/index.php">Admin</a> - <a href="modcp/index.php">Mod</a> - <a href="archive/index.php">Archive</a> - <a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a> </strong> </div> </td> </tr> </table> thanks. Problem 2: Even after disabling the plugin from plugin manager, rel-nofollow still appears for internal forum links.. :surprised: |
#36
|
|||
|
|||
Quote:
|
#37
|
|||
|
|||
Quote:
i was not aware about this problem 2 solved - courtesy welo problem 1 - waiting for a solution. |
#38
|
|||
|
|||
Yeah, they did that to prevent unnecessary spidering of 'Post Reply' buttons and stuff like that, along with somewhat controlling the silent spam that sometimes creeps into memberslists in signatures etc.
|
#39
|
||||
|
||||
Quote:
If so, it is a vB default thing as per welo's post above this one. |
#40
|
|||
|
|||
Quote:
can you help me implement the hack, add rel=nofollow for urls in posts table ? thanks. |
#41
|
|||
|
|||
How do I install this? It says its not a product...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|