techishiring-website icon indicating copy to clipboard operation
techishiring-website copied to clipboard

[BUG]: A11Y: About page should not have multiple h1 elements

Open dgodongm opened this issue 1 year ago • 1 comments

About page has multiple h1 elements.

Expected Behavior

Web pages should only have one h1 and it should generally be for the title

Current Behavior

About page has 2 h1 elements

Possible Solution

At a high level components should not default to having h1. Should be able to have heading level set dynamically based on context. If a default level is specified, then it should be h2.

Steps to Reproduce

  1. Navigate to About page (http://localhost:3000/about when running locally)
  2. Inspect page or run HeadingsMap browser add-on

Screenshot: Screenshot 2023-10-02 at 4 50 10 PM

dgodongm avatar Oct 02 '23 23:10 dgodongm

I would love to pick this up.

kelvinsekx avatar Oct 03 '23 17:10 kelvinsekx