Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction11 issue(s) across 382 links and 24 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://aro.tech/insights/case-study/ai-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Ai Powered Contact Centre Solution | |||
| https://aro.tech/insights/case-study/kno… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Knowsley Metropolitan Borough Council It Transformation | |||
| https://aro.tech/insights/case-study/pla… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Playtronic Games Secures Microsoft 365 Data With Barracudas Total Email Protection | |||
| https://www.facebook.com/AROTechnologyUK… | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/arotech… | (empty) | empty | Add link text or aria-label |
| https://x.com/AROTechnologyUK | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@AROTechnology | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <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.
https://www.facebook.com/AROTechnologyUK/; https://www.linkedin.com/company/arotechnology?originalSubdomain=uk; https://x.com/AROTechnologyUK; https://www.youtube.com/@AROTechnology
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://aro.tech/insights/case-study/ai-powered-contact-centre-solution/ ("Read More"); https://aro.tech/insights/case-study/knowsley-metropolitan-borough-council-it… ("Read more"); https://aro.tech/insights/case-study/playtronic-games-secures-microsoft-365-d… ("Read 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.js-close-menu (#134 on page); button.js-close-menu (#379 on page); button.js-close-menu (#406 on page); button.hamburger (#427 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 landmarksREVIEW
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
BHeading Hierarchy36 headings, 2 skip(s)REVIEW
- H3 Cloud & Infrastructure
- H3 Networking and Secure Connectivity
- H3 Cyber Security
- H3 Data and AI Transformation
- H3 Digital Transformation and Modern Work
- H3 Managed Services
- H3 Hybrid Cloud Services
- H3 Unified Communications
- H3 Business Mobiles
- H3 Sustainability
- H5 Microsoft Ignite 2025: What’s Big and What It Means for Your Business skipped
- H3 Resources
- H5 Delivering Cost Savings and Service Continuity for Tuntum Housing Association with ARO’s Mobile Solution skipped
- H3 About
- H3 Cloud & Infrastructure
- H3 Networking and Secure Connectivity
- H3 Cyber Security
- H3 Data and AI Transformation
- H3 Digital Transformation and Modern Work
- H3 Managed Services
- H3 Hybrid Cloud Services
- H3 Unified Communications
- H3 Business Mobiles
- H3 Sustainability
- H1 Technology Only Better.
- H2 Every organisation can access the same IT, but not the same IT performance.
- H3 Our Solutions and Services
- H3 Our Partner Accreditations
- H3 Our Impact
- H2 Your Business. Powered by Smarter IT.
- H3 Managed support. Only Better.
- H4 Latest Insights
- H4 Making Sense of NAC vs SD-WAN vs SASE: Designing Network Security Around Business Outcomes
- H4 Hesitation Is a Vulnerability: A 2026 Cyber Threat Briefing for Today’s Security Teams
- H4 Rethinking Microsoft 365: Cost Control, Security and AI Readiness
- H3 Insights. Only better.
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
BTabindex Anti-Patterns3 positive, 0 -1-on-focusableREVIEW
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 5 failing, 25 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 |
|---|
Customer satisfaction is an important KPI for our business and these statistics… div.statistics-hero__content > div.statistics-hero__content-inner > div.statistics-hero__description > p |
Case studies div.statistics-hero__wrapper > div.statistics-hero__content > div.statistics-hero__content-inner > a.btn-link |
Customer Satisfaction div.statistics-hero__stats-wrapper > div.statistics-hero__stats > div.statistics-hero__stat > span.statistics-hero__stat-desc |
Incident Resolution SLA div.statistics-hero__stats-wrapper > div.statistics-hero__stats > div.statistics-hero__stat > span.statistics-hero__stat-desc |
Incident Response SLA div.statistics-hero__stats-wrapper > div.statistics-hero__stats > div.statistics-hero__stat > span.statistics-hero__stat-desc |
Resolved within 5 days div.statistics-hero__stats-wrapper > div.statistics-hero__stats > div.statistics-hero__stat > span.statistics-hero__stat-desc |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > a div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > a |
div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > a div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > a |
div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > a div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > a |
div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > a div.site-footer__contact-info > ul.site-footer__socials > li.site-footer__social > 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.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Solutions
Cloud and Infrastructure
Networking and Secure Connectivity
Cyber Sec… footer.site-footer > div.container > nav.footer-nav > li.nav-menu-item |
Locations
Aberdeen IT Support
Cardiff IT Support
Chester IT Support
Glasgow IT … footer.site-footer > div.container > nav.footer-nav > li.nav-menu-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#gform_fields_1 > div#field_1_1 > div.ginput_container > input#input_1_1 div#gform_fields_1 > div#field_1_1 > div.ginput_container > input#input_1_1 |
Submit > div.gform-body > div#gform_fields_1 > div#field_submit > button#gform_submit_button_1 |
These are opportunities to improve keyboard navigation in your application.
A+Heading Text QualityAll 36 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 46 images OKPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #input_1_5 | text | for/id | |
| #input_1_1 | for/id | ||
| #input_1_2_1 | checkbox | I have read and understood the Privacy Page * | for/id |
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-GB"PASS
A+Iframe AccessibilityAll 2 iframe(s) have descriptive titlesPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 119 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Technology | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Every organisation c… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Your Business. Power… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cloud & Infrastructu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Networking and Secur… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cyber Security | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Data and AI Transfor… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Digital Transformati… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Managed Services | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hybrid Cloud Service… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Unified Communicatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Business Mobiles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sustainability | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cloud & Infrastructu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Networking and Secur… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cyber Security | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Data and AI Transfor… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Digital Transformati… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Managed Services | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hybrid Cloud Service… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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.