[Skip navigation links]

36% of pages36%of pages

Issues by Page

5 pages with quality issues

worse than averageChecking 14 pages found 36% (5 pages) with quality issues. Quality errors were found on 4 pages (29% of pages checked).This is worse than the 10% average rate of quality issues on other sites.

This tab shows a list of all pages with issues.

IssuesDescription and URLGuidelineLine
13https://indexerpro.net/
CriticalClickable controls should have an ARIA role. WCAG A F54 508 A F54
<a onclick='...'>Sign up for free</a>
650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
701
CriticalClickable controls should be keyboard accessible. WCAG A F15 508 A F15
<a onclick='...'>Sign up for free</a>
650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
701
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 508 A F42
<a onclick='switchTab(&#39;register&#39;)'>Sign up for free</a>
650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
701
CriticalBad value for attribute autocomplete. HTML
`off` is not allowed with input type=hidden.
<input type='hidden' name='_token' value='...' autocomplete='off'>
1235
<input type='hidden' name='_token' value='...' autocomplete='off'>
1355
CriticalElement style not allowed as child element in this context. HTML
<body>...<style>...</style></body>
1529
CriticalStray start tag style. HTML
1529
CriticalA link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload. HTML
<link rel='stylesheet' as='style' href='...t@300;400;500;600&#38;display=swap' onload='this.onload=null;...'>
23
Very ImportantEnsure that text and background colors have enough contrast. WCAG AA 1.4.3 508 AA 1.4.3
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>
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>
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>
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>
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>
590
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers. iOS ≤ 17
.modal-overlay { backdrop-filter: blur(8px8px; }
167
nav { backdrop-filter: blur(20px20px; }
66
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG AAA 1.4.6
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>
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>
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>
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>
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>
286
ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG AAA F22
<a href='https://t.me/artslin' target='_blank'>Telegram</a>
590
ImportantUse at least a 12-point font on all web pages. Best practice
font-size: 9.75pt
<div style='margin-top:16px;...'>No subscription. ... processed URLs.</div>
574
font-size: 10.50pt
<p>Paste URLs manually, upload a TXT ... — up to 50,000 URLs at once.</p>
326
font-size: 10.50pt
<p>IndexerPro sends URLs via Google ... (Yandex/Bing) simultaneously.</p>
332
font-size: 10.50pt
<p>Search bots receive the ... pages. We track every bot visit.</p>
338
font-size: 10.50pt
<p>Detailed reports: how many URLs ... received a bot, batch history.</p>
344
WarningThe type attribute is unnecessary for JavaScript resources. HTML
type='text/javascript'
<script type='text/javascript'>...</script>
252
12https://indexerpro.net/login
CriticalClickable controls should have an ARIA role. WCAG A F54 508 A F54
<a onclick='...'>Sign up for free</a>
650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
701
CriticalClickable controls should be keyboard accessible. WCAG A F15 508 A F15
<a onclick='...'>Sign up for free</a>
650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
701
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 508 A F42
<a onclick='switchTab(&#39;register&#39;)'>Sign up for free</a>
650
<a onclick='switchTab(&#39;login&#39;)'>Sign in</a>
701
CriticalBad value for attribute autocomplete. HTML
`off` is not allowed with input type=hidden.
<input type='hidden' name='_token' value='...' autocomplete='off'>
1235
<input type='hidden' name='_token' value='...' autocomplete='off'>
1355
CriticalElement style not allowed as child element in this context. HTML
<body>...<style>...</style></body>
1529
CriticalStray start tag style. HTML
1529
CriticalA link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload. HTML
<link rel='stylesheet' as='style' href='...t@300;400;500;600&#38;display=swap' onload='this.onload=null;...'>
23
Very ImportantEnsure that text and background colors have enough contrast. WCAG AA 1.4.3 508 AA 1.4.3
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>
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>
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>
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>
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>
590
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG AAA 1.4.6
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>
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>
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>
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>
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>
286
ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG AAA F22
<a href='https://t.me/artslin' target='_blank'>Telegram</a>
590
ImportantUse at least a 12-point font on all web pages. Best practice
font-size: 9.75pt
<div style='margin-top:16px;...'>No subscription. ... processed URLs.</div>
574
font-size: 10.50pt
<p>Paste URLs manually, upload a TXT ... — up to 50,000 URLs at once.</p>
326
font-size: 10.50pt
<p>IndexerPro sends URLs via Google ... (Yandex/Bing) simultaneously.</p>
332
font-size: 10.50pt
<p>Search bots receive the ... pages. We track every bot visit.</p>
338
font-size: 10.50pt
<p>Detailed reports: how many URLs ... received a bot, batch history.</p>
344
WarningThe type attribute is unnecessary for JavaScript resources. HTML
type='text/javascript'
<script type='text/javascript'>...</script>
252
5https://indexerpro.net/register
CriticalBad value for attribute autocomplete. HTML
`off` is not allowed with input type=hidden.
<input type='hidden' name='_token' value='...' autocomplete='off'>
108
Very ImportantEnsure that text and background colors have enough contrast. WCAG AA 1.4.3 508 AA 1.4.3
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>
130
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG AAA 1.4.6
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>
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>
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>
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>
85
ImportantNo meta description tag found. Use a description tag that accurately describes the contents of a web page. Google Bing DuckDuckGo
<html lang='ru'><head><meta charset='utf-8'>...</head><body>...</body></html>
3
ImportantUse at least a 12-point font on all web pages. Best practice
font-size: 9pt
<div style='background:rgba(255,...'>⚠️ ....</div>
99
3https://indexerpro.net/faq
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers. iOS ≤ 17
nav { backdrop-filter: blur(20px20px; }
26
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG AAA 1.4.6
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>
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>
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>
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>
299
ImportantUse at least a 12-point font on all web pages. Best practice
font-size: 9.75pt
<div class='updated'>Об ... через IndexerPro</div>
85
font-size: 11.25pt
<p style='color:var(--text2);...'>... 20 URL</p>
296
font-size: 11.25pt
<span>Как ускорить ... страниц в Google?</span>
93
font-size: 11.25pt
<span>Почему страница ... после отправки?</span>
115
font-size: 11.25pt
<span>Что такое Google ... как он работает?</span>
163
3https://indexerpro.net/legal
CriticalIndicating links using only a text color change does not work for color-blind users. WCAG A F73 508 A F73
<a href='mailto:support@indexerpro.net'>support@indexerpro.net</a>
213
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers. iOS ≤ 17
nav { backdrop-filter: blur(20px20px; }
23
ImportantNo meta description tag found. Use a description tag that accurately describes the contents of a web page. Google Bing DuckDuckGo
<html lang='ru'><head><meta charset='utf-8'>...</head>...</html>
3
36 issues on 5 pages