Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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
CHeading HierarchyAction13 headings, 1 skip(s)REVIEW
- H2 01Insights
- H3 Global Economic Outlook
- H2 Japan’s Major Insurers Well-Prepared for New Regulatory Regime
- H3 Join our Talent Community
- H2 02Videos
- H2 03Podcasts
- H3 Financial Training Courses
- H2 04Events
- H4 About skipped
- H4 Regulatory
- H4 Product
- H4 Region
- H4 Fitch Group
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
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
BLink & Button Quality2 issue(s) across 38 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /global-economic-outlook-excerpt | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Global Economic Outlook Excerpt | |||
| /videos/japans-major-insurers-well-prepa… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Japans Major Insurers Well Prepared For New Regulatory Regime 09 04 2026 | |||
| https://www.fitchlearning.com/course-lis… | View upcoming courses | new tab | Add '(opens in new tab)' to text |
| https://fitchgroup.alertline.com/gcs/wel… | Feedback | new tab | Add '(opens in new tab)' to text |
| https://secure.ethicspoint.com/domain/me… | Report an Issue / Whistleblowi… | new tab | Add '(opens in new tab)' to text |
| https://www.fitch.group/ | Fitch Group | new tab | Add '(opens in new tab)' to text |
| https://www.fitchratings.com/ | Fitch Ratings | new tab | Add '(opens in new tab)' to text |
| https://www.fitchsolutions.com/?utm_camp… | Fitch Solutions | new tab | Add '(opens in new tab)' to text |
| https://www.fitchbohua.cn/ | Fitch Bohua | new tab | Add '(opens in new tab)' to text |
| https://www.fitchlearning.com/ | Fitch Learning | new tab | Add '(opens in new tab)' to text |
| https://www.hearst.com/ | Owned by Hearst | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/global-economic-outlook-excerpt ("Learn More"); /videos/japans-major-insurers-well-prepared-for-new-regulatory-regime-09-04-2026 ("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.fitchlearning.com/course-listing?utm_source=FitchRatings&utm_medi…; https://fitchgroup.alertline.com/gcs/welcome; https://secure.ethicspoint.com/domain/media/en/gui/79361/index.html; https://www.fitch.group/; https://www.fitchratings.com/; https://www.fitchsolutions.com/?utm_campaign=fr-footer-fs&utm_medium=Referral…; https://www.fitchbohua.cn/; https://www.fitchlearning.com/; https://www.hearst.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
CFavicon & BrandingAction9 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Insights | 2.06:1 | 3.0:1 | #000000 | #424235 | Fail |
| h2 Japan’s Major Insu… | 2.74:1 | 3.0:1 | #000000 | #5C5240 | Fail |
| h2 Videos | 2.74:1 | 3.0:1 | #000000 | #5C5240 | Fail |
| h2 Podcasts | 2.74:1 | 3.0:1 | #000000 | #5C5240 | Fail |
| h2 Events | 2.74:1 | 3.0:1 | #000000 | #5C5240 | Fail |
| h3 Global Economic Outl… | 1.84:1 | 3.0:1 | #000000 | #3C3A2F | Fail |
| h3 Join our Talent Comm… | 2.74:1 | 3.0:1 | #000000 | #5C5240 | Fail |
| h3 Financial Training C… | 2.74:1 | 3.0:1 | #000000 | #5C5240 | Fail |
| title Fitch Ratings: Credi… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 3.33:1 | 4.5:1 | #000000 | #56635C | Fail |
| span Ratings | 3.44:1 | 4.5:1 | #000000 | #59655B | Fail |
| span Sectors | 3.62:1 | 4.5:1 | #000000 | #5F685D | Fail |
| span Insights | 3.72:1 | 4.5:1 | #000000 | #64695D | Fail |
| a Events | 3.87:1 | 4.5:1 | #000000 | #676C5B | Fail |
| span Subscriptions | 3.93:1 | 4.5:1 | #000000 | #6C6C5A | Fail |
| span About Us | 4.01:1 | 4.5:1 | #000000 | #6F6D59 | Fail |
| span English | 3.98:1 | 4.5:1 | #000000 | #716C57 | Fail |
| span 中文简体 | 3.82:1 | 4.5:1 | #000000 | #716856 | Fail |
| span 中文繁體 | 3.62:1 | 4.5:1 | #000000 | #6B6555 | Fail |
| span 日本語 | 1.95:1 | 4.5:1 | #000000 | #403E33 | 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+Alt Text QualityNo imagesPASS
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 29 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.
ARIA
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav#back-to-top > div.frw-wrapper--1 > div.frw-region > div.frw-js-nav-toggle nav#back-to-top > div.frw-wrapper--1 > div.frw-region > div.frw-js-nav-toggle |
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
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 |
|---|
FITCH RATINGS - EMPOWERING CAPITAL MARKETS IN LATIN AMERICA div.frw-video > div > div.frw-bg--img > h4.frw-heading--6 |
Fitch on Indonesia 2026 div.frw-event__row--group > div.frw-event__row > div.frw-column > h3.frw-event__title |
These are opportunities to improve keyboard navigation in your application.