Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
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
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality2 issue(s) across 75 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| new tab | Add '(opens in new tab)' to text | ||
| new tab | Add '(opens in new tab)' to text | ||
| /#bluesky | Bluesky | new tab | Add '(opens in new tab)' to text |
| /#mastodon | Mastodon | new tab | Add '(opens in new tab)' to text |
| new tab | Add '(opens in new tab)' to text | ||
| /#threads | Threads | new tab | Add '(opens in new tab)' to text |
| /buttons/for/website | Website | generic text | Replace with descriptive text |
Before: Website Suggested: Website | |||
| https://bsky.app/profile/addtoany.com | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.threads.com/@addtoany | Threads | new tab | Add '(opens in new tab)' to text |
| https://www.addtoany.com/users/ios | (empty) | empty | Add link text or aria-label |
| https://www.addtoany.com | AddToAny | new tab | Add '(opens in new tab)' to text |
| https://www.addtoany.com | AddToAny | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.addtoany.com/users/ios
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.
/buttons/for/website ("Website")
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
Add '(opens in new tab)' to link text or aria-label.
/#facebook; /#pinterest; /#bluesky; /#mastodon; /#whatsapp; /#threads; https://bsky.app/profile/addtoany.com; https://www.threads.com/@addtoany; https://www.addtoany.com; https://www.addtoany.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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 88/100 — 2 failing, 11 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
one dashboard div.container_12 > div.grid_6 > p > a |
AddToAny counters div.container_12 > div.grid_6 > p > a |
share buttons bar div.container_12 > div.grid_6 > p > a |
customization div.container_12 > div.grid_6 > p > a |
These are opportunities to improve the legibility of your content.
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.svg html.svg |
These items highlight common accessibility best practices.
AHeading Hierarchy22 headingsPASS
- H2 AddToAny
- H1 AddToAny
- H2 Universal Sharing
- H1 Get the Share Buttons duplicate H1
- H2 Share Anywhere
- H2 Mobile & Responsive
- H2 Perfect Icons
- H2 Built For Good
- H2 Google Analytics Integrated
- H2 No Account Necessary
- H2 Share Counters
- H2 Floating Share Bars
- H2 Plugins That Delight
- H2 Highly Customizable
- H1 Get the Share Buttons duplicate H1
- H1 Get the Chrome Button duplicate H1
- H1 Get the Firefox Button duplicate H1
- H1 Get the Bookmarklet duplicate H1
- H2 Features
- H2 Plugins
- H2 Browser Tools
- H2 Resources
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #a2a_copy_link_text | text | Copy link | for/id |
| #a2apage_find | text | Find any service | for/id |
| #a2afeed_find | text | Find any service | for/id |
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 |
|---|---|---|---|---|---|
| h1 AddToAny | 19.91:1 | 3.0:1 | #000000 | #F8F9F9 | Pass |
| h2 Universal Sharing | 20.43:1 | 3.0:1 | #000000 | #FBFCFC | Pass |
| h2 Share Anywhere | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Mobile & Responsive | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Perfect Icons | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Built For Good | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Google Analytics Int… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 No Account Necessary | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Share Counters | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Floating Share Bars | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Plugins That Delight | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Highly Customizable | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Features | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Plugins | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Browser Tools | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title AddToAny: Share Butt… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span AddToAny | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Get | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Customize | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | 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.