Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CLandmark StructureAction2 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
BHeading Hierarchy1 headingsREVIEW
- H4 SIGN UP FOR OUR NEWSLETTER
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #globalInput | search | search | aria-label |
| #newsletterEmail | Email Address: | for/id | |
| #g-recaptcha-response-100000 | textarea | (none) | none |
| #g-recaptcha-response-100001 | 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">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100001">
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
BLighthouse Accessibility AuditsScore 85/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.
ARIA
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SIGN UP FOR OUR NEWSLETTER
Email Address:
Sign Up
By signing up you agree to W.… body > div#__next > div.App > footer.container-fluid |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
Copyright © W. W. Norton & Company, Inc. 2026 div#__next > div.App > footer.container-fluid > div.copyright |
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 |
|---|
SIGN UP FOR OUR NEWSLETTER form.messageForm > div#FooterNlHolder > label#footerHeadingFooter > h4.message |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Black Majority div > div.slick-slider > div.slick-list > ul.slick-track |
These are opportunities to improve the experience of reading tabular or list data using 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 html |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 4 images OKPASS
ALink & Button Quality18 links, 4 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /privacy-policy | privacy policy | new tab | Add '(opens in new tab)' to text |
| /terms-of-use | terms of use | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/wwnorton/ | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/wwnorton | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/w.w.norton/ | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/privacy-policy; /terms-of-use; https://www.facebook.com/wwnorton/; https://twitter.com/wwnorton; https://www.instagram.com/w.w.norton/
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
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 |
|---|---|---|---|---|---|
| title Home Page | W. W. No… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a READER | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a STUDENT | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| a EDUCATOR | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| span LOG IN | 20.43:1 | 4.5:1 | #000000 | #FBFCFC | Pass |
| span ITEMS | 20.26:1 | 4.5:1 | #000000 | #FAFBFB | Pass |
| div Log in | 20.22:1 | 4.5:1 | #000000 | #F9FBFB | Pass |
| h4 SIGN UP FOR OUR NEWS… | 20.10:1 | 3.0:1 | #000000 | #F9FAFB | Pass |
| label Email Address: | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| button Sign Up | 20.01:1 | 4.5:1 | #000000 | #F7FAFA | Pass |
| span By signing up you ag… | 19.89:1 | 4.5:1 | #000000 | #F7F9FA | Pass |
| a privacy policy | 19.85:1 | 4.5:1 | #000000 | #F6F9FA | Pass |
| span and | 19.80:1 | 4.5:1 | #000000 | #F5F9F9 | Pass |
| a terms of use | 19.68:1 | 4.5:1 | #000000 | #F5F8F9 | Pass |
| span CONNECT WITH US | 20.22:1 | 4.5:1 | #000000 | #F9FBFB | Pass |
| span WHO WE ARE | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| span CAREERS | 20.43:1 | 4.5:1 | #000000 | #FBFCFC | Pass |
| span HELP | 20.43:1 | 4.5:1 | #000000 | #FBFCFC | Pass |
| span ACCESSIBILITY | 20.27:1 | 4.5:1 | #000000 | #FAFBFC | Pass |
| span PRIVACY POLICY | 20.26:1 | 4.5:1 | #000000 | #FAFBFB | 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.