The following column will introduce to you what rel=”noopener” is from the WordPress Tutorial column? Hope it helps those in need!
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!

wordpress后台乱码的解决办法:1、在wordpress的“wp-admin”文件夹下找到“admin.header.php”文件;2、将“charset”属性值设置为“UTF-8”格式即可恢复正常。

wordpress标签错误的解决办法:1、找到并打开wordpress的“wp-includes”目录下的“class-wp.php”文件;2、修改内容为“$pathinfo = isset( $_SERVER['PATH_INFO'] )?mb_convert_encoding($_SERVER['PATH_INFO'],'utf-8','GBK') : '';”即可。

你下载的WordPress主题提供的keywords和description这两个meta标签一般都做得很差,或者根本就不提供,这样不利于SEO。本文将指导你如何给主页、分类、页面以及文章页添加单独的Description 和 Keywords。

wordpress乱码的解决办法:1、修改“wp-config.php”文件里的“define(’DB_CHARSET’, ‘utf8′);”为“define(’DB_CHARSET’, ”);”;2、把新数据库的编码设置成“latin1_swedish_ci”;3、以uft8的格式导入备份的数据库文件即可。

wordpress进不去的解决办法:1、把地址栏“wp-login.php”后面的参数删掉,然后重新输入密码登录;2、登录FTP,下载“pluggable.php”文件,然后找到“ADMIN_COOKIE_PATH”并将它替换为“SITECOOKIEPATH”即可。

wordpress不是saas。SaaS是一种软件销售模式,它主要针对云端应用软件,而WordPress是一款CMS系统,它主要针对网站构建和管理。虽然WordPress可以作为SaaS提供服务,但它本质上不是一种SaaS应用。

本次PHP中文网整合了相关的视频教程,中文手册,以及相关的精选文章安利给大家,统统免费!!!通过我们分享的视频,可随时随地免费观看教程视频,也不需要迅雷或者百度网盘下载了。

wordpress是2003年发布的;Matt于2003年5月27日宣布推出第一版WordPress,受到了社区的欢迎,它基于b2 Cafelog并有显著改进;WordPress的第一个版本包括全新的管理界面、模板、XHTML 1.1兼容模板、内容编辑器。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
