Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction13 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
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
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
BHeading Hierarchy18 headings, 1 skip(s)REVIEW
- H2 NEW! Block annoying cookie banners
- H1 Surf the web with no annoying ads
- H1 Block ads with Adblock Plus for Safari on iOS duplicate H1
- H1 Get Adblock Browser duplicate H1
- H1 Block ads with Adblock Plus for Samsung Internet duplicate H1
- H2 As Mentioned On:
- H2 Faster, More Enjoyable Browsing
- H2 Keep Your Data And Devices Safe
- H2 Not All Ads Are Bad
- H2 Want to block ads and disable tracking on mobile devices?
- H3 Adblock Browser App
- H2 What is Adblock Plus?
- H5 Download skipped
- H5 Resources
- H5 Community
- H5 Development
- H5 Follow us on
- H4 Cookie preferences
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
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
CLink & Button QualityAction6 issue(s) across 71 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://help.adblockplus.org | Help | new tab | Add '(opens in new tab)' to text |
| https://accounts.adblockplus.org/block-c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Block Cookie Banners?S=Hpban | |||
| https://accounts.adblockplus.org/block-c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Block Cookie Banners?S=Hpban | |||
| /en/acceptable-ads | learn more | generic text | Replace with descriptive text |
Before: learn more Suggested: Acceptable Ads | |||
| http://www.mediapost.com/publications/ar… | Media Post logo | new tab | Add '(opens in new tab)' to text |
| https://www.nytimes.com/2015/08/20/techn… | New York Times logo | new tab | Add '(opens in new tab)' to text |
| https://www.wsj.com/articles/adblock-plu… | Wall St. Journal logo | new tab | Add '(opens in new tab)' to text |
| https://techcrunch.com/2016/05/09/adbloc… | Tech Crunch logo | new tab | Add '(opens in new tab)' to text |
| http://www.businessinsider.com/theres-no… | Business Insider logo | new tab | Add '(opens in new tab)' to text |
| https://help.adblockplus.org/hc/articles… | Writing Adblock Plus filters | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/AdblockPlus | Twitter glyphicon | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/AdblockPlus… | YouTube glyphicon | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/adblockplus | Facebook glyphicon | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/adblockplus/ | Instagram glyphicon | new tab | Add '(opens in new tab)' to text |
| https://vk.com/adblockplusofficial | VK glyphicon | new tab | Add '(opens in new tab)' to text |
| /en/cookie-information | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cookie Information | |||
| /en/cookie-information | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Cookie Information | |||
| /en/cookie-information | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cookie Information | |||
Generic link text like 'click here' doesn't describe the destination.
https://accounts.adblockplus.org/block-cookie-banners?s=hpban ("Learn More"); https://accounts.adblockplus.org/block-cookie-banners?s=hpban ("Learn More"); /en/acceptable-ads ("learn more"); /en/cookie-information ("Learn more"); /en/cookie-information ("Read more"); /en/cookie-information ("Learn more")
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.
https://help.adblockplus.org; http://www.mediapost.com/publications/article/289691/adblock-plus-comes-to-ne…; https://www.nytimes.com/2015/08/20/technology/personaltech/ad-blockers-and-th…; https://www.wsj.com/articles/adblock-plus-chief-till-faida-says-consumers-are…; https://techcrunch.com/2016/05/09/adblock-plus-closes-in-on-a-billion-downloads/; http://www.businessinsider.com/theres-nothing-wrong-about-the-way-adblock-plu…; https://help.adblockplus.org/hc/articles/360062733293; https://twitter.com/AdblockPlus; https://www.youtube.com/user/AdblockPlusOfficial; https://www.facebook.com/adblockplus (+2 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
CLighthouse Accessibility AuditsActionScore 72/100 — 5 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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GPLv3 div.row > div#about-abp-body > p > a |
Terms of Use div.row > div#about-abp-body > p > a |
FOLLOW US ON div.container > div.row > nav#social-list > h5.footer-social-heading |
SAVE PREFERENCES form.cookie > div.container > div.cookies-settings-form > button.link-button |
These are opportunities to improve the legibility of your content.
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 |
|---|
DOWNLOAD div.container > div.row > nav.column > h5.footer-heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.container > div.row > div#about-abp-logo > img div.container > div.row > div#about-abp-logo > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cookies-setting > div.column > label.switch > input div.cookies-setting > div.column > label.switch > input |
div.cookies-setting > div.column > label.switch > input.tracking-cookies div.cookies-setting > div.column > label.switch > input.tracking-cookies |
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.
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.no-js html.no-js |
These items highlight common accessibility best practices.
AAlt Text Quality1 of 29 images have issuesPASS
| 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
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| input | checkbox | none | |
| input | checkbox | none | |
| input | checkbox | none |
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 on iOS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 As Mentioned On: | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Faster, More Enjoyab… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Keep Your Data And D… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Not All Ads Are Bad | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Want to block ads an… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What is Adblock Plus… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Adblock Browser App | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Adblock Plus | The w… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Download | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a About | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Premium | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Help | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a English (US) | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Deutsch (DE) | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a English (US) | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Español (España) (… | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Français (FR) | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Italiano (IT) | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Nederlands (NL) | 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.