Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 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
FLink & Button QualityAction16 issue(s) across 204 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/awwwards | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/awwwards | (empty) | empty | Add link text or aria-label |
| https://twitter.com/awwwards | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/awwwards | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/awwwardstv | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@awwwards.com | (empty) | empty | Add link text or aria-label |
| /makemepulse/ | makemepulse | img no alt | Add alt attribute to the image |
| https://hupr.ca/ | (empty) | empty | Add link text or aria-label |
| /Instynctweb/ | Instynct | img no alt | Add alt attribute to the image |
| https://pieterkoopt.nl/ | (empty) | empty | Add link text or aria-label |
| /get_uncommon/ | UNCOMMON | img no alt | Add alt attribute to the image |
| https://adcker.com/ | (empty) | empty | Add link text or aria-label |
| /emele.collab/ | Emele Collab | img no alt | Add alt attribute to the image |
| https://www.shader.se/ | (empty) | empty | Add link text or aria-label |
| /shader/ | Shader | img no alt | Add alt attribute to the image |
| https://loloagency.com/ | (empty) | empty | Add link text or aria-label |
| /LOLOAgency/ | The Agency of Love & Logic | img no alt | Add alt attribute to the image |
| https://madeinevolve.com/ | (empty) | empty | Add link text or aria-label |
| /made-in-evolve/ | Evolve | img no alt | Add alt attribute to the image |
| https://www.thisisstudiox.com | (empty) | empty | Add link text or aria-label |
| /jordan-gilroy/ | Jordan Gilroy | img no alt | Add alt attribute to the image |
| https://thejacketcirclegame.maxmara.com/ | (empty) | empty | Add link text or aria-label |
| /adoratorio.studio/ | Adoratorio Studio | img no alt | Add alt attribute to the image |
| https://www.raviklaassens.com/ | (empty) | empty | Add link text or aria-label |
| /raviklaassens/ | Ravi Klaassens | img no alt | Add alt attribute to the image |
| http://bachoodesign.com | bachoodesign.com | new tab | Add '(opens in new tab)' to text |
| https://area17.com | area17.com | new tab | Add '(opens in new tab)' to text |
| http://www.positioner.com | positioner.com | new tab | Add '(opens in new tab)' to text |
| /thecarrotcake/ | the carrotcake | img no alt | Add alt attribute to the image |
| /wondertabs/ | Wondertabs | img no alt | Add alt attribute to the image |
| /sunnysideup/ | Sunny Side Up | img no alt | Add alt attribute to the image |
| /DVIGA/ | DVIGA | img no alt | Add alt attribute to the image |
| https://fresque.ruinart.com | Visit Sotd. | new tab | Add '(opens in new tab)' to text |
| https://www.awwwards.com/academy/course/… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/awwwards; https://www.instagram.com/awwwards; https://twitter.com/awwwards; https://www.instagram.com/awwwards; https://www.youtube.com/awwwardstv; https://www.tiktok.com/@awwwards.com; https://hupr.ca/; https://pieterkoopt.nl/; https://adcker.com/; https://www.shader.se/ (+6 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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/makemepulse/"]; a[href="/Instynctweb/"]; a[href="/get_uncommon/"]; a[href="/emele.collab/"]; a[href="/shader/"]; a[href="/LOLOAgency/"]; a[href="/made-in-evolve/"]; a[href="/jordan-gilroy/"]; a[href="/adoratorio.studio/"]; a[href="/raviklaassens/"] (+4 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
http://bachoodesign.com; https://area17.com; http://www.positioner.com; https://fresque.ruinart.com
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy53 headingsREVIEW
- H2 Site of the Day Apr 21, 2026 Score 7.32 of 10
- H3 Ruinart - Digital fresco
- H2 Latest
- H3 Nominees
- H3 HUPR
- H3 HUPR
- H3 PieterKoopt®
- H3 PieterKoopt®
- H3 Adcker
- H3 Adcker
- H2 Winners
- H3 Recent Sitesof the Day.
- H3 Shader Development Studio
- H3 Shader Development Studio
- H3 The Agency of Love & Logic
- H3 The Agency of Love & Logic
- H3 Evolve
- H3 Evolve
- H3 Studio X
- H3 Studio X
- H3 Max Mara - Jacket Circle
- H3 Max Mara - Jacket Circle
- H3 Ravi Klaassens
- H3 Ravi Klaassens
- H2 Academy
- H3 Learn from thebest instructors.
- H3 Learn UI Design with Figma from Scratch
- H3 Nordic Design Intensive Course: Complete Branding
- H3 Innovative Web Design in Figma: A Step-by-Step Process
- H3 Learn Figma from 0 to 100 (10 Courses)
- H2 Collections
- H3 Explore a wide variety of collections.
- H3 Illustration in Web Design
- H3 CSS Animations
- H2 Directory
- H3 w.creators
- H2 Báchoo
- H2 AREA 17
- H2 Positioner - Hotel Agency
- H2 Blog
- H3 Explore thesepopular posts.
- H3 Shopify vs WooCommerce: What's the better?
- H3 100 Best Free Fonts for Designers in 2025
- H3 Trendy Gradients in Web Design
- H3 30 Great Websites with Parallax Scrolling
- H2 Market
- H3 A curated marketplace for digital & physical products
- H3 Aerin — A Motion-Driven Portfolio Template
- H3 dom — Architecture & Interior Design Template
- H3 Sites - Premium Design Agency Template [Framer]
- H3 Accura — Free Accounting Framer Website Template
- H3 Submit your website for visibility and recognition
- H3 Get access to special pro features
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (Search by Inspiration) | placeholder only |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
C404 Error PageActionHTTP 404, custom pageREVIEW
A+Alt Text QualityAll 64 images OKPASS
AFavicon & Branding5 icon(s) detectedPASS
A+Web ManifestPWA-readyPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 |
|---|---|---|---|---|---|
| h2 Latest | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Winners | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Academy | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Collections | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Directory | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Blog | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Market | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Ruinart - Digital fr… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 HUPR | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 PieterKoopt® | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Adcker | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Recent Sites | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 of the Day. | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Shader Development S… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 The Agency of Love &… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Evolve | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Studio X | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Max Mara - Jacket Ci… | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Ravi Klaassens | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h3 Learn from the | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
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+Lighthouse Accessibility AuditsScore 98/100 — 3 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.
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Instynct PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
UNCOMMON PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
Shader PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
The Agency of Love & Logic PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
Evolve PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
Jordan Gilroy PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
Adoratorio Studio PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
Sunny Side Up PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
Wondertabs PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
360&5 PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
cpluscandco PRO li > div.users-credits__item > figure.avatar-name > a.avatar-name__link |
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Name
Sunny Side Up PRO
View
Wondertabs PRO
View
360&5 PRO
View
cp… div.block > div.inner > div.box-table > table.tb-dotteds |