A problem I find with Semantic HTML

I am making a dashboard website for a mobile game I enjoy. The problem I encountered with the lack of tags and I end up using too much <section> tags and not everything is a section but without it there is nothing else to use. Sure I use <header>, <nav>, <main>,<footer>, <section> but for example <article> is way too specific it's a dashboard not blog post or a cooking recipe and it doesn't have any headings.

So I am wondering there is NO SHOT screen readers gonna use it.
And is this even worth learning more, because the more I read it the more divs with class names and comments sounds less complex.

And semantics at this point is ironic because since html5 nothing about that has meaning, or rather it has meaning but the meaning is more specific rather being general.

Such as <item>, <container>, <content>,etc.
Was this page helpful?