0

I mean when I set link in my website to new tab it automatically set to rel="noreferrer noopener". I want to set this links open in new tab but in dofollow. Also I need help with this can I get both option dofollow or nofollow.

1 Answers1

0

The link example provided is a dofollow link, as that is the default for a hyperlink. noreferrer noopener still passes the 'dofollow' over, it just doesn't send the referral header (so it seems like direct traffic).

Joe Hatch
  • 41
  • 2
  • it means rel="noreferrer noopener is dofollow ? – Muhammad Abbas Mar 22 '20 at 12:22
  • This tag when combined basically means that no referrer information should be passed to the website being linked (noreferrer) to and noopener prevents the newly opened page from having the ability to control the page that delivered the traffic. It doesn't impact the 'follow' status. – Joe Hatch Mar 23 '20 at 12:10