Content infrastructure: Improve inter-article linking strategy #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Article
relatedslugs reference existing articles, but there's no systematic cross-linking strategy. Internal links are placed inconsistently and don't form topical clusters.Suggested fix
Priority
Low effort, medium impact — simple internal linking pattern.
Created scripts/audit-links.ts — full internal link audit tool.
Key findings:
Added package.json
audit:linksscript. Run withbun run audit:links.Closes #52