We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594b5c4 commit 18227f3Copy full SHA for 18227f3
packages/web/scripts/workers-site/index.js
@@ -135,7 +135,7 @@ class SEOHandlerBody {
135
if (!h1) {
136
return
137
}
138
- const h1Tag = `<h1 id="audius-h1" style="visibility:hidden;display:none;">${h1}</h1>`
+ const h1Tag = `<h1 id="audius-h1" style="position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;">${h1}</h1>`
139
element.prepend(h1Tag, { html: true })
140
141
0 commit comments