| Critical | Clickable controls should have an ARIA role. | WCAG A F54 508 A F54 | |
| <a onclick='...'>Sign up for free</a>
| 650 | |
| <a onclick='switchTab('login')'>Sign in</a>
| 701 | |
| Critical | Clickable controls should be keyboard accessible. | WCAG A F15 508 A F15 | |
| <a onclick='...'>Sign up for free</a>
| 650 | |
| <a onclick='switchTab('login')'>Sign in</a>
| 701 | |
| Critical | This 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('register')'>Sign up for free</a>
| 650 | |
| <a onclick='switchTab('login')'>Sign in</a>
| 701 | |
| Critical | Bad 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 | |
| Critical | Element style not allowed as child element in this context. | HTML | |
| <body>...<style>...</style></body>
| 1529 | |
| Critical | Stray start tag style. | HTML | |
| | 1529 | |
| Critical | A 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&display=swap' onload='this.onload=null;...'>
| 23 | |
| Very Important | Ensure 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 Important | The 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 | |
| Important | Ensure 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:'Syne',...'>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 | |
| Important | Avoid 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 | |
| Important | Use 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 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 252 | |
| Critical | Clickable controls should have an ARIA role. | WCAG A F54 508 A F54 | |
| <a onclick='...'>Sign up for free</a>
| 650 | |
| <a onclick='switchTab('login')'>Sign in</a>
| 701 | |
| Critical | Clickable controls should be keyboard accessible. | WCAG A F15 508 A F15 | |
| <a onclick='...'>Sign up for free</a>
| 650 | |
| <a onclick='switchTab('login')'>Sign in</a>
| 701 | |
| Critical | This 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('register')'>Sign up for free</a>
| 650 | |
| <a onclick='switchTab('login')'>Sign in</a>
| 701 | |
| Critical | Bad 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 | |
| Critical | Element style not allowed as child element in this context. | HTML | |
| <body>...<style>...</style></body>
| 1529 | |
| Critical | Stray start tag style. | HTML | |
| | 1529 | |
| Critical | A 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&display=swap' onload='this.onload=null;...'>
| 23 | |
| Very Important | Ensure 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 | |
| Important | Ensure 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:'Syne',...'>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 | |
| Important | Avoid 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 | |
| Important | Use 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 | |
| Warning | The type attribute is unnecessary for JavaScript resources. | HTML | |
| type='text/javascript'<script type='text/javascript'>...</script>
| 252 | |
| Critical | Bad value for attribute autocomplete. | HTML | |
| `off` is not allowed with input type=hidden. | | |
| <input type='hidden' name='_token' value='...' autocomplete='off'>
| 108 | |
| Very Important | Ensure 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 | |
| Important | Ensure 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 | |
| Important | No 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 | |
| Important | Use at least a 12-point font on all web pages. | Best practice | |
| font-size: 9pt<div style='background:rgba(255,...'>⚠️ ....</div>
| 99 | |
| Very Important | The CSS backdrop-filter: property is not supported by some browsers. | iOS ≤ 17 | |
| nav { backdrop-filter: blur(20px20px; }
| 26 | |
| Important | Ensure 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 | |
| Important | Use 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 | |