WP Manifestindependent plugin directory
manifest / seo / intertexere

Intertexere

Contextual internal linking assistant for WordPress.

by Jim Lunsford · github.com/jimlunsford/intertexere

0stars
0forks

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.zip

Readme

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:

  1. plugin foundation and content indexing
  2. internal-link graph
  3. read-only editor suggestions
  4. WordPress-native AI integration
  5. explicit link insertion
  6. site-level internal-link auditing

Project Documentation

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.

Read the full README on GitHub →