feat(seo): rich per-tool content + category hubs (all 75 tools) - #110
Merged
Conversation
…r sample) - ToolSeoContent model + registry/tool-seo.ts (per-tool title/description/intro/ howTo/faqs, authored, graceful fallback to registry name/summary). - [tool].astro renders intro + How-to + FAQ + Related-tools + Home>Category>Tool breadcrumb, and emits HowTo + FAQPage JSON-LD alongside the existing schema. - New /category/<slug> hub pages (topical clusters + breadcrumb/related targets). - JSON Formatter fully authored as the style reference; other 74 to follow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ubfx4XocHcECaL8twp9zsr
Unique title (with 'Tool' keyword), meta description, intro, 3-5 how-to steps, and 3-4 FAQs per tool — grounded in each tool's real UI/flow. Renders on-page + feeds HowTo/FAQPage structured data. Kills the prior 75-way duplicate meta description and fixes thin-content pages. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ubfx4XocHcECaL8twp9zsr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the biggest SEO gap for a tools site — thin pages + duplicate meta.
What
/category/<slug>): topical-cluster landing pages + targets for the new Home › Category › Tool breadcrumb and the Related tools block on each page (internal linking).ToolSeoContent+registry/tool-seo.ts(graceful fallback to registry name/summary).Verify
npx vitest run→ 603 passednpm run lint→ 0 errorsnpm run build→ 94 pages (75 tools + 9 category hubs + rest); all 74 web tools render the content; FAQPage/HowTo present in built HTML.OG images follow in a separate PR.