Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction11 of 12 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| select | select | ابزاره ترجمه زبان | aria-label |
| #mce-EMAIL | (email address) | placeholder only | |
| slider | radio | (none) | none |
| slider | radio | (none) | none |
| slider | radio | (none) | none |
| slider | radio | (none) | none |
| #mc-embedded-subscribe | submit | (none) | none |
| #goog-gt-votingInputSrcLang | text | (none) | none |
| #goog-gt-votingInputTrgLang | text | (none) | none |
| #goog-gt-votingInputSrcText | text | (none) | none |
| #goog-gt-votingInputTrgText | text | (none) | none |
| #goog-gt-votingInputVote | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="radio" name="slider">; <input type="radio" name="slider">; <input type="radio" name="slider">; <input type="radio" name="slider">; <input type="submit" name="subscribe" id="mc-embedded-subscribe">; <input type="text" name="sl" id="goog-gt-votingInputSrcLang">; <input type="text" name="tl" id="goog-gt-votingInputTrgLang">; <input type="text" name="query" id="goog-gt-votingInputSrcText">; <input type="text" name="gtrans" id="goog-gt-votingInputTrgText">; <input type="text" name="vote" id="goog-gt-votingInputVote">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="EMAIL" id="mce-EMAIL">
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
DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
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
CLandmark StructureAction6 landmarksREVIEW
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
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
CLink & Button QualityAction6 issue(s) across 68 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://translate.google.com | ترجمه | new tab | Add '(opens in new tab)' to text |
| https://unifycloudpartners.com/ | Partners | new tab | Add '(opens in new tab)' to text |
| https://unifycloudpartners.com/ | Partner Portal | new tab | Add '(opens in new tab)' to text |
| https://www.cloudatlasinc.com/unifycloud… | E-Book | new tab | Add '(opens in new tab)' to text |
| https://www.unifycloud.com/bookings/ | Request A Demo | new tab | Add '(opens in new tab)' to text |
| https://www.cloudatlasinc.com/news-press… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Microsoft Ai Innovation Partner Of The Year 2025 Finalist | |||
| /google-cloud | Click here | generic text | Replace with descriptive text |
Before: Click here Suggested: Google Cloud | |||
| https://www.cloudatlasinc.com/news-press… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Microsoft Ai Innovation Partner Of The Year 2025 Finalist | |||
| https://youtu.be/nt7ozdjsr8s | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.cloudatlasinc.com/cloudrecon… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cloudrecon Assessment Tool | |||
| https://www.cloudatlasinc.com/cloudpilot… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cloudpilot Migration Tool | |||
| https://www.cloudatlasinc.com/cloudsuper… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cloudsupervisor Monitoring Tool | |||
| https://www.unifycloud.com/bookings/ | Schedule a Demo | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/cloudatlasinc | CloudAtlas Facebook Account | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/cloudatlasinc | CloudAtlas Twitter Account | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/cloud-a… | CloudAtlas Linkedin Account | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/UnifyCloud | CloudAtlas Youtube Account | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.cloudatlasinc.com/news-press/microsoft-ai-innovation-partner-of-t… ("Read more"); /google-cloud ("Click here"); https://www.cloudatlasinc.com/news-press/microsoft-ai-innovation-partner-of-t… ("Read more"); https://www.cloudatlasinc.com/cloudrecon-assessment-tool/ ("Learn More"); https://www.cloudatlasinc.com/cloudpilot-migration-tool/ ("Learn More"); https://www.cloudatlasinc.com/cloudsupervisor-monitoring-tool/ ("Learn 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://translate.google.com; https://unifycloudpartners.com/; https://unifycloudpartners.com/; https://www.cloudatlasinc.com/unifycloud-e-book/; https://www.unifycloud.com/bookings/; https://youtu.be/nt7ozdjsr8s; https://www.unifycloud.com/bookings/; https://www.facebook.com/cloudatlasinc; https://twitter.com/cloudatlasinc; https://www.linkedin.com/company/cloud-atlas-inc (+1 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
BTap Target Adequacy3 tap target(s) too small or too close togetherREVIEW
BLighthouse Accessibility AuditsScore 88/100 — 4 failing, 24 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
UnifyCloud has been recognized with a Microsoft Partner of the Year … div.flexslider > div.flex-viewport > ul.slides > li.clone |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Translate
آلمانی
اسپانیایی
پرتغالی (پرتغال)
چینی (سادهشده)
ژاپنی
عربی
فرانسوی
ل… div#google_translate_element > div.skiptranslate > div#:0.targetLanguage > select.goog-te-combo |
Read more div.row > div.col-sm-12 > div.home-banner-sec-buttons > a.home-banner-sec-2-btn |
Schedule a Demo div.asymmetric-box-2 > div.display-table-cell > div.schedule-a-demo-sec > a.btn-style-1 |
These are opportunities to improve the legibility of your content.
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 |
|---|
1 div.flexslider > ol.flex-control-nav > li > a.flex-active |
2 div.flexslider > ol.flex-control-nav > li > a |
3 div.flexslider > ol.flex-control-nav > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
AHeading Hierarchy27 headingsPASS
- H1 Smarter Migrations Start with CloudAtlas
- H2 UnifyCloud developed the CloudAtlas platform to better serve organizations in their cloud migration journey. Now we make them available to you to help you define cloud strategy, move applications and
- H2 UnifyCloud has been recognized with a Microsoft Partner of the Year honor for a 6th consecutive year, being named a finalist in the AI Innovation category.
- H2 CloudAtlas now modernizes infrastructure, applications, and databases to Google Cloud
- H1 Smarter Migrations Start with CloudAtlas duplicate H1
- H2 UnifyCloud developed the CloudAtlas platform to better serve organizations in their cloud migration journey. Now we make them available to you to help you define cloud strategy, move applications and
- H2 UnifyCloud has been recognized with a Microsoft Partner of the Year honor for a 6th consecutive year, being named a finalist in the AI Innovation category.
- H3 FAST
- H3 EASY
- H3 EFFECTIVE
- H3 SECURE
- H3 COMPLIANT
- H4 Continuous Improvement
- H4 Cloud Optimization
- H4 Rapid Assessment for Quick Win Migrations
- H4 Automated Landing Zones
- H4 FinOps, Cost Control, Security, Governance, Risk & Compliance
- H4 Infrastructure Assessment
- H4 Virtualization, VMware, SAP, IoT, Workplace Modernization, and Sustainability
- H4 Application Assessment, Migration and Modernization
- H4 Data Estate Assessment, Migration and Modernization
- H4 Dependency Analysis and Migration Wave Planning
- H3 About us
- H3 Products
- H3 Quick Links
- H3 Microsoft Partner of the Year
- H4 Subscribe to our newsletter
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
AHeading Text Quality2 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 51 images OKPASS
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality12 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en-US"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
AIframe Accessibility1/3 iframe(s) missing title; 0 placeholder(s)PASS
A+Mobile-Readable Font SizesAll 132 visible text node(s) render at >= 12 CSS pixelsPASS
A404 Error PageHTTP 404, custom pagePASS
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 Smarter Migrations S… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Smarter Migrations S… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 UnifyCloud developed… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 UnifyCloud has been … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 , being named a fina… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 category. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CloudAtlas now moder… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 UnifyCloud developed… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 UnifyCloud has been … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 , being named a fina… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 category. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 FAST | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 EASY | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 EFFECTIVE | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SECURE | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 COMPLIANT | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 About us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Quick Links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Microsoft Partner of… | 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.