No opener
-
When inserting a link with a ''no follow'' rule, ''no opener'' keeps popping in.
Can I ask if this will cancel the initial rule as I am not sure what no opener entitles?
-
Here's info on noopener, I only noticed this coming up very recently on a lighthouse report. As I understand it, it tells the browser to use a separate process for whatever the linked page has on it, rather than the existing one which could hurt performance on your own page if that one is very heavy.
https://developers.google.com/web/tools/lighthouse/audits/noopener
-
This tag is automatically added to all the links, both internal and external, that you want to open in a new tab. Although it seems very intrusive, it isactually a security measure to prevent malicious links from taking control of an open tab.
It's not advisable to delete the rel = "noopener" of your posts .It doesn't affect the SEO, it does not have any impact on the different analysis tools and neither the affiliate links are affected. The only thing it does is to protect your users from possible malicious links that can hijack your tabs.