search
HomeCMS TutorialWordPressWhat is rel='noopener' in WordPress?

What is rel='noopener' in WordPress?

Feb 20, 2020 pm 04:55 PM
wordpress

The following column will introduce to you what rel=”noopener” is from the WordPress Tutorial column? Hope it helps those in need!

What is rel='noopener' in WordPress?

Recently, a reader asked: What is rel="noopener" in WordPress? WordPress will add this attribute to your link if you choose to open it in a new window. In this article, we will explain rel="noopener" in WordPress and how it affects your website.

What is rel="noopener" in Word?

rel="noopener" is an HTML attribute added to all WordPress links selected to open in a new browser tab. It is also accompanied by the rel="noreferrer" attribute. This feature was introduced in WordPress to address security holes that could be exploited by malicious websites.

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

Adding rel="noopener" will prevent new tags from taking advantage of this JavaScript feature. Likewise, the rel="noreferrer" attribute prevents referrer information from being passed to new tabs.

WordPress always stays ahead of the curve to help improve website security. When you add a link and select "Open in new tab", WordPress will add rel="noopener" and rel="noreferrer" to the link code.

The HTML code generated by WordPress looks like this:

demo link

How does rel="noopener" affect your WordPress SEO?

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

That’s just a myth.

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

What is the difference between noopener and nofollow?

It’s easy Mix rel="noopener" with rel="nofollow". They are completely separate.

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

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

When following a link on your website, search engines will look for and consider the nofollow attribute. However, they Noopener tags will not be taken into account.

By default, WordPress does not allow you to add nofollow to external links. If you want to add nofollow in WordPress, then you need to use a plugin. For more information, see our Article to learn how to add titles and nofollow to links in WordPress. Does

rel=noreferrer” affect affiliate links in WordPress?

rel=noreferrer" does not affect affiliate links in WordPress. Some users believe this is done because rel="noreferrer" prevents referrer information from being passed to new tabs.

However, most affiliate programs will provide you with a unique URL with your affiliate ID. This means that your affiliate ID will be passed as a URL parameter to other websites to be tracked.

Secondly, most Affiliate marketers use link cloaking plugins for their affiliate links.

With link cloaking, the affiliate link a user clicks on is actually your website's own URL, which then redirects the user 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 benefits the security of your website and is There will be no performance or SEO impact on your website.

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

add_filter('tiny_mce_before_init','tinymce_allow_unsafe_link_target');
function tinymce_allow_unsafe_link_target( $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.

More Programming For related content, please pay attention to the Introduction to Programming column on the php Chinese website!

The above is the detailed content of What is rel='noopener' in WordPress?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:zmingcx. If there is any infringement, please contact admin@php.cn delete
What would you use WordPress for?What would you use WordPress for?Apr 27, 2025 am 12:14 AM

WordPresscanbeusedforvariouspurposesbeyondblogging.1)E-commerce:WithWooCommerce,itcanbecomeafullonlinestore.2)Membershipsites:PluginslikeMemberPressenableexclusivecontentareas.3)Portfoliosites:ThemeslikeAstraallowstunninglayouts.Ensuretomanageplugins

Is WordPress good for creating a portfolio website?Is WordPress good for creating a portfolio website?Apr 26, 2025 am 12:05 AM

Yes,WordPressisexcellentforcreatingaportfoliowebsite.1)Itoffersnumerousportfolio-specificthemeslike'Astra'foreasycustomization.2)Pluginssuchas'Elementor'enableintuitivedesign,thoughtoomanycanslowthesite.3)SEOisenhancedwithtoolslike'YoastSEO',boosting

What are the advantages of using WordPress over coding a website from scratch?What are the advantages of using WordPress over coding a website from scratch?Apr 25, 2025 am 12:16 AM

WordPressisadvantageousovercodingawebsitefromscratchdueto:1)easeofuseandfasterdevelopment,2)flexibilityandscalability,3)strongcommunitysupport,4)built-inSEOandmarketingtools,5)cost-effectiveness,and6)regularsecurityupdates.Thesefeaturesallowforquicke

What makes WordPress a Content Management System?What makes WordPress a Content Management System?Apr 24, 2025 pm 05:25 PM

WordPressisaCMSduetoitseaseofuse,customization,usermanagement,SEO,andcommunitysupport.1)Itsimplifiescontentmanagementwithanintuitiveinterface.2)Offersextensivecustomizationthroughthemesandplugins.3)Providesrobustuserrolesandpermissions.4)EnhancesSEOa

How to add a comment box to WordPressHow to add a comment box to WordPressApr 20, 2025 pm 12:15 PM

Enable comments on your WordPress website to provide visitors with a platform to participate in discussions and share feedback. To do this, follow these steps: Enable Comments: In the dashboard, navigate to Settings > Discussions, and select the Allow Comments check box. Create a comment form: In the editor, click Add Block and search for the Comments block to add it to the content. Custom Comment Form: Customize comment blocks by setting titles, labels, placeholders, and button text. Save changes: Click Update to save the comment box and add it to the page or article.

How to copy sub-sites from wordpressHow to copy sub-sites from wordpressApr 20, 2025 pm 12:12 PM

How to copy WordPress subsites? Steps: Create a sub-site in the main site. Cloning the sub-site in the main site. Import the clone into the target location. Update the domain name (optional). Separate plugins and themes.

How to write a header of a wordpressHow to write a header of a wordpressApr 20, 2025 pm 12:09 PM

The steps to create a custom header in WordPress are as follows: Edit the theme file "header.php". Add your website name and description. Create a navigation menu. Add a search bar. Save changes and view your custom header.

How to display wordpress commentsHow to display wordpress commentsApr 20, 2025 pm 12:06 PM

Enable comments in WordPress website: 1. Log in to the admin panel, go to "Settings" - "Discussions", and check "Allow comments"; 2. Select a location to display comments; 3. Customize comments; 4. Manage comments, approve, reject or delete; 5. Use <?php comments_template(); ?> tags to display comments; 6. Enable nested comments; 7. Adjust comment shape; 8. Use plugins and verification codes to prevent spam comments; 9. Encourage users to use Gravatar avatar; 10. Create comments to refer to

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools