What is rel=”noopener” in WordPress? (Explained)

Recently, one of our readers asked: what is rel=”noopener” in WordPress? If you select to open a link in a new window, then WordPress adds this attribute to your link. In this article, we will explain what is rel=”noopener” in WordPress and how it affects your website.

What is rel=noopener in WordPress?

What is rel=”noopener” in WordPress?

rel=”noopener” is an HTML attribute that’s added to all WordPress links that are selected to open in a new browser tab. It is also accompanied by a rel=”noreferrer” attribute. This feature was introduced in WordPress to address a security vulnerability which can be exploited by malicious websites.

There are some JavaScript features that allow a new tab to get control of its referring window. If you link to an external website affected by the malicious code, then that website can use window.opener JavaScript property to change the original page (your website) to steal information and spread malicious code.

Adding rel=”noopener” prevents new tab from taking advantage of this JavaScript feature. Similarly, the rel=”noreferrer” attribute prevents passing on the referrer information to the new tab.

WordPress always stays ahead of the curve to help with website security. When you add a link and select ‘Open in New Tab’, then WordPress will add the rel=”noopener” and rel=”noreferrer” to the link code.

Opening a link in new window

The HTML code generated by WordPress looks like this:

<a href="https://example.com" target="_blank" rel="noreferrer noopener" aria-label="This is an external link (opens in a new tab)">demo link</a>

How rel=”noopener” Affects your WordPress SEO?

Even though the rel=”noopener” attribute improves WordPress security, several users want to avoid using it because they think it will impact their WordPress SEO.

That’s just a myth.

It has no impact on your WordPress site’s SEO rankings or the overall WordPress performance.

What’s the Difference Between noopener vs nofollow?

It’s easy to mix rel=”noopener” with rel=”nofollow”. They are completely separate.

The noopener attribute prevents your website from cross-site hacking and improves WordPress security.

On the other hand, nofollow attribute prevents your website from passing on SEO link juice to the linked website.

Search engines look for and consider nofollow attribute when following a link on your website. However, they do not give consideration to the noopener tag.

By default, WordPress does not allow you to add nofollow to your external links. If you want to add nofollow in WordPress, then you will need to use a plugin. For details, see our article on how to add title and nofollow to links in WordPress.

Does rel=”noreferrer” Affect Affiliate Links in WordPress?

The rel=”noreferrer” does not affect affiliate links in WordPress. Some users believe that it does because rel=”noreferrer” prevent passing the referrer information to the new tab.

However, most affiliate programs provide you with a unique URL that has your affiliate ID. This means your affiliate ID is passed along as a URL parameter for the other website to track.

Secondly, most affiliate marketers use a link cloaking plugin for their affiliate links.

With link cloaking, the affiliate link that your users click on is actually your website’s own URL which then redirects users to the destination URL.

How to Disable rel=”noopener” in WordPress?

There is no need to remove rel=”noopener” from links on your website. It is good for your website’s security and has no performance or SEO impact on your website.

However, if you must remove it, then you will have to disable Gutenberg block editor in WordPress and use the old classic editor. After that, you will need to add the following code to your theme’s functions.php file or a site-specific plugin.

add_filter('tiny_mce_before_init','wpb_disable_noopener');
function wpb_disable_noopener( $mceInit ) {
    $mceInit['allow_unsafe_link_target']=true;
    return $mceInit;
}

Note: We do not recommend removing rel=”noopener”. There is no good reason to do so.

We hope this article helped you learn about rel=”noopener” in WordPress. You may also want to see our guide on how to track outbound links in WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post What is rel=”noopener” in WordPress? (Explained) appeared first on WPBeginner.

Source: Wordpres

The post What is rel=”noopener” in WordPress? (Explained) appeared first on TuneMaster.ml.

Deal: Perfect your pictures with Adobe Photoshop mastery

Adobe Photoshop is 30 years old this year and continues to be the gold standard of digital editing software. Whether you take photos for a living or just for social media, mastering this program takes your pictures to the next level.

There are many useful online courses out there which don’t cost the earth, and today we’re spotlighting a particularly good offer. Tech Deals have bundled together eight learning kits into one package, and it’s available today for just $29.

All the skills you need to ensure every photo is eye-catching.

A huge range of editing techniques is covered, including lighting styles, cinematic color grading, and portrait photography. Photoshop is complemented by Adobe Lightroom, and there’s even a crash course in this software included too. You’ll have all the skills you need to ensure every photo is eye-catching.

Also part of the package is a specialist guide on putting together your own photo book. For amateurs, this can be used to make thoughtful gifts for friends, or a collection of your own memories. For professionals, you’ll have the know-how to compile an impressive portfolio.

The Complete Photoshop Mastery Bundle

The Complete Photoshop Mastery Bundle:

Despite the huge combined value of these learning kits, the whole bundle is now on offer for just $29. That’s a huge saving, and thousands of people have already signed up. The deal is due to end later this week though, so you don’t have much time.

Hit the button below to find out more about this deal.

The AAPicks team writes about things we think you’ll like, and we may see a share of revenue from any purchases made through affiliate links. To see all our hottest deals, head over to the AAPICKS HUB.


Looking for a new phone or plan? Start here with the Android Authority Plan Tool:

This smart tool lets you filter plans by phone, price, data tiers, and regional availability. Stop overpaying for cell service you hate and a phone that you’re tired of. Use our Compare Phones & Plans tool to fully customize your mobile experience and painlessly transition from one carrier to another!

Source: Android Zone

The post Deal: Perfect your pictures with Adobe Photoshop mastery appeared first on TuneMaster.ml.