[Skip navigation links]

36% of pages36%of pages

Accessibility

5 pages with accessibility issues

worse than averageChecking 14 pages found 36% (5 pages) with accessibility issues. Level A accessibility errors were found on 3 pages (22% of pages checked).This is worse than the 12% average rate of accessibility issues on other sites.

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

WCAG 2.2

WCAG 2.2 is a W3C accessibility standard published in October 2023. It extends WCAG 2.1 by adding success criteria for accessible authentication and focus appearance. It also removes success criteria 4.1.1 Parsing.

Level A22% Pages with level A issues have critical accessibility barriers and are unusable by some people.

Level AA22% Pages with level AA issues have major accessibility barriers and are very difficult to use.

Level AAA36% Pages with level AAA issues have minor accessibility barriers and can be difficult to use.

Section 508

Section 508 of the Rehabilitation Act of 1973 requires that US Federal employees with disabilities have access to information comparable to employees without disabilities. The Section 508 technical requirements for websites were updated in January 2017, to incorporate WCAG 2.0 at level AA by reference.

Level A22% Pages with level A issues have critical accessibility barriers and are unusable by some people.

Level AA22% Pages with level AA issues have major accessibility barriers and are very difficult to use.

ARIA

WAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make web content and web applications more accessible to people with disabilities.

Errors0% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings0% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

PriorityDescription and URLGuideline and Line NumberCount

Level A

4 issues on 3 pages

Pages with level A issues have critical accessibility barriers and are unusable by some people.

CriticalClickable controls should be keyboard accessible. WCAG A F15 WCAG 2.1.1 508 A F15 2 pages
Add tabindex=0 to allow keyboard users to tab to the control.
<a onclick='...'>Sign up for free</a>
Line 650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
Line 701

https://indexerpro.net/

<a onclick='...'>Sign up for free</a>
Line 650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
Line 701

https://indexerpro.net/login

CriticalClickable controls should have an ARIA role. WCAG A F54 WCAG 4.1.2 508 A F54 2 pages
Controls that respond to clicks should be given an ARIA role such as role=button or role=link. div span and a elements without an href attribute have no semantic role.
<a onclick='...'>Sign up for free</a>
Line 650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
Line 701

https://indexerpro.net/

<a onclick='...'>Sign up for free</a>
Line 650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
Line 701

https://indexerpro.net/login

CriticalIndicating links using only a text color change does not work for color-blind users. WCAG A F73 WCAG 1.4.1 508 A F73 1 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision. If the non-color cue only happens when the mouse hovers over the link or when the link receives focus, it is still a failure.
<a href='mailto:support@indexerpro.net'>support@indexerpro.net</a>
Line 213

https://indexerpro.net/legal

CriticalThis element uses JavaScript to behave like a link. Links like this cannot be tabbed to from the keyboard and are not read out when screen readers list the links on a page. WCAG A F42 WCAG 1.3.1 WCAG 2.1.1 WCAG 2.1.3 WCAG 4.1.2 508 A F42 2 pages
Use an a or area element with a fallback link target in the href attribute, to ensure it receive keyboard focus and behaves like a link.
<a onclick='switchTab(&#39;register&#39;)'>Sign up for free</a>
Line 650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
Line 701

https://indexerpro.net/

<a onclick='switchTab(&#39;register&#39;)'>Sign up for free</a>
Line 650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
Line 701

https://indexerpro.net/login

Level AA

1 issues on 3 pages

Pages with level AA issues have major accessibility barriers and are very difficult to use.

Very ImportantEnsure that text and background colors have enough contrast. WCAG AA 1.4.3 WCAG 1.4.6 508 AA 1.4.3 3 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
The text color to background color contrast ratio after composition is:
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<div class='footer-copy'>© 2026 IndexerPro ·...</div>
Line 592
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='/login'>Sign in</a>
Line 587
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='/register'>Register</a>
Line 588
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='/faq'>FAQ</a>
Line 589
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='https://t.me/artslin' target='_blank'>Telegram</a>
Line 590

https://indexerpro.net/

The text color to background color contrast ratio after composition is:
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<div class='footer-copy'>© 2026 IndexerPro ·...</div>
Line 592
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='/login'>Sign in</a>
Line 587
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='/register'>Register</a>
Line 588
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='/faq'>FAQ</a>
Line 589
4.27 with color: rgb(110,118,129)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<a href='https://t.me/artslin' target='_blank'>Telegram</a>
Line 590

https://indexerpro.net/login

The text color to background color contrast ratio after composition is:
3.77 with color: rgb(110,118,129)background: rgb(22,27,34)
font-size: 8.25ptfont-weight: 400
<div class='hint'>Публичный ..., цифры и _</div>
Line 130

https://indexerpro.net/register

Level AAA

2 issues on 5 pages

