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
F404 Error PageActionHTTP 403, bare pageFIX
FFavicon & BrandingAction2 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
DLighthouse Accessibility AuditsActionScore 66/100 — 4 failing, 9 passedFIX
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 |
|---|
VISIT SITE div#wrapper > div.box > a.content-l > span#_GW_Legal_RM_ |
VISIT SITE div#wrapper > div.box > a.content-r > span#_GW_Risk_RM_ |
These are opportunities to improve the legibility of your content.
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 |
|---|
body > div.header > h1.logo > img body > div.header > h1.logo > img |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta#viewport head > meta#viewport |
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.js html.js |
These items highlight common accessibility best practices.
CAlt Text QualityAction4 of 6 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 4 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
CColor Contrast (Screenshot)Action18 text elements analyzed, 5 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (18)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Legal & Professional… | 7.51:1 | 3.0:1 | #000000 | #729FC8 | Pass |
| h2 Risk Solutions | 7.45:1 | 3.0:1 | #000000 | #719FC3 | Pass |
| title Welcome to LexisNexi… | 1.10:1 | 4.5:1 | #000000 | #150E0A | Fail |
| span Solutions for profes… | 1.72:1 | 4.5:1 | #000000 | #273744 | Fail |
| a Sign-In | 7.60:1 | 4.5:1 | #000000 | #73A0C9 | Pass |
| span For law firms, corpo… | 7.40:1 | 4.5:1 | #000000 | #719EC5 | Pass |
| span visit site | 7.48:1 | 4.5:1 | #000000 | #709FC8 | Pass |
| span For companies and go… | 7.45:1 | 4.5:1 | #000000 | #719FC3 | Pass |
| span visit site | 7.45:1 | 4.5:1 | #000000 | #719FC3 | Pass |
| label Don't Show Me This P… | 7.45:1 | 4.5:1 | #000000 | #719FC3 | Pass |
| a Privacy Policy | 7.37:1 | 4.5:1 | #000000 | #729EC0 | Pass |
| a Consumer Access | 7.61:1 | 4.5:1 | #000000 | #73A1C2 | Pass |
| a Terms & Conditions | 7.72:1 | 4.5:1 | #000000 | #76A2C2 | Pass |
| a Cookie Settings | 9.07:1 | 4.5:1 | #000000 | #8AAFCA | Pass |
| a Ad Choices | 6.36:1 | 4.5:1 | #000000 | #7B90A3 | Pass |
| a Copyright © | 4.49:1 | 4.5:1 | #000000 | #607788 | Fail |
| a 2026 LexisNexis. All… | 4.23:1 | 4.5:1 | #000000 | #62727F | Fail |
| a RELX Group | 1.93:1 | 4.5:1 | #000000 | #3A3E3C | 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.
A+Heading Hierarchy3 headingsPASS
- H1 Solutions for professionals who shape the world.
- H2 Legal & Professional Solutions
- H2 Risk Solutions
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #chkVisit_common | checkbox | none |
ALink & Button Quality10 links, 0 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.lexisnexis.com/en-us/terms/c… | Copyright © 2026 LexisNexis.… | new tab | Add '(opens in new tab)' to text |
| https://www.relx.com/ | RELX Group | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.lexisnexis.com/en-us/terms/copyright.page; https://www.relx.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