fix(home): improve homepage semantics - #98
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
nibzard
marked this pull request as ready for review
July 30, 2026 17:33
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.
What changed
Steel Documentationas the visible title and promote it to the pageh1h2and a unique anchorWhy
The homepage began at
h3, reused the same anchor ID across three sections, and described the docs without directly explaining what Steel is. That weakened the page outline and made the primary answer harder for search engines and AI systems to extract.The longer product definition also increased flex pressure beside the animated logo. Its inline dimensions remained 188×188, but the flex item could shrink. The new
shrink-0contract preserves its rendered size.Impact
The page keeps its existing visual construction and navigation. Its raw HTML now has one clear title, a complete section hierarchy, unique anchors, and a concise product definition. The animated logo retains its original size.
Validation
bun run check --error-on-warningsbun run typecheckbun run validate-linksbun run buildbun test tests/e2e/llm-endpoints.test.ts— 20 passedgit diff --check