A screen reader has a much easier job if you use semantic HTML. That means
HTML that explains what's inside. For example, you should use a
nav tag when creating a navigation element, rather than a
div with class="navigation". Also, consider using
main, section, footer, header, article, h1, h2, h3
tags, among others.