ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
11 stars 8 forks source link

refactor(component-footer): update Footer Site Name Tag from h5 to p.h5 #1075

Closed scott-williams-az closed 1 year ago

scott-williams-az commented 1 year ago

Description

SEO best practice to not skip heading levels. As an example, we have pages with an H1, H2, and H3. Without an H4, the headings automatically skip a level when it has the H5 in the footer.

Solution

Swapping the <h5> footer site name with <p class="h5">

Links

Checklist

Browsers