Commit f76707c
Fix multiple H1 headings in client-vs-server-rendering.md
Changed second H1 to H2 for proper document structure:
- Line 21: "# Different Server-Side Rendering Code" → "## Different..."
Having multiple H1s in a document is problematic for:
- SEO (search engines expect one H1 per page)
- Accessibility (screen readers use heading hierarchy)
- Documentation systems (assume H1 is the page title)
- Navigation/table of contents generation
The second heading is a subtopic about techniques for having different
client/server code, so it should be H2 under the main page topic.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d719da4 commit f76707c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments