

Site-wide link suggestions report with match scores and one-click insertion
Albion Link Assistant is a free, self-hosted internal linking tool. It uses your own OpenAI API key to semantically index your content and suggest the most relevant internal links while you write.
Documentation and setup guide: albionsite.com/plugins/albion-link-assistant
Post content is sent to OpenAI to generate embeddings. No content is stored externally — embeddings are saved in your own WordPress database.
This plugin connects to the OpenAI API to turn your posts into embeddings, which is how it works out which pages are related.
It is called when you index or re-index your content, and when suggestions are requested for the post you are editing. The post title and text content are sent for that purpose. No personal data about your visitors is sent, and nothing is sent anywhere else — the plugin talks only to OpenAI, using an API key you supply yourself.
Service: OpenAI API — api.openai.com
Terms of use: openai.com/policies/terms-of-use
Privacy policy: openai.com/policies/privacy-policy
This plugin ships as plain, human-readable source. There is no build step, no bundler and no minified first-party code — every JavaScript file under assets/js/ is the file that actually runs and can be edited directly.
The Gutenberg sidebar is written against the wp.* browser globals using wp.element.createElement, so it requires no compilation.
Third-party libraries:
assets/vendor/d3/, which contains both the minified build (d3.min.js, used by the plugin) and the full unminified source (d3.js), along with the upstream LICENSE file. Both are shipped exactly as published on npm and are not modified.Development happens at: github.com/albion-web-studio/albion-link-assistant
Built and maintained by Albion Web Studio, a web development studio working on WordPress, WooCommerce, OpenCart and custom CRM projects. This plugin came out of internal work on client sites and is released free under the GPL.