Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction48 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
FHeading HierarchyAction35 headings, 6 skip(s)FIX
- H1 Securelist by Kaspersky
- H6 Other solutions skipped
- H6 Other Industries
- H6 Other Products
- H6 Other Services
- H3 Lotus Wiper: a new threat targeting the energy and utilities sector
- H3 FakeWallet crypto stealer spreading through iOS apps in the App Store
- H3 Adapt or pay: an analysis of the AdaptixC2 framework
- H3 CPU-Z / HWMonitor watering hole infection – a copy-pasted attack
- H3 Threat landscape for industrial automation systems in Q4 2025
- H3 JanelaRAT: a financial threat targeting users in Latin America
- H3 The long road to your crypto: ClipBanker and its marathon infection chain
- H3 Financial cyberthreats in 2025 and the outlook for 2026
- H5 Threats skipped
- H5 Latest Posts
- H3 A laughing RAT: CrystalX combines spyware, stealer, and prankware features
- H3 An AI gateway designed to steal your data
- H3 Coruna: the framework used in Operation Triangulation
- H3 Anatomy of a Cyber World Global Report 2026
- H5 Webinars skipped
- H3 SOC: Build, buy, or hybrid?
- H3 Inside the dark web job market: Their talent, our threat
- H3 Hunt Hub: Opening the black box of EDR detection
- H3 Signal in the noise. What 2025 hacktivism reveals about the modern threat landscape
- H5 Categories skipped
- H3 The SOC Files: Time to “Sapecar”. Unpacking a new Horabot campaign in Mexico
- H3 Free real estate: GoPix, the banking Trojan living off your memory
- H3 BeatBanker: A dual‑mode Android Trojan
- H3 Kaspersky Security Bulletin 2025. Statistics
- H5 Reports skipped
- H3 HoneyMyte updates CoolClient and deploys multiple stealers in recent campaigns
- H3 The HoneyMyte APT evolves with a kernel-mode rootkit and a ToneShell backdoor
- H3 Evasive Panda APT poisons DNS requests to deliver MgBot
- H3 Cloud Atlas activity in the first half of 2025: what changed
- H5 Subscribe to our weekly e-mails skipped
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
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
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
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
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
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
FAlt Text QualityAction26 of 47 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 26 image(s) |
| too long | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction78 issue(s) across 362 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.kaspersky.com/home-security?… | Home Products | new tab | Add '(opens in new tab)' to text |
| https://www.kaspersky.com/small-business… | Small Business 1-50 employees | new tab | Add '(opens in new tab)' to text |
| https://www.kaspersky.com/small-to-mediu… | Medium Business 51-999 employe… | new tab | Add '(opens in new tab)' to text |
| https://www.kaspersky.com/enterprise-sec… | Enterprise 1000+ employees | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://securelist.com/ | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Embedded Security Internet Of Things?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Industrial Solution?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Fraud Prevention?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Kasperskyos?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: National Cybersecurity?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Industrial?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Finance?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Healthcare?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Transportation Cybersecurity It Infrastructure?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Retail Cybersecurity?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/next?icid=gl_s… | Kaspersky Next NEW! | img no alt | Add alt attribute to the image |
| https://www.kaspersky.com/next?icid=gl_s… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Next?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Xdr?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Endpoint?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Endpoint Detection Response Edr?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Edr Security Software Solution?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Anti Targeted Attack Platform?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cloud Security?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Sd Wan?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Industrial Cybersecurity?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Container Security?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | View All | new tab | Add '(opens in new tab)' to text |
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cybersecurity Services?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Security Awareness?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Premium Support?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Threat Intelligence?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Managed Detection And Response?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Compromise Assessment?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://www.kaspersky.com/enterprise-sec… | (empty) | empty | Add link text or aria-label |
| https://www.kaspersky.com/enterprise-sec… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Soc Consulting?Icid=Gl Seclistheader Acq Ona Smm Onl B2b Securelist Main Menu Sm Team 001391deb99c290f | |||
| https://encyclopedia.kaspersky.com/?icid… | Encyclopedia | new tab | Add '(opens in new tab)' to text |
| https://threats.kaspersky.com/?icid=gl_s… | Threats descriptions | new tab | Add '(opens in new tab)' to text |
| https://securelist.com/ | (empty) | empty | Add link text or aria-label |
| https://apt.securelist.com/?icid=gl_secl… | APT Logbook | new tab | Add '(opens in new tab)' to text |
| https://statistics.securelist.com/?icid=… | Statistics | new tab | Add '(opens in new tab)' to text |
| https://encyclopedia.kaspersky.com/?icid… | Encyclopedia | new tab | Add '(opens in new tab)' to text |
| https://threats.kaspersky.com/?icid=gl_s… | Threats descriptions | new tab | Add '(opens in new tab)' to text |
| https://securelist.com/tr/lotus-wiper/11… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/fakewallet-crypto… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/tr/adaptixc2-netw… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/industrial-threat… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/janelarat-financi… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/clipbanker-malwar… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/financial-threat-… | (empty) | empty | Add link text or aria-label |
| https://www.brighttalk.com/webcast/15591… | (empty) | empty | Add link text or aria-label |
| https://www.brighttalk.com/webcast/15591… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/crystalx-rat-with… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/litellm-supply-ch… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/coruna-framework-… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/global-report-sec… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/webinars/soc-buil… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/webinars/inside-t… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/webinars/hunt-hub… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/webinars/signal-i… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/horabot-campaign/… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/gopix-banking-tro… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/beatbanker-miner-… | (empty) | empty | Add link text or aria-label |
| https://securelist.com/kaspersky-securit… | (empty) | empty | Add link text or aria-label |
| https://xtraining.kaspersky.com/courses/… | (empty) | empty | Add link text or aria-label |
| https://xtraining.kaspersky.com/courses/… | (empty) | empty | Add link text or aria-label |
| https://xtraining.kaspersky.com/courses/… | (empty) | empty | Add link text or aria-label |
| https://apt.securelist.com/?icid=gl_secl… | APT Logbook | new tab | Add '(opens in new tab)' to text |
| https://statistics.securelist.com/?icid=… | Statistics | new tab | Add '(opens in new tab)' to text |
| https://encyclopedia.kaspersky.com/?icid… | Encyclopedia | new tab | Add '(opens in new tab)' to text |
| https://threats.kaspersky.com/?icid=gl_s… | Threats descriptions | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.c-page-nav-toggle (#104 on page); a.menu-toggle (#108 on page); https://securelist.com/; https://www.kaspersky.com/enterprise-security/embedded-security-internet-of-t…; https://www.kaspersky.com/enterprise-security/industrial-solution?icid=gl_sec…; https://www.kaspersky.com/enterprise-security/fraud-prevention?icid=gl_seclis…; https://www.kaspersky.com/enterprise-security/national-cybersecurity?icid=gl_…; https://www.kaspersky.com/enterprise-security/industrial?icid=gl_seclistheade…; https://www.kaspersky.com/enterprise-security/finance?icid=gl_seclistheader_a…; https://www.kaspersky.com/enterprise-security/healthcare?icid=gl_seclistheade… (+39 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
https://www.kaspersky.com/enterprise-security/embedded-security-internet-of-t… ("Learn More"); https://www.kaspersky.com/enterprise-security/industrial-solution?icid=gl_sec… ("Learn More"); https://www.kaspersky.com/enterprise-security/fraud-prevention?icid=gl_seclis… ("Learn More"); https://www.kaspersky.com/enterprise-security/kasperskyos?icid=gl_seclisthead… ("Learn More"); https://www.kaspersky.com/enterprise-security/national-cybersecurity?icid=gl_… ("Learn More"); https://www.kaspersky.com/enterprise-security/industrial?icid=gl_seclistheade… ("Learn More"); https://www.kaspersky.com/enterprise-security/finance?icid=gl_seclistheader_a… ("Learn More"); https://www.kaspersky.com/enterprise-security/healthcare?icid=gl_seclistheade… ("Learn More"); https://www.kaspersky.com/enterprise-security/transportation-cybersecurity-it… ("Learn More"); https://www.kaspersky.com/enterprise-security/retail-cybersecurity?icid=gl_se… ("Learn More") (+17 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.kaspersky.com/home-security?icid=gl_seclistheader_acq_ona_smm__on…; https://www.kaspersky.com/small-business-security?icid=gl_seclistheader_acq_o…; https://www.kaspersky.com/small-to-medium-business-security?icid=gl_seclisthe…; https://www.kaspersky.com/enterprise-security?icid=gl_seclistheader_acq_ona_s…; https://www.kaspersky.com/enterprise-security/products?icid=gl_seclistheader_…; https://encyclopedia.kaspersky.com/?icid=gl_seclistheader_acq_ona_smm__onl_b2…; https://threats.kaspersky.com/?icid=gl_seclistheader_acq_ona_smm__onl_b2b_sec…; https://apt.securelist.com/?icid=gl_seclistheader_acq_ona_smm__onl_b2b_secure…; https://statistics.securelist.com/?icid=gl_seclistheader_acq_ona_smm__onl_b2b…; https://encyclopedia.kaspersky.com/?icid=gl_seclistheader_acq_ona_smm__onl_b2… (+5 more)
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.c-button (#139 on page); button.c-button (#645 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #input_3505043192_1 | Email(Required) | for/id | |
| #choice_3505043192_11_2_1 | checkbox | I agree to provide my email address to “AO Kaspersky Lab” to receive information about new posts on the site. I understand that I can withdraw this consent at any time via e-mail by clicking the “unsubscribe” link that I find at the bottom of any e-mail sent to me for the purposes mentioned above. | for/id |
| ak_hp_textarea | textarea | Δ | none |
| s | text | (Search...) | placeholder only |
| s | text | (Search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">; <input type="text" name="s">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction11 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 |
|---|---|---|---|---|---|
| h1 Securelist by Kasper… | 3.04:1 | 3.0:1 | #000000 | #3B615A | Pass |
| title Securelist | Kaspers… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Solutions for: | 10.21:1 | 4.5:1 | #000000 | #A3B9BB | Pass |
| a Home Products | 1.33:1 | 4.5:1 | #000000 | #052821 | Fail |
| a Small Business 1-50 … | 1.36:1 | 4.5:1 | #000000 | #042A26 | Fail |
| a Medium Business 51-9… | 2.09:1 | 4.5:1 | #000000 | #134A44 | Fail |
| a Enterprise 1000+ emp… | 1.48:1 | 4.5:1 | #000000 | #10302C | Fail |
| span by Kaspersky | 8.78:1 | 4.5:1 | #000000 | #74B2B5 | Pass |
| a CompanyAccount | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Get In Touch | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Dark mode | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| span off | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a English | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Russian | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Spanish | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Brazil | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Solutions | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Internet of Things &… | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Learn More | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a Industrial Cybersecu… | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
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.
BLighthouse Accessibility AuditsScore 83/100 — 5 failing, 22 passedREVIEW
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Show details div#CybotCookiebotDialogBody > div.CybotCookiebotDialogBodyBottomWrapper > div#CybotCookiebotDialogBodyEdgeMoreDetails > a#CybotCookiebotDialogBodyEdgeMoreDetailsLink |
Allow all cookies div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll |
Customize div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyLevelButtonCustomize |
Use necessary cookies only div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyButtonDecline |
ALEXANDER CHUDNOV ul.c-list-authors > li > a > span |
MIKHAIL REZNICHENKO ul.c-list-authors > li > a > span |
KASPERSKY ICS CERT ul.c-list-authors > li > a > span |
TECHNOLOGIES AND SERVICES div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
10 MAR 2026, 5:00PM div.c-card__body > header.c-card__header > div.u-flex > time.c-card__event-date |
FERNANDO ANDREAZI ul.c-list-authors > li > a > span |
THREAT INTELLIGENCE AND IR div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
26 FEB 2026, 5:00PM div.c-card__body > header.c-card__header > div.u-flex > time.c-card__event-date |
ALEXANDRA FEDOSIMOVA ul.c-list-authors > li > a > span |
View all categories div.o-col-3@md > ul.c-list-categories > li.c-list-categories__more > a |
MALWARE DESCRIPTIONS div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
DOMENICO CALDARELLA ul.c-list-authors > li > a > span |
MATEUS SALGADO ul.c-list-authors > li > a > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
THREATS div.o-container-fluid > div.o-row > div.o-col > h5.c-block__title |
WEBINARS div.o-container-fluid > div.o-row > div.o-col > h5.c-block__title |
CATEGORIES div.o-container-fluid > div.o-row > div.o-col-3@md > h5.c-block__title |
REPORTS div.c-page > section.c-block > div.o-container-fluid > h5.c-block__title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-container-fluid > div.c-image > a > img div.o-container-fluid > div.c-image > a > img |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.home > header#site-header > div.container > a.menu-toggle body.home > header#site-header > div.container > a.menu-toggle |
div.container > div.c-site-title > div.c-site-logo__group > a.c-site-logo div.container > div.c-site-title > div.c-site-logo__group > a.c-site-logo |
div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-3@md > article.c-card > a.c-card__figure div.o-row > div.o-col-3@md > article.c-card > a.c-card__figure |
section.c-block > div.o-container-fluid > div.c-image > a section.c-block > div.o-container-fluid > div.c-image > a |
div > div.o-col-6@sm > article.c-card > a.c-card__figure div > div.o-col-6@sm > article.c-card > a.c-card__figure |
div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link |
div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-container-fluid > div > article.c-card > a.c-card__figure div.o-container-fluid > div > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@sm > div.c-image > a div.o-row > div.o-col-4@sm > div.c-image > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VALERY AKULENKO div.c-card__authors > ul.c-list-authors > li > a |
ALEXEY DVORTSOV div.c-card__authors > ul.c-list-authors > li > a |
GEORGY KUCHERIN div.c-card__authors > ul.c-list-authors > li > a |
MIKHAIL REZNICHENKO div.c-card__authors > ul.c-list-authors > li > a |
SERGEY SOLDATOV div.c-card__authors > ul.c-list-authors > li > a |
FERNANDO ANDREAZI div.c-card__authors > ul.c-list-authors > li > a |
Privacy Policy div.c-page-footer__links > ul > li > a |
Cookies div.c-page-footer__links > ul > li > a |
These items highlight common accessibility best practices.