Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
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
CLink & Button QualityAction9 issue(s) across 48 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://twitter.com/pfsense | (empty) | empty | Add link text or aria-label |
| https://youtube.com/c/netgateofficial | (empty) | empty | Add link text or aria-label |
| https://reddit.com/r/pfsense | (empty) | empty | Add link text or aria-label |
| http://github.com/pfsense | (empty) | empty | Add link text or aria-label |
| https://www.netgate.com/our-services/pro… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Professional Services.Html | |||
| https://twitter.com/pfsense | (empty) | empty | Add link text or aria-label |
| https://youtube.com/c/netgateofficial | (empty) | empty | Add link text or aria-label |
| https://reddit.com/r/pfsense | (empty) | empty | Add link text or aria-label |
| http://github.com/pfsense | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://twitter.com/pfsense; https://youtube.com/c/netgateofficial; https://reddit.com/r/pfsense; http://github.com/pfsense; https://twitter.com/pfsense; https://youtube.com/c/netgateofficial; https://reddit.com/r/pfsense; http://github.com/pfsense
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.
https://www.netgate.com/our-services/professional-services.html ("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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 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 Open Source Security | 1.10:1 | 3.0:1 | #000000 | #061118 | Fail |
| h2 Secure networks star… | 1.09:1 | 3.0:1 | #000000 | #061016 | Fail |
| h2 Virtual Appliances | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 SOLUTIONS | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 PRODUCT SUPPORT | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 PROFESSIONAL SERVICE… | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 pfSense Training | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Screenshots, feature… | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 About Us | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 Support & Services | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h3 How To Buy | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| title pfSense® - World's … | 1.02:1 | 4.5:1 | #000000 | #010504 | Fail |
| a Buy Cloud | 1.05:1 | 4.5:1 | #000000 | #03090A | Fail |
| a Buy Appliance | 1.07:1 | 4.5:1 | #000000 | #040D11 | Fail |
| a Support | 1.14:1 | 4.5:1 | #000000 | #07151E | Fail |
| a Blog | 1.19:1 | 4.5:1 | #000000 | #091A25 | Fail |
| span navigation | 1.19:1 | 4.5:1 | #000000 | #091A26 | Fail |
| a Get Started | 1.16:1 | 4.5:1 | #000000 | #081722 | Fail |
| a Cloud | 1.20:1 | 4.5:1 | #000000 | #0A1B29 | Fail |
| a Products | 1.21:1 | 4.5:1 | #000000 | #0A1C2B | 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.
BLighthouse Accessibility AuditsScore 84/100 — 4 failing, 18 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 |
|---|
Get Started Now div#bg > div.container > div.main-title > a.btn |
pfSense Plus for cloud div.row > div.col-sm-7 > div.btn-container > a.btn |
Get Support div.row > div.col-sm-7 > div.btn-container > a.btn |
Netgate div.row > div.col-sm-7 > p.p-space > a |
Enroll Now div.row > div.col-sm-7 > div.btn-container > a.btn |
Learn what pfSense software can do for you body > div#top > div.promo > p.promo__describe |
Privacy Policy footer.footer > div.container > div.copy > a |
Terms and Conditions footer.footer > div.container > div.copy > a |
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 |
|---|
Netgate div.row > div.col-sm-7 > p.p-space > a |
Netgate div.row > div.col-sm-7 > p.p-space > a |
Netgate div.row > div.col-sm-7 > p.p-space > a |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
div.social > ul > li.social__item > a.social__link div.social > ul > li.social__item > a.social__link |
div.social > ul > li.social__item > a.social__link div.social > ul > li.social__item > a.social__link |
div.social > ul > li.social__item > a.social__link div.social > ul > li.social__item > a.social__link |
div.social > ul > li.social__item > a.social__link div.social > ul > li.social__item > a.social__link |
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-applicationcache html.no-applicationcache |
These items highlight common accessibility best practices.
A+Heading Hierarchy11 headingsPASS
- H1 Open Source Security
- H2 Secure networks start here.™ With thousands of enterprises using pfSense® software, it is rapidly becoming the world's most trusted open source network security solution.
- H2 Securely Connect to the Cloud Virtual Appliances
- H2 Enterprise, Open Source SOLUTIONS
- H2 Help, Documentation, Answers PRODUCT SUPPORT
- H2 Security, Design, Implementation PROFESSIONAL SERVICES
- H2 Global, Access, Knowledge pfSense Training
- H3 Screenshots, feature descriptions, and more
- H3 About Us
- H3 Support & Services
- H3 How To Buy