← back to Allnewsdaily
seo/a11y: add visually-hidden <h1> (site name) for heading semantics — zero visual change
e17fb53f9d138700b6dc12f677090c805049240f · 2026-06-03 20:27:42 -0700 · Steve Abrams
Files touched
Diff
commit e17fb53f9d138700b6dc12f677090c805049240f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jun 3 20:27:42 2026 -0700
seo/a11y: add visually-hidden <h1> (site name) for heading semantics — zero visual change
---
public/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/public/index.html b/public/index.html
index 312a7b4..3fc5e37 100644
--- a/public/index.html
+++ b/public/index.html
@@ -118,6 +118,7 @@
</style>
</head>
<body>
+<h1 style="position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0">All News Daily</h1>
<header>
<div class="bar">
<div class="brand"><span class="dot"></span>All News Daily<small>global newsroom directory</small></div>
← cca2fa3 Harden external links with rel=noopener noreferrer
·
back to Allnewsdaily
·
(newest)