Answer the question
In order to leave comments, you need to log in
How much and how does the presence of headings affect "search engine optimization"?
On my site, in addition to the traditional h1, h2 tags, there are hidden tags for screen readers and other readers.
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
Answer the question
In order to leave comments, you need to log in
Hello, just in case, I will remind the logic of the hierarchy here .
In fact, when crawling, the bot can only see headers that are intended for a specific extension i.e. if you have specified the same h3 only for displays up to 420px, then the bot will see this title only when scanning "for mobile devices".
Accordingly, if you define headers only for specific devices, they will not conflict in any way in SEO.
I highly do not recommend such designs, because. they can frankly be regarded as search engine spam. See webmaster recommendations page - quote "We try not to index or rank high:....... Pages with invisible or barely visible text or links.".
At the same time, it will be difficult to determine in advance the relationship specifically to your project in this case, which initially contains hidden headers. I wouldn't risk it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question