The website helps citizens get information and support in disputes with financial institutions such as banks, insurers, loan companies, and pension societies. It allows users to submit a request for intervention or mediation, learn about consumer rights in the financial market, and access assistance from Rzecznik Finansowy (Financial Ombudsman) specialists.

In this quick audit, we reviewed the accessibility of the Rzecznik Finansowy’s (Financial Ombudsman’s) website. The publication is split into two parts and is part of our series of short audits of public websites and services.
The website helps citizens obtain information and support in disputes with financial institutions such as banks, insurers, loan companies, and pension societies. It allows users to submit a request for intervention or mediation, learn about consumer rights in the financial market, and access assistance from the Rzecznik Finansowy’s experts.
In this audit, we examine three key subpages that shape the user experience on this public portal:
The audit was conducted as part of a series of short reviews of websites from different sectors, focused on digital accessibility. The goal is to assess how well public services meet basic WCAG 2.2 requirements and how prepared they are for the obligations of the European Accessibility Act (EAA).
The purpose of the audit is to quickly and preliminarily assess how the site meets the basic requirements of WCAG 2.1 and 2.2 at the A/AA level. The report shows the results of the review of several selected subpages and interface elements evaluated according to 10 criteria.
The scope of the audit is indicative and concerns the state of the website at the date of the audit.
The audit was carried out using the Accesscheck quick-assessment method, combining expert review with automated testing. We evaluate 10 key criteria that cover the most common accessibility issues. The analysis includes up to three views – those most frequently used as entry points to the service.
The overall accessibility score is defined on a three-level scale:
Note
1.1.1 Non-text Content
Text alternatives (descriptions of images and other non-text content) allow all users to understand what appears on a page, including people who are blind or have low vision. They enable screen readers to describe the content of an image.
They are also useful when an image fails to load because of an error or a weak internet connection. In addition, they help search engines index images by recognising their content and linking them to the topic of the page, which can improve visibility in search results.
A good text alternative should be short, simple, and explain what the image shows or what its purpose is. It should not repeat information already provided in nearby text. If an image is decorative and adds no meaning, it should be hidden from screen readers.
Issues:

alt attributes on some images in articles. Most images do have correct text alternatives, but in a few cases it is worth considering whether an alternative text is needed at all, as some images do not add meaningful information.Positives:
alt attribute, so screen readers skip them.1.3.1 Info and Relationships (A), 2.4.6 Headings and Labels (AA)
Headings organise content and help users quickly understand the structure of a page. They make it easier to find information and see how sections relate to each other.
They are also essential for accessibility – screen readers use headings to navigate, and users with dyslexia or older adults can follow the content more easily.
A clear heading hierarchy also supports search engine visibility.
The heading structure on the reviewed subpages is correct.
1.4.3 Contrast (Minimum) (AA)
Sufficient contrast between text and background makes content easier to read for all users, not only for those with visual impairments. Low contrast makes text difficult to read, especially in poor lighting or on lower-quality screens.
The contrast ratio defines the difference in luminance between text and its background. For normal text, it should be at least 4.5:1, and for large text and headings 3:1.
Issue:


Positives:
1.4.11 Non-text Contrast (AA)
Graphic elements that serve a functional purpose – such as buttons, form field borders, icons, and charts – must be clearly distinguishable from the background and surrounding elements. Low contrast can make them hard or impossible to see for some users, preventing effective interaction with the interface.
The required minimum contrast ratio is 3:1.
Positives:
2.4.4 Link Purpose (In Context) (A)
Links must clearly communicate where they lead and what happens after activation. This helps users navigate the website and quickly find needed information.
For people using screen readers, link clarity is especially important – many of them hear only the link text, without surrounding context. Phrases such as “read more”, “click here”, or “see” are not descriptive enough.
Clear link text also improves SEO by helping search engines understand page structure and content.
Social media icon links
alt="").title) does not describe the link’s purpose – it only states that it opens in a new tab.Logo – link to the homepage
alt="Rzecznik Finansowy", but it does not state the purpose – that it links to the homepage.“Read more” buttons
aria-label="Read more: [article title]", <span class="sr-only">…article title…</span>).
<button> instead of <a>.
Links to files (DOC, DOCX)
aria-label should include the full description, for example:aria-label="Download the application template (DOCX, 0.03 MB) for applicants requesting intervention in insurance and pension matters".
ePUAP links in body text
aria-label or a visually hidden label (.sr-only) that clearly explains the purpose and informs about the new tab.
Links to the instructional YouTube video in body text
title attribute, which many screen readers do not read. Use an aria-label or a visually hidden label (.sr-only) to provide a clear and complete description of the link’s purpose.