Help > Forum > Search Engines > Allowing posted links to be followed by search engines

Allowing posted links to be followed by search engines

The links posted on forum have the rel='nofollow' attribute set for them by default. That prevents search engines from following and indexing any links that are posted on your forum by users. This is helpful in cases where you don't want users or robots to be encouraged to post spam links in an effort to get a higher search engine ranking.

However, if you would like to allow search engines to follow and index the links posted on your forum, please follow the instructions below. These instructions will tell our system to stop using the rel='nofollow' attribute for any links posted in the future.

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. Insert the following code into the Forum Head Tag HTML Code textbox:

    <script>
    var prevent_nofollow = true;
    </script>
    

  5. Save the changes.

Note that this will affect all new links posted on your forum. Existing links will remain unaffected.

Related Articles:


If you still need help, please contact us.