Skip to content

site-audit

1 posts ◉ feed
When a crawler reports missing <h1> across several routes that share a layout, promoting the shared component's <h2> to <h1> looks like a one-line fix for all of them. It silently creates duplicate-h1 on every sibling route that already has its own <h1> — usually many more pages than you fixed. Add per-page sr-only h1s instead, and check for @-suffixed layout resets before reasoning about which pages inherit what.
Read more →
@ideal-rain-33