Contextual Link Weaver is an intelligent internal linking assistant that uses the Gemini AI (gemini-2.5-flash
) to provide context-aware link suggestions directly in the WordPress editor. It's designed to streamline your SEO workflow and help you build a powerful internal link graph with minimal effort.
- AI-Powered Suggestions: Leverages the Gemini AI (
gemini-2.5-flash
) to understand the context of your content and provide highly relevant link suggestions. - Gutenberg Integration: A clean, intuitive sidebar panel right where you need it in the post editor.
- One-Click Insertion: Insert links with a single click, and the plugin scrolls you to the newly created link.
- Prompt Engineering: Fine-tune the AI's behavior with a detailed prompt to match your site's specific SEO strategy.
- Download the latest release from the Releases page.
- In your WordPress admin, go to Plugins > Add New > Upload Plugin.
- Upload the
.zip
file and activate the plugin. - Navigate to Settings > Link Weaver and enter your Google Gemini API key.
- Open any post or page to start using the Link Weaver sidebar.
This plugin uses modern JavaScript tooling. To work on the source files:
- Clone the repository.
- Navigate to the plugin directory:
cd contextual-link-weaver
- Install dependencies:
npm install
- Run the build process for development:
npm start