

<strong>All Links</strong> — admin list with search, filters, status views, and bulk actions
GT Link Manager is a 100% free high-performance branded link manager for WordPress — no upsells, no premium tiers, no paywalls. It stores links in custom database tables (not custom post types), resolves redirects early on init, and keeps your site fast — even with thousands of links.
Your links follow a clean URL pattern: yoursite.com/go/your-slug (the prefix is configurable and can even be removed on individual links).
Official Page & Documentation | Free Training Course | REST API & AI Tools Guide
Most link management plugins use custom post types, which means every redirect loads the full WordPress template stack. GT Link Manager takes a different approach — it intercepts the request early, looks up the slug in a UNIQUE-indexed database column, sends the redirect header, and exits. No theme loading, no unnecessary queries.
init (priority 0) via direct DB lookup, no CPT overheadnofollow, sponsored, and ugc per link for proper SEO attributionX-Robots-Tag: noindex header to prevent search engines from indexing redirect URLs/go/ ? Sure thing. Use the GT Link Manager as an alternative to Rank Math Redirections, Yoast Redirects, Redirection plugin etc. Tested to be faster than these top tools.gtlm_before_redirect hook; integrate with GA4, Plausible, Fathom, and moreGT Link Manager provides a comprehensive set of hooks for customization:
gtlm_before_redirect — action fired before redirect (use for click tracking or logging)gtlm_redirect_url — filter to modify the destination URLgtlm_redirect_code — filter to modify the HTTP status codegtlm_rel_attributes — filter to modify rel attribute valuesgtlm_headers — filter to modify redirect response headersgtlm_prefix — filter to override the URL prefixgtlm_capabilities — filter to override the required user capabilitygtlm_cache_ttl — filter to set object cache TTL for link lookupsThe GT Link Manager Training is a free 25-lesson course (under 2 hours) covering everything from installation to advanced developer integrations:
The Developer Reference includes step-by-step integration guides for:
GT Link Manager has a full REST API that works with AI tools for programmatic link management. The REST API & AI Tools Guide covers authentication setup, all available endpoints, and integration with AI platforms including Claude Code, OpenAI Codex, WP-MCP, Novamira, Claudeus WordPress MCP, and WordPress MCP Adapter.
The block editor assets (blocks/link-inserter/build/) are compiled from the source at blocks/link-inserter/src/ using @wordpress/scripts. The full source code is available in this plugin and on GitHub at https://github.com/wpgaurav/gt-link-manager.
To build from source:
cd blocks/link-inserter && npm install && npm run build