OrdoLink is the fast, performance-first internal link builder built for WordPress. It analyzes your published posts and surfaces high-value internal linking opportunities directly inside the Gutenberg block editor-without slowing down your database.
Unlike traditional internal link plugins that run heavy database queries on your server and cause CPU spikes, OrdoLink handles language processing off-site via a dedicated high-performance engine. You get instant, semantic link suggestions with zero site bloat.
Key features:
OrdoLink processes language analysis and vector matching on an off-site server rather than executing heavy operations inside your WordPress MySQL database.
By offloading natural language processing to dedicated external infrastructure, OrdoLink delivers contextual link suggestions while keeping your WordPress admin light and responsive, regardless of your site’s content library size.
A free plan covers up to 100 posts with no credit card required. Starter, Publisher, and Agency plans are available for larger sites and networks. Your current usage is shown under OrdoLink Settings, where you can upgrade at any time.
OrdoLink sends data to the OrdoLink service (ordolink.net) in the following situations:
No raw HTML, user accounts, or personal visitor data are transmitted. Post data leaves your server only when you explicitly trigger an analysis.
The Gutenberg sidebar is built from source using @wordpress/scripts (webpack). If you modify src/index.js you need to rebuild before the changes take effect.
Requirements: Node.js 20+ and npm.
From the wp-plugin/ordolink/ directory:
npm installbuild/index.js): npm run buildnpm startnpm testThe unminified source (src/) is included in every distributed zip. All PHP files are plain, human-readable PHP with no build step required.