Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Koepke

    (@mike_koepke)

    Typically you’d only be do this to a a couple of links.

    If you go to the html tab when editing your post/page, you can simple add the rel attribute to the desired link.

    before:
    <a href="https://www.somelink.com">Some Link</a>'

    after:
    <a href="https://www.somelink.com" rel="follow">Some Link</a>'

    Thread Starter polilive

    (@polilive)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add rel="follow" to a link?’ is closed to new replies.