Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to make links nofollow?

  • @protocolil

    Participant

    How to make links in the profile & groups and forums and all the places this plugin for rel=”nofollow”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @modemlooper

    Moderator

    The only way would be to filter all content and then find each link and add it.

    OR

    use jQuery to add it

    $('a[href^="http"]').attr('rel','nofollow');

    @protocolil

    Participant

    Hi, how to do it please? and where.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar