Constrained WordPress internal links
A WordPress internal linking plugin designed not to invent links
The short answer: FounderPostAI gives the model a closed list of real published destinations and accepts a suggestion only when the exact anchor phrase already exists as ordinary text in the source page. The inserter skips headings, code, shortcodes, and existing links.
Written from the current product implementation and checked on .
Who this workflow is for
- Best for
- Editors who want contextual suggestions with conservative insertion rules
- Works with
- Published WordPress posts and pages in the Block or Classic Editor
- Practical outcome
- Reviewable source, destination, and anchor combinations that WordPress can validate
What matters in practice
A workflow you can inspect, test, and reverse.
Start with a closed candidate set
The optimizer gathers real published posts and pages from the same WordPress site before asking for suggestions. The model chooses from those candidates rather than generating a destination URL from memory.
- Candidate IDs and permalinks come from WordPress
- Draft, private, and invented destinations are not offered
- The current page is excluded from its own candidate list
Require anchor text that already exists
A recommendation must identify an exact phrase already present in the source content. That constraint avoids dropping unnatural invented copy into an otherwise finished paragraph merely to create a link.
- Exact source phrase is checked before insertion
- Existing links are not nested or replaced
- The destination is revalidated when the suggestion is applied
Insert through WordPress-aware safeguards
The inserter understands block content and parsed HTML. It avoids structural or executable areas where a text replacement could damage formatting or behavior.
- Skips headings, code, preformatted text, and shortcodes
- Avoids block comments and existing anchor elements
- Saves a WordPress revision before changing content
A practical sequence
Put the workflow into practice
- 01
Analyze a source page
AI Suite collects the live text and a list of eligible published destinations.
- 02
Review the proposed relationship
Check the destination, exact anchor phrase, and whether the link helps a reader.
- 03
Revalidate at application time
WordPress confirms the target and source phrase still exist before any insertion.
- 04
Write a recoverable change
A revision is saved first, then the ordinary WordPress link is added to the content.
Boundaries matter
What this workflow does not promise
- No model-generated destination URLs
- No invented anchor copy
- No insertion inside headings, code, shortcodes, or existing links
- No change without a WordPress revision first
Common questions
Will internal links remain if I deactivate the plugin?
Yes. Applied links are ordinary WordPress content. Deactivating AI Suite does not turn them into broken shortcodes or remove them.
Does it automatically add every suggestion?
The free workflow requires review. SEO Pro offers conservative auto-apply settings, but those settings are optional and still use the same validation rules.
Does it find broken links or orphan pages?
FounderPostAI currently focuses on generating and safely applying contextual suggestions. It does not claim the full reporting toolset of a dedicated link-audit product.
Continue researching
Related WordPress SEO resources
Try the review workflow on a real WordPress page.
AI Suite Core is free on WordPress.org, and SEO is a free GPL-licensed download. Install Core first, then add SEO and review every suggestion before applying it.
Get Core on WordPress.org →