Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction6 issue(s) across 543 links and 33 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://viewpoint.pwc.com/us/en.html | Viewpoint Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://viewpoint.pwc.com/us/en.html | Viewpoint Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.pwc.com/us/en/america-in-mot… | America in motion | img no alt | Add alt attribute to the image |
| https://www.pwc.com/us/en/executive-lead… | Executive leadership hub - Wha… | img no alt | Add alt attribute to the image |
| https://www.pwc.com/gx/en/about/analyst-… | Analyst relations Opens in a n… | new tab | Add '(opens in new tab)' to text |
| https://usalumni.pwc.com | Join the PwC Alumni Network Op… | new tab | Add '(opens in new tab)' to text |
| https://www.pwc.com/gx/en/about/analyst-… | Analyst relations Opens in a n… | new tab | Add '(opens in new tab)' to text |
| https://www.pwc.com/us/en/tech-effect.ht… | Tech Effect | img no alt | Add alt attribute to the image |
| https://jobs.us.pwc.com/entry-level | Entry Level Careers | new tab | Add '(opens in new tab)' to text |
| https://jobs.us.pwc.com/ | Experienced Careers | new tab | Add '(opens in new tab)' to text |
| https://jobs.us.pwc.com/entry-level | Entry Level Careers Opens in a… | new tab | Add '(opens in new tab)' to text |
| https://jobs.us.pwc.com/entry-level | Search opportunities Opens in … | new tab | Add '(opens in new tab)' to text |
| https://jobs.us.pwc.com/entry-level#stud… | Student programs quiz Opens in… | new tab | Add '(opens in new tab)' to text |
| https://jobs.us.pwc.com/ | Experienced Careers Opens in a… | new tab | Add '(opens in new tab)' to text |
| https://jobs.us.pwc.com/ | Search opportunities Opens in … | new tab | Add '(opens in new tab)' to text |
| https://talentexchange.pwc.com/ | Contract opportunities Opens i… | new tab | Add '(opens in new tab)' to text |
| https://www.pwc.com/us/en/careers/why-pw… | Shared success benefits | img no alt | Add alt attribute to the image |
| https://www.pwc.com/us/en/leadingedge.ht… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Leadingedge.Html | |||
| https://www.pwc.com/us/en/leadingedge.ht… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Leadingedge.Html | |||
| /gx/en/issues/c-suite-insights/ceo-surve… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ceo Survey.Html | |||
| /us/en/library/case-studies/rush-univers… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Rush University Health Ai Patient Access.Html | |||
| /us/en/library/case-studies/trimble-busi… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Trimble Business Model Reinvention.Html | |||
| /us/en/library/case-studies/amazon-leo-m… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Amazon Leo Materials Management Transformation.Html | |||
| https://www.pwc.com/us/en/careers.html | Explore opportunities Opens in… | new tab | Add '(opens in new tab)' to text |
| /us/en/global/forms/contactUs.en_us.html… | Contact us Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| /us/en/site-information.html | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| /us/en/site-information.html | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.pwc.com/us/en/leadingedge.html ("Learn more"); https://www.pwc.com/us/en/leadingedge.html ("Learn more"); /gx/en/issues/c-suite-insights/ceo-survey.html ("Learn more"); /us/en/library/case-studies/rush-university-health-ai-patient-access.html ("Learn more"); /us/en/library/case-studies/trimble-business-model-reinvention.html ("Learn more"); /us/en/library/case-studies/amazon-leo-materials-management-transformation.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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.pwc.com/us/en/america-in-motion.html"]; a[href="https://www.pwc.com/us/en/executive-leadership-hub.html"]; a[href="https://www.pwc.com/us/en/tech-effect.html"]; a[href="https://www.pwc.com/us/en/careers/why-pwc/employee-benefits.html"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://viewpoint.pwc.com/us/en.html; https://viewpoint.pwc.com/us/en.html; https://www.pwc.com/gx/en/about/analyst-relations.html; https://usalumni.pwc.com; https://www.pwc.com/gx/en/about/analyst-relations.html; https://jobs.us.pwc.com/entry-level; https://jobs.us.pwc.com/; https://jobs.us.pwc.com/entry-level; https://jobs.us.pwc.com/entry-level; https://jobs.us.pwc.com/entry-level#student-programs-quiz (+8 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
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
CLandmark StructureAction25 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
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
BLighthouse Accessibility AuditsScore 88/100 — 4 failing, 26 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
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Healthcare div.col-xs-12 > ul.secnav-tabs__navigation > li.active > a |
Technology div.col-xs-12 > ul.secnav-tabs__navigation > li.secnav-tabs__tab > a |
Technology, media and telecommunications div.col-xs-12 > ul.secnav-tabs__navigation > li.secnav-tabs__tab > a |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu div.slim-page-header-v2 > div.headerv2-container > header.slimheader-v2 > div#slim-hamburger |
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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.basepage > nav#skipNav > a#skipToContent |
Skip to footer body.basepage > nav#skipNav > a#skipToFooter |
PwC homepage div.slim-page-header-v2 > div.headerv2-container > header.slimheader-v2 > a#logoUrl |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
A+Heading Hierarchy19 headingsPASS
- H1 PwC US – Audit, assurance, tax and consulting services
- H2 We help cut through the AI noise. So you can solve the business problems that matter most.
- H2 We help cut through the AI noise. So you can solve the business problems that matter most.
- H2 Featured
- H2 Leading through uncertainty in the age of AI
- H2 Client case studies
- H3 Rush
- H3 Trimble
- H3 Amazon Leo
- H2 Grow your skills. Make your mark.
- H3 At PwC, your ideas matter — and your growth does too. With the flexibility, support and experiences to help you move forward, so you can shape what’s next.
- H2 Cookies: The choice is yours
- H2 Cookies: The choice is yours
- H3 Manage Consent Preferences
- H4 Necessary Cookies
- H4 Analytical/Performance Cookies
- H4 Functional Cookies
- H4 Marketing Cookies
- H3 Cookie List
A+Alt Text QualityAll 13 images OKPASS
AForm Accessibility1 of 11 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #countrySearch | text | Find a country or region | for/id |
| input | submit | Search | aria-label |
| #ot-group-id-2 | checkbox | Analytical/Performance Cookies | for/id |
| #ot-group-id-3 | checkbox | Functional Cookies | for/id |
| #ot-group-id-4 | checkbox | Marketing Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #slimSearch | text | (Search for industries, products, services and more) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="searchfield" id="slimSearch">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
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 PwC US – Audit, as… | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 We help cut through … | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 solve the business p… | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 We help cut through … | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 solve the business p… | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 Featured | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 Leading through unce… | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 Client case studies | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 Grow your skills. Ma… | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 Cookies: The choice … | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h2 Cookies: The choice … | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h3 Rush | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h3 Trimble | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h3 Amazon Leo | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h3 At PwC, your ideas m… | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h3 Manage Consent Prefe… | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| h3 Cookie List | 19.54:1 | 3.0:1 | #000000 | #F5F7F8 | Pass |
| title PwC: Audit and assur… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to footer | 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.