• When a screen-reader user types a query into the search field, the screen reader does not automatically announce how many results were found. The user must manually navigate away from the search field to the results area to check whether anything was found, and may need to move back again to adjust the query.
• The heading that displays the number of search results is written in English, while the main language of the site is Ukrainian.
Potential Improvement Considerations
Could it be possible to add aria-live="polite" to the heading that displays the number of search results, so that screen readers automatically announce any updates to its content?
Could the heading level be updated from <h6> to <h2> to improve semantic structure and accessibility for assistive technologies?