Loading...
banner plugin Image
woo-image

External Links – nofollow, noopener & new window

By WebFactory

Description

Manage all external and internal links on your site. Control icons, nofollow, noopener, ugc (User Generated Content), sponsored and if links open in new window or new tab.

WP Links plugin was completely rebuilt in v2 and has lots of new features, like noopener, ugc and sponsored values for rel; font icons, internal links options and full WPMU support.

Check every single link on your site! See if it is broken or not, if it is redirected, what is the target and rel attribute and what page exactly it is linking to. This feature is a part of the WP Links PRO plugin.

After activating you can set all options for external and internal links on the plugin's admin page. The plugin filters the output and changes the links on the fly. The real contents will not be changed in the database.

WP External Links does not track, collect or process any user data. Based on that, we feel it is GDPR compatible.

Other Notable Features

Here are a few other notable features of this free External Links – nofollow, noopener & new window plugin.

check-fill
External Links
check-fill
Nofollow
check-fill
Noopener

Screenshots

FAQ

Just use the option “Skip pages or posts” under the tab “Exceptions”.

For a more custom approach use the action wpel_apply_settings:
add_action( ‘wpel_apply_settings’, function () {
global $post;
$ignored_post_ids = array( 1, 2, 4 );

    if ( in_array( $post->ID, $ignored_post_ids ) ) {         return false;     }      return true; }, 10 ); 

Using this filter you can ignore any request, like certain category, archive etcetera.

Contributors and developers

“External Links – nofollow, noopener & new window” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

6.67

Average

Star-Image

Ratings

4.3 out of 5 | 247
History-Image

Version

2.64
calendar-Image

Last updated

3 weeks ago
Star-Image

Active installations

90,000+
Star-Image

WordPress version

6.9.4 or higher
php-Image

PHP version

7.2 or higher
translate-Image

Languages

16

Tags

External Links,New Tab,New Window,Nofollow,Noopener