Intertexere
Contextual internal linking assistant for WordPress.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jimlunsford/intertexere/archive/refs/heads/main.zipReadme
Intertexere
Contextual internal linking assistant for WordPress.
Intertexere helps WordPress editors discover useful internal-link opportunities while writing, understand the site's existing internal-link graph, and insert approved links without surrendering editorial control.
Intertexere is an open-source WordPress plugin under active development.
Core Principles
- WordPress remains the source of truth for site content.
- Intertexere stores only rebuildable analysis data and intentional plugin preferences.
- AI suggestions are advisory.
- Post content is not changed without explicit editor approval.
- Inserted links remain normal WordPress links.
- AI provider support should use WordPress-native provider-agnostic infrastructure where practical.
- AI or indexing failures must not break normal WordPress editing or publishing.
- Useful contextual relationships matter more than arbitrary internal-link quotas.
Initial Platform Baseline
- WordPress 7.1+
- Block Editor
- WordPress Abilities API
- WordPress AI Client
- WordPress Connectors API
Specific API usage is verified against the pinned WordPress 7.1 runtime and Core source before production use.
Development Status
Milestones 0.1 through 0.6 are implemented. The 0.6.1 maintenance patch adds bounded, insertion-aware suggestion locations, destination-specific anchor selection, and precise fail-safe read-only explanations. The 0.6.2 maintenance correction rejects shared boilerplate headings as insertion evidence while preserving destination-specific titles and unique headings. Plugin version is 0.6.2 and schema remains version 2.
The initial roadmap is:
- plugin foundation and content indexing
- internal-link graph
- read-only editor suggestions
- WordPress-native AI integration
- explicit link insertion
- site-level internal-link auditing
Project Documentation
- Architecture
- Product Rules
- Development Rules
- Roadmap
- Internal Link Graph design
- Read-Only Editor Suggestions design
- WordPress-Native AI Integration
- Explicit Link Insertion plan
- Site Link Audit
- 0.1 Acceptance Criteria
- 0.2 Acceptance Criteria
- 0.3 Acceptance Criteria
- 0.4 Acceptance Criteria
- 0.5 Acceptance Criteria
- 0.6 Acceptance Criteria
Name
Intertexere is Latin for interweaving or intertwining, reflecting the plugin's purpose of connecting related content across a WordPress site.
License
Intertexere is licensed under the GNU Affero General Public License version 3 or later (AGPL-3.0-or-later). See LICENSE for the complete license text.
See THIRD_PARTY_NOTICES.md for bundled third-party licensing, attribution, and corresponding-source directions.