Responsiveness and SEO
Unanswered
Norwegian Forest Cat posted this in #help-forum
Norwegian Forest CatOP
Hello.
Currently I'm working on a site that is very SEO heavy. The general recommendation is to have a single H1 tag on a page.
For responsiveness I use tailwind
Does anybody have an idea how to deal with this? How to get rid of the elements in HTML? Or is there better way how to do responsive design?
Currently I'm working on a site that is very SEO heavy. The general recommendation is to have a single H1 tag on a page.
For responsiveness I use tailwind
hidden class. However the element is not rendered, it is still present in HTML. Thefore sometimes I have multiple H1 tags on a page because my layout on mobile is very different. Does anybody have an idea how to deal with this? How to get rid of the elements in HTML? Or is there better way how to do responsive design?
2 Replies
@@ts-ignore https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-hidden
Norwegian Forest CatOP
Hmm, I do not think that this solves my problem. It also says that it should not be applied when display:none is applied.