WP PowerSuite
150+ modules in one suite — toggle only what you need. Zero runtime cost for features you leave off.
See Plans
On This Page
v 1.0.2
Last updated: 03/04/2026

Open All External Links in New Tab

External links in content open in a new tab with privacy- and SEO-friendly rel attributes.

Overview

Readers leaving your site through citations, partner blogs, or research papers often expect your article tab to stay put while references open beside it. Manually adding target=”_blank” and safe rel values across hundreds of links is fragile. This module filters post content and approved comment bodies so outbound links—detected relative to your site’s canonical host—gain new-tab behavior and hardened rel attributes without touching the database HTML on every save (behavior depends on filter timing; cached output still reflects results).

Pair with internal linking strategy: only true external hosts should receive these attributes; subdomains and alternate domains need testing per multisite and CDN mapping.

Who is this for?
Newsrooms citing government filings, hobbyists referencing vendor documentation, and e-learning authors linking prerequisites all reduce accidental navigation away from long lessons. Legal teams may prefer nofollow on outbound citations— confirm rel policy aligns with counsel.

Features

Host-Aware Classification
Compares link href hosts to the current site to decide “external.”
Target and rel Injection
Adds target="_blank" alongside noopener, noreferrer, and nofollow per module rules for qualifying anchors.
Content and Comments
Processes main entry bodies and comment content where filters attach—great for UGC-heavy sites.
Idempotent Filters
Skips links already specifying desired attributes when detectable, reducing duplicate tokens.

How It Works

1
Enable the Module
Enable "Open All External Links in New Tab" under WP PowerSuite.
2
Audit Subdomains and Staging
Decide whether blog.example.com vs www.example.com should count as internal; test multisite paths.
3
Load Sample Posts
Inspect anchor tags in dev tools; confirm only outbound links changed.
4
Clear Page Cache
CDNs must fetch updated HTML with augmented anchors.
5
Monitor Analytics
Bounce rate interpretation shifts when users keep your tab open—update reporting narratives if needed.
Performance Note
Runs during content filtering; cost scales with HTML size per post. Full-page cache amortizes work. Avoid stacking multiple plugins performing the same DOM walk.

Installation & Activation

1
Install WP PowerSuite
Activate plugin.
2
Enable Module
Toggle on.
3
Coordinate with “nofollow all external” SEO plugins
Prevent contradictory rel churn—pick one authoritative layer.
4
Test Comments Moderation
Ensure pending comments still render safely after approval.
Requirements
PHP 8.1 or higher WordPress 6.0 or higher Permission to manage options (Administrator)

Use Cases

  • LinkDigests
    Weekly link digests pointing to dozens of sources.
  • ReadingLists
    Courseware with mandatory reading lists off-domain.
  • ResourceLinks
    Community Q&A threads where answers hyperlink tools.

Frequently Asked Questions

Troubleshooting