MyBB Community Forums

Full Version: Enable robots to follow url's in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I enable robots to follow url's made in posts.

At the moment there is a rel="nofollow" added on all links posted by forum members.

Example:
<a rel="nofollow" href="http://www.dans-supplies.com.au/" target="_blank">My Supply Store</a>

Mybb version: 1.6.4
Plugins used: Google SEO 1.6.1

I can't find an option in the admin control panel or any searches.

Thanks if you can help.

*edit: removed link to my forum to prevent spam in case this becomes a popular thread.
Templates & Styles -> Templates -> (your default templates) -> Ungrouped Templates -> headerinclude and add this:

<meta name="robots" content="index, follow">

Also if there's a nofollow tag added already, then you may need to remove that to allow robots to follow them.
Thanks for your reply Xstrike.