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: 06/04/2026

External Permalinks

Enable pages, posts and/or custom post types to have permalinks that point to external URLs. The rel="noopener noreferrer nofollow" attribute will also be added for enhanced security and SEO benefits. Compatible with links added using Page Links To.

Overview

External Permalinks stores an outbound URL on a WordPress content object while keeping it in your admin lists, menus, and editorial workflows. Visitors who open the item’s native permalink are forwarded—commonly with a 301 Moved Permanently—to the external destination, signaling search engines that equity should consolidate on the target (when that is editorially correct). Teams use
this for “resource hub” posts that always live on a partner domain, sponsor stories, or temporary bridges during acquisition rebrands.

Meta boxes or sidebar controls (per implementation) capture the URL; Advanced Settings may gate post types, validate schemes, or adjust redirect codes—confirm UI labels for your release.

Who is this for?
Affiliate and partnership desks surface curated listings in WordPress but send clicks to retailers’ canonical PDPs. Corporate comms teams publish placeholder posts that redirect to intranet PDFs on day one and external microsites later. Developers migrating subdomain blogs can keep old permalinks active while Google updates to the final host. Always pair with analytics events if you need redirect telemetry beyond server logs.

Features

Per-Item Destination
Each post maps to its own external target string stored in post meta.
Single-View Redirect
Visiting /resources/example/ triggers HTTP redirect to configured URL.
SEO-Oriented Status
Defaults toward permanent redirects when appropriate—verify code policy with SEO leads.
Scope Controls
Advanced Settings limit which CPTs may redirect to reduce misuse.
Validation
May block obviously unsafe schemes or local loops depending on filters used.

How It Works

1
Enable the Module
Enable "External Permalinks" in WP PowerSuite.
2
Edit Content
Open an allowed item and paste HTTPS URL (or allowed scheme) into module field; save.
3
Test Incognito
Hit the WordPress permalink; confirm redirect chain length, status code, and final landing page.
4
Submit to Search Console
When replacing internal pages with outbound-only pointers, monitor coverage and backlinks.
5
Document Governance
Who may create redirects? How often are targets audited for 404s?
Performance Note
Single extra hop per qualifying request—negligible latency if destination is fast. Archive templates that surface meta per row should avoid N+1 external URL fetches; rely on cached object meta.

Installation & Activation

1
Install WP PowerSuite
Activate plugin.
2
Enable External Permalinks
Toggle on.
3
Configure Post Types
Restrict to types that should ever leave the domain from an editorial item.
4
Coordinate with Redirect Plugins
Avoid stacking rules that fight this module’s canonical WordPress route.
Requirements
PHP 8.1 or higher WordPress 6.0 or higher Permission to edit scoped post types

Use Cases

  • ExternalRedirects
    “Further reading” landing posts that always click through to Medium or Substack originals until a full migration completes.
  • GrantListings
    Government sites listing grant opportunities hosted on federal domains.
  • TicketLinks
    Event microsites linking ticketing platforms without orphaning navigation.

Frequently Asked Questions

Troubleshooting

  • Redirect loop or blank target
    Verify destination does not point back to same path, check http↔https mix, and purge stale cache at edge.
  • 302 when expecting 301
    Adjust module/SEO plugin settings; conflicting plugins may override status.
  • Menu item vs single URL mismatch
    Menus may link differently than single template—standardize via menu editor.
  • Destination 404s silently
    Schedule quarterly link audits; broken external targets hurt trust and SEO.