Pages with level AAA issues have minor accessibility barriers and can be difficult to use.

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG AAA F22 WCAG 3.2.5 2 pages
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute.
<a href='https://t.me/artslin' target='_blank'>Telegram</a>
Line 590

https://indexerpro.net/

<a href='https://t.me/artslin' target='_blank'>Telegram</a>
Line 590

https://indexerpro.net/login

ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG AAA 1.4.6 5 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is:
4.63 with color: rgb(255,255,255)background: linear-gradient(135.0deg , rgb(31,111,235) , rgb(137,87,229))
font-size: 13.50ptfont-weight: 800
<div class='nav-logo-icon'>I</div>
Line 265
4.63 with color: rgb(255,255,255)background: rgb(31,111,235)
font-size: 10.50ptfont-weight: 600
<button class='btn-primary' onclick='...'>Get started free</button>
Line 272
4.63 with color: rgb(255,255,255)background: linear-gradient(135.0deg , rgb(31,111,235) , rgb(137,87,229))
font-size: 9.75ptfont-weight: 800
<div class='nav-logo-icon' style='width:28px;height:...'>I</div>
Line 583
6.38 with color: rgb(139,148,158)background: rgb(8,12,16)
font-size: 11.25ptfont-weight: 700
<span style='font-family:&#39;Syne&#39;,...'>IndexerPro</span>
Line 584
4.63 with color: rgb(255,255,255)background: linear-gradient(135.0deg , rgb(31,111,235) , rgb(137,87,229))
font-size: 12ptfont-weight: 600
<button class='btn-hero btn-hero-...' onclick='...'>Try for free</button>
Line 286

https://indexerpro.net/

The text color to background color contrast ratio after composition is:
6.38 with color: rgb(139,148,158)background: rgb(8,12,16)
font-size: 10.50ptfont-weight: 400
<a href='/' class='back'>← На главную</a>
Line 78
6.38 with color: rgb(139,148,158)background: rgb(8,12,16)
font-size: 9.75ptfont-weight: 400
<div class='updated'>Об ... через IndexerPro</div>
Line 85
4.63 with color: rgb(255,255,255)background: linear-gradient(135.0deg , rgb(31,111,235) , rgb(137,87,229))
font-size: 12ptfont-weight: 800
<div class='nav-logo-icon'>I</div>
Line 65
4.63 with color: rgb(255,255,255)background: rgb(31,111,235)
font-size: 11.25ptfont-weight: 700
<a href='/register' style='display:inline-...'>... →</a>
Line 299

https://indexerpro.net/faq

The text color to background color contrast ratio after composition is:
4.63 with color: rgb(255,255,255)background: linear-gradient(135.0deg , rgb(31,111,235) , rgb(137,87,229))
font-size: 13.50ptfont-weight: 800
<div class='nav-logo-icon'>I</div>
Line 265
4.63 with color: rgb(255,255,255)background: rgb(31,111,235)
font-size: 10.50ptfont-weight: 600
<button class='btn-primary' onclick='...'>Get started free</button>
Line 272
4.63 with color: rgb(255,255,255)background: linear-gradient(135.0deg , rgb(31,111,235) , rgb(137,87,229))
font-size: 9.75ptfont-weight: 800
<div class='nav-logo-icon' style='width:28px;height:...'>I</div>
Line 583
6.38 with color: rgb(139,148,158)background: rgb(8,12,16)
font-size: 11.25ptfont-weight: 700
<span style='font-family:&#39;Syne&#39;,...'>IndexerPro</span>
Line 584
4.63 with color: rgb(255,255,255)background: linear-gradient(135.0deg , rgb(31,111,235) , rgb(137,87,229))
font-size: 12ptfont-weight: 600
<button class='btn-hero btn-hero-...' onclick='...'>Try for free</button>
Line 286

https://indexerpro.net/login

The text color to background color contrast ratio after composition is:
6.15 with color: rgb(139,148,158)background: rgb(13,17,23)
font-size: 9.75ptfont-weight: 400
<div class='footer'>Уже есть аккаунт?<a href='/login'>...</a></div>
Line 186
6.15 with color: rgb(139,148,158)background: rgb(13,17,23)
font-size: 9ptfont-weight: 600
<a href='...2F%2Findexerpro.net%2Fregister' class=''>EN</a>
Line 71
4.63 with color: rgb(255,255,255)background: rgb(31,111,235)
font-size: 9ptfont-weight: 600
<a href='...2F%2Findexerpro.net%2Fregister' class='active'>RU</a>
Line 74
5.62 with color: rgb(139,148,158)background: rgb(22,27,34)
font-size: 9.75ptfont-weight: 400
<div class='card-sub'>Начните за 30 секунд</div>
Line 85

https://indexerpro.net/register

This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Expand all 7 issues