Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction0 positive, 108 -1-on-focusableFIX
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 Hierarchy25 headings, 2 skip(s)REVIEW
- H1 Together We Reinvented
- H2 Shaping tomorrow, today
- H4 “Companies will have a greater technology landscape, but we need to completely change the narrative to inspire people to paint the future. It is human in the lead, not human in the loop.” skipped
- H2 Client spotlight
- H4 Reinvented with Accenture skipped
- H2 Global recognition and awards
- H3 A Leader in Reinvention hidden
- H3 A Great Place To Work hidden
- H3 A Trusted Industry Leader hidden
- H3 Build a career that's as exciting as the world we're shaping
- H3 Accenture Appoints Emma Chalwin as Chief Marketing Officer
- H3 Accenture and Google Cloud Deepen Partnership with Formation of New Accenture Gemini Enterprise Business Group
- H3 Accenture to Acquire McCoy
- H3 Accenture and Salford City Football Club Announce Partnership
- H3 Radisson Hotel Group and Accenture Redefine Travel Discovery and Booking on ChatGPT
- H3 Accenture Helps European Commission’s Directorate-General for International Partnerships to Scale AI Across Global Operations
- H3 NATO Announces Major Contract with Accenture to Help Advance Towards a More Agile and Resilient Digital Infrastructure
- H3 Europe Accelerates in AI Race But a Growing Divide Threatens Progress
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Analytics Cookies
- H4 Performance Cookies and Functional Cookies
- H4 Advertising and Social Media Cookies
- H3 Cookie List
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
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 178 links and 111 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.linkedin.com/company/accentu… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/accenture | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/accenture/ | new tab | Add '(opens in new tab)' to text | |
| https://www.accenture.com/en/insights/st… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Reinvented With Accenture | |||
| https://privacyportal-de.onetrust.com/ui… | Preference Center | new tab | Add '(opens in new tab)' to text |
| https://www.accenture.com/en/support/com… | Cookies Policy | new tab | Add '(opens in new tab)' to text |
| https://www.accenture.com/en/support/pri… | Privacy Statement | new tab | Add '(opens in new tab)' to text |
| https://www.accenture.com/en/support/com… | Cookies Policy | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/solutions/conse… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://www.accenture.com/en/insights/strategy/reinvented-with-accenture ("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://www.linkedin.com/company/accenture; https://www.facebook.com/accenture; https://www.instagram.com/accenture/; https://privacyportal-de.onetrust.com/ui/#/preferences/multipage/login/748495…; https://www.accenture.com/en/support/company-cookies-similar-technology; https://www.accenture.com/en/support/privacy-policy; https://www.accenture.com/en/support/company-cookies-similar-technology; https://www.onetrust.com/solutions/consent-and-preferences/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.hero_custom__video_button (#789 on page); button (#1279 on page); button (#1291 on page); button (#1311 on page); button (#1331 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
BIframe Accessibility2/5 iframe(s) missing title; 0 placeholder(s)REVIEW
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 Together We Reinvent… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Shaping tomorrow, to… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Client spotlight | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Global recognition a… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Privacy Preference C… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 A Leader in Reinvent… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 A Great Place To Wor… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 A Trusted Industry L… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Build a career that'… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Accenture Appoints E… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Accenture and Google… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Accenture to Acquire… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Accenture and Salfor… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Radisson Hotel Group… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Accenture Helps Euro… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 NATO Announces Major… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Europe Accelerates i… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Manage Consent Prefe… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Cookie List | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| title Reinvented with Acce… | 1.00:1 | 4.5:1 | #000000 | #000000 | 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.
ALandmark Structure8 landmarksPASS
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
AHeading Text Quality1 heading-text-quality issue(s) detectedPASS
AAlt Text Quality1 of 14 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 9 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #carousel-slider-id | range | Carousel slider control | for/id |
| #ot-group-id-2 | checkbox | Analytics Cookies | for/id |
| #ot-group-id-3 | checkbox | Performance Cookies and Functional Cookies | for/id |
| #ot-group-id-4 | checkbox | Advertising and Social Media 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 |
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality9 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 8 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 99/100 — 2 failing, 30 passedPASS
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.
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 |
|---|
“Companies will have a greater technology landscape, but we need to completely … div#carouselslide-123cf0fca2 > div.rad-carousel-image-and-text__slide > div.rad-carousel-image-and-text__slide-text > h4.rad-carousel-block__title |
Reinvented with Accenture div#componentcontainer-2fed8a6c0f > div.editorialtext > div#editorialtext-99eb2d4213 > h4 |
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 Policy/Settings div.rad-footer__links-container > ul.rad-footer__links-column > li.rad-footer__link-item > a.rad-footer__link |