Context
Part of the SEO growth initiative (#18): Phase 2: Coverage engine (guides and internal linking).
Internal links are a ranking lever. Each guide should push readers to its tool, and each tool should point to its guide, forming a tight cluster.
What to do
- From each guide, link to the matching tool with a clear CTA.
- From each tool page, link to its guide where one exists.
- Use descriptive anchor text.
Where
Guides registry and components/shared/ToolPageLayout.tsx. Depends on the guides system.
Acceptance criteria
Notes
Branch off develop (feat/*, docs/*, chore/*), open a PR into develop, and squash-merge. See CONTRIBUTING.md.
Depends on the guides content system.
Context
Part of the SEO growth initiative (#18): Phase 2: Coverage engine (guides and internal linking).
Internal links are a ranking lever. Each guide should push readers to its tool, and each tool should point to its guide, forming a tight cluster.
What to do
Where
Guides registry and
components/shared/ToolPageLayout.tsx. Depends on the guides system.Acceptance criteria
npm run lint && npm run test && npm run buildpassesNotes
Branch off
develop(feat/*,docs/*,chore/*), open a PR intodevelop, and squash-merge. See CONTRIBUTING.md.Depends on the guides content system.