Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction8 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
DAlt Text QualityAction3 of 128 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction14 issue(s) across 99 links and 19 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /legal/cookie-policy/ | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| /legal/cookie-policy/ | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://www.lingoapp.com/ | Lingo Brand Manager | new tab | Add '(opens in new tab)' to text |
| https://blog.thenounproject.com/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://www.podcast.thenounproject.com | Podcast | new tab | Add '(opens in new tab)' to text |
| https://thenounproject.zendesk.com/ | Customer Support | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://www.lingoapp.com/ | Lingo Brand Manager | new tab | Add '(opens in new tab)' to text |
| https://blog.thenounproject.com/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://www.podcast.thenounproject.com | Podcast | new tab | Add '(opens in new tab)' to text |
| https://thenounproject.zendesk.com/ | Customer Support | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| /thelist/designers-2025/?utm_source=home… | (empty) | empty | Add link text or aria-label |
| /thelist/designers-2025/?utm_source=home… | Top Designers of 2025 | new tab | Add '(opens in new tab)' to text |
| /thelist/designers-2025/?utm_source=home… | Creative Inspiration | new tab | Add '(opens in new tab)' to text |
| https://blog.thenounproject.com/accessib… | (empty) | empty | Add link text or aria-label |
| https://blog.thenounproject.com/accessib… | Accessibility Iconathon Set | new tab | Add '(opens in new tab)' to text |
| https://blog.thenounproject.com/accessib… | Creative Inspiration | new tab | Add '(opens in new tab)' to text |
| /thelist/photographers-2025/ | (empty) | empty | Add link text or aria-label |
| /thelist/photographers-2025/ | Top Photographers of 2025 | new tab | Add '(opens in new tab)' to text |
| /thelist/photographers-2025/ | Creative Inspiration | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/nounproject | (empty) | empty | Add link text or aria-label |
| https://www.threads.com/@nounproject | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/thenounproject | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/noun-pr… | (empty) | empty | Add link text or aria-label |
| https://open.spotify.com/show/2czl85XW02… | (empty) | empty | Add link text or aria-label |
| https://www.pinterest.com/thenounproject… | (empty) | empty | Add link text or aria-label |
| mailto:info@thenounproject.com?subject=W… | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://thenounproject.zendesk.com/ | Support | new tab | Add '(opens in new tab)' to text |
| https://www.lingoapp.com/ | Lingo | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /; /; /thelist/designers-2025/?utm_source=homepage&utm_medium=recent+posts&utm_camp…; https://blog.thenounproject.com/accessibility-icons/; /thelist/photographers-2025/; /; https://www.instagram.com/nounproject; https://www.threads.com/@nounproject; https://www.facebook.com/thenounproject (+3 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/legal/cookie-policy/; /legal/cookie-policy/; https://www.lingoapp.com/; https://blog.thenounproject.com/; https://www.podcast.thenounproject.com; https://thenounproject.zendesk.com/; https://www.lingoapp.com/; https://blog.thenounproject.com/; https://www.podcast.thenounproject.com; https://thenounproject.zendesk.com/ (+9 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.styles__UnstyledButton-sc-15hrzrc-1 (#303 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy23 headings, 2 skip(s)REVIEW
- H1 Free Icons and Stock Photos, Made by Humans
- H2 The world’s largest and most diverse collection of high-quality vector icons and photos. Crafted and curated by real human Creators.
- H5 Free Icon Library skipped
- H5 Icons for PowerPoint
- H5 AI Icons & Symbols
- H5 Technology Photos
- H5 People Icons
- H5 Flat Lay Pictures
- H5 Free Arrows: SVG & PNG
- H5 Free Stock Photos
- H5 Our Best Icons
- H6 Explore Trends
- H2 What Makes Noun Project the Best Free Icon and Stock Photo Library
- H3 Vast, Free Icon Collection
- H3 Visually Reflects Your Audience
- H3 Boosts Design Consistency
- H3 Powers Graphics for Top Brands
- H3 Provides Worry-Free Licenses
- H3 Supports Human Artists
- H2 Recent Posts
- H6 Top Designers of 2025 skipped
- H6 Accessibility Iconathon Set
- H6 Top Photographers of 2025
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
BFavicon & Branding7 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Free Icons and Stock… | 2.14:1 | 3.0:1 | #FFFFFF | #94B2EB | Fail |
| h2 The world’s larges… | 8.29:1 | 3.0:1 | #141824 | #94B2EB | Pass |
| h2 Crafted and curated … | 8.29:1 | 3.0:1 | #141824 | #94B2EB | Pass |
| h2 What Makes Noun Proj… | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| h2 Recent Posts | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| h3 Vast, Free Icon Coll… | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| h3 Visually Reflects Yo… | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| h3 Boosts Design Consis… | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| h3 Powers Graphics for … | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| h3 Provides Worry-Free … | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| h3 Supports Human Artis… | 9.83:1 | 3.0:1 | #000000 | #94B2EB | Pass |
| title 10M Free Icons & Sto… | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| div We use cookies per o… | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| a Cookie Policy | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| div to make your experie… | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| span Manage | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| span Accept | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| div We use cookies per o… | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| a Cookie Policy | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
| div to make your experie… | 1.19:1 | 4.5:1 | #000000 | #141824 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | Search term | aria-label |
| q | search | Search term | aria-label |
| q | search | Search term | aria-label |
| newsletter-sub | none |
A+Lighthouse Accessibility AuditsScore 97/100 — 2 failing, 26 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Free Icon Library div.styles__CollectionContent-sc-1e10igo-3 > div.styles__TextContainer-sc-1e10igo-0 > div.styles__BoxHeadingContainer-sc-1e10igo-1 > h5.styles__StyledHeading-sc-k2xxpr-0 |
Top Designers of 2025 div.styles__GridContainer-sc-p3f18g-1 > div.styles__GridItem-sc-p3f18g-0 > div.styles__PostContent-sc-srhdxk-0 > h6.styles__StyledHeading-sc-k2xxpr-0 |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.