Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction29 issue(s) across 68 links and 22 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /browse/go | go | generic text | Replace with descriptive text |
Before: go Suggested: Go | |||
| /browse/go | go | generic text | Replace with descriptive text |
Before: go Suggested: Go | |||
| https://anyclip.com?source=logo&wid=0011… | Brand logo | new tab | Add '(opens in new tab)' to text |
| https://anyclip.com/?source=powered&wid=… | Powered by AnyClip | new tab | Add '(opens in new tab)' to text |
| https://anyclip.com/privacy-policy/?sour… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://docs.anyclip.com/en/articles/918… | Keyboard Shortcuts | new tab | Add '(opens in new tab)' to text |
| https://www.thesaurus.com/articles/5-gra… | Grammar 5 Grammar Rule… | img no alt | Add alt attribute to the image |
| https://www.words.com/connectword | Today's Featured Game … | new tab | Add '(opens in new tab)' to text |
| https://www.words.com/connectword | Today's Featured Game … | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://www.ixl.com/company/careers | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/dictionarycom | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/dictionarycom | (empty) | empty | Add link text or aria-label |
| https://www.x.com/dictionarycom | (empty) | empty | Add link text or aria-label |
| https://www.linkedIn.com/company/diction… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/c/DictionarycomV… | (empty) | empty | Add link text or aria-label |
| https://apps.apple.com/us/app/dictionary… | (empty) | empty | Add link text or aria-label |
| https://play.google.com/store/apps/detai… | (empty) | empty | Add link text or aria-label |
| https://www.ixl.com | (empty) | empty | Add link text or aria-label |
| https://www.dictionarymedia.com | (empty) | empty | Add link text or aria-label |
| https://www.dictionary.com/ | (empty) | empty | Add link text or aria-label |
| https://www.vocabulary.com/ | (empty) | empty | Add link text or aria-label |
| https://www.words.com/ | (empty) | empty | Add link text or aria-label |
| https://www.ingles.com/ | (empty) | empty | Add link text or aria-label |
| https://www.spanishdict.com/ | (empty) | empty | Add link text or aria-label |
| https://www.frenchdictionary.com/ | (empty) | empty | Add link text or aria-label |
| https://www.rosettastone.com/ | (empty) | empty | Add link text or aria-label |
| https://www.ixl.com/ | (empty) | empty | Add link text or aria-label |
| https://www.teacherspayteachers.com/ | (empty) | empty | Add link text or aria-label |
| https://www.education.com/ | (empty) | empty | Add link text or aria-label |
| https://www.abcya.com/ | (empty) | empty | Add link text or aria-label |
| https://www.wyzant.com/ | (empty) | empty | Add link text or aria-label |
| https://www.multiplication.com/ | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; https://www.facebook.com/dictionarycom; https://www.instagram.com/dictionarycom; https://www.x.com/dictionarycom; https://www.linkedIn.com/company/dictionary.com/; https://www.youtube.com/c/DictionarycomVideo; https://apps.apple.com/us/app/dictionary-com-english-words/id308750436; https://play.google.com/store/apps/details?id=com.dictionary&hl=en; https://www.ixl.com; https://www.dictionarymedia.com (+13 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
Generic link text like 'click here' doesn't describe the destination.
/browse/go ("go"); /browse/go ("go")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.thesaurus.com/articles/5-grammar-rules-you-dont-need"]
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.
https://anyclip.com?source=logo&wid=0011r00002KyO15AAF_M8141; https://anyclip.com/?source=powered&wid=0011r00002KyO15AAF_M8141; https://anyclip.com/privacy-policy/?source=policy&wid=0011r00002KyO15AAF_M8141; https://docs.anyclip.com/en/articles/9182962-keyboard-accessibility; https://www.words.com/connectword; https://www.words.com/connectword; https://www.ixl.com/company/careers
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.search-button (#113 on page); button (#432 on page); button.ot-floating-button__open (#715 on page); button.ot-floating-button__close (#724 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality1 of 30 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| inputSearchWord | search | (Search a word or phrase) | 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="search" name="inputSearchWord">
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
CFavicon & BrandingAction9 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 80/100 — 5 failing, 23 passedREVIEW
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#onetrust-consent-sdk > div#ot-sdk-btn-floating > div.ot-floating-button__front > button.ot-floating-button__open div#onetrust-consent-sdk > div#ot-sdk-btn-floating > div.ot-floating-button__front > button.ot-floating-button__open |
div#onetrust-consent-sdk > div#ot-sdk-btn-floating > div.ot-floating-button__back > button.ot-floating-button__close div#onetrust-consent-sdk > div#ot-sdk-btn-floating > div.ot-floating-button__back > button.ot-floating-button__close |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.featured-articles-homepage > div.all-articles-container > a.lk-primary-article > img.hero-image div.featured-articles-homepage > div.all-articles-container > a.lk-primary-article > img.hero-image |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ac-player-wrapper > div.ac-lre-player > div.ac-lre-display-ad-container > iframe div.ac-player-wrapper > div.ac-lre-player > div.ac-lre-display-ad-container > iframe |
div.ac-lre-player > div.ac-lre-fallback-ad-wrapper > div.ac-lre-fallback-ad-container > iframe div.ac-lre-player > div.ac-lre-fallback-ad-wrapper > div.ac-lre-fallback-ad-container > iframe |
body.pg-tcom-home > iframe body.pg-tcom-home > iframe |
body.pg-tcom-home > iframe body.pg-tcom-home > iframe |
body.pg-tcom-home > iframe body.pg-tcom-home > iframe |
body.pg-tcom-home > iframe body.pg-tcom-home > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
footer.site-ftr > div.logos-primary-container > div.primary-section > a footer.site-ftr > div.logos-primary-container > div.primary-section > a |
div.logos-primary-container > div.primary-section > div.social-logo-container > a div.logos-primary-container > div.primary-section > div.social-logo-container > a |
div.logos-primary-container > div.primary-section > div.social-logo-container > a div.logos-primary-container > div.primary-section > div.social-logo-container > a |
div.logos-primary-container > div.primary-section > div.social-logo-container > a div.logos-primary-container > div.primary-section > div.social-logo-container > a |
div.logos-primary-container > div.primary-section > div.social-logo-container > a div.logos-primary-container > div.primary-section > div.social-logo-container > a |
div.logos-primary-container > div.primary-section > div.social-logo-container > a div.logos-primary-container > div.primary-section > div.social-logo-container > a |
div.logos-primary-container > div.primary-section > div.social-logo-container > a div.logos-primary-container > div.primary-section > div.social-logo-container > a |
div.logos-primary-container > div.primary-section > div.social-logo-container > a div.logos-primary-container > div.primary-section > div.social-logo-container > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Get the Word of the Day div.box-content-primary > section.sec-wotd-card > div.box-wotd-card > button.btn-common-cta |
These are opportunities to improve the legibility of your content.
ALandmark Structure7 landmarksPASS
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
A+Heading Hierarchy19 headingsPASS
- H1 Thesaurus.com
- H2 The Thesaurus for the Real World
- H3 Popular searches:
- H3 Word of the Day
- H3 braird
- H2 Featured Articles
- H3 Grammar
- H4 5 Grammar Rules You Don't Actually Need to Follow
- H3 Word Origins
- H4 All 50 State Names and Their Origins
- H3 Commonly Confused
- H4 CV vs. Resume: What Are the Differences?
- H3 Food & Drink
- H4 This List of Vegetables Is No Small Potatoes
- H2 Trending Words
- H3 EBT 🛒💳
- H3 NaNoWriMo ✍️⏳
- H3 Leeroy Jenkins 🎮🤦
- H3 blockchain 🧱🔗
A404 Error PageHTTP 404, custom pagePASS
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 The Thesaurus for th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured Articles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trending Words | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Popular searches: | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Grammar | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Word Origins | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Commonly Confused | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Food & Drink | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 EBT 🛒… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 NaNoWriMo … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Leeroy Jenkins … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 blockchain … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Synonyms and Antonym… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Featured | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Games | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cultural | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Writing tips | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Thesaurus.com | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Dictionary.com | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.