Add nofollow tag for PHPBB forum
Wednesday, April 23rd, 2008If you want to protect your page rank, you should add the Nofollow tag for all external links in your PHPBB forum; I will tell you how to do so.
It works with PHPBB3 version and prosilver theme.
1. Download Prime links.
2. Follow simple instructions locate at the bottom of “Installation Instruction” file.
This will add nofollow tag for all external links in posts.
To add nofollow tag to only links in signatures, please do the following:
1. Open /styles/prosilver/template/bbcode.html with any HTML editor to edit it.
2. Find this code:
<a href=”{URL}” class=”postlink”>{DESCRIPTION}</a>
and replace it with this code:
<a href=”{URL}” rel=”nofollow” class=”postlink”>{DESCRIPTION}</a>.
3. Save and from your control pane refresh “Templates”, “Themes” and “Imagesets”.
