Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
DHeading HierarchyAction102 headings, 2 skip(s)FIX
- H5 Huawei Cloud MaaS Available Globally
- H5 MaaS Available Globally
- H5 HUAWEI CLOUD INSPIRE 2026
- H5 HUAWEI CLOUD INSPIRE 2026
- H5 New Releases
- H5 New Releases
- H5 Huawei Cloud Flexus
- H5 Huawei Cloud Flexus
- H5 GaussDB
- H5 GaussDB
- H5 Huawei Cloud Flexus
- H5 Object Storage Service (OBS)
- H5 Elastic Cloud Server (ECS)
- H5 ROMA Connect
- H5 Cloud Backup and Recovery (CBR)
- H5 GeminiDB
- H5 Content Delivery Network (CDN)
- H5 FunctionGraph
- H5 Elastic Cloud Server (ECS)
- H5 Bare Metal Server (BMS)
- H5 Huawei Cloud Flexus
- H5 Auto Scaling
- H5 Image Management Service (IMS)
- H5 FunctionGraph
- H5 Dedicated Computing Cluster (DCC)
- H5 GPU Accelerated Cloud Server (GACS)
- H5 Object Storage Service (OBS)
- H5 Business Recovery Service (BRS)
- H5 Elastic Volume Service (EVS)
- H5 Cloud Backup and Recovery (CBR)
- H5 Scalable File Service (SFS)
- H5 Data Express Service (DES)
- H5 Dedicated Distributed Storage Service (DSS)
- H5 Cloud Server Backup Service (CSBS)
- H5 Virtual Private Cloud (VPC)
- H5 Virtual Private Network (VPN)
- H5 Cloud Connect
- H5 Elastic IP (EIP)
- H5 Elastic Load Balance (ELB)
- H5 NAT Gateway
- H5 Direct Connect
- H5 Enterprise Switch (ESW)
- H5 TaurusDB
- H5 RDS for MySQL
- H5 RDS for PostgreSQL
- H5 GaussDB
- H5 GeminiDB
- H5 Distributed Cache Service (DCS)
- H5 Document Database Service (DDS)
- H5 Data Replication Service (DRS)
- H5 ModelArts
- H5 Optical Character Recognition (OCR)
- H5 Huawei HiLens (HiLens)
- H5 Content Moderation
- H5 Short Sentence Recognition
- H5 Image Recognition
- H5 Graph Engine Service (GES)
- H5 EIHealth
- H5 MapReduce Service (MRS)
- H5 Cloud Search Service (CSS)
- H5 DataArts Studio
- H5 Data Lake Insight (DLI)
- H5 Data Warehouse Service (DWS)
- H5 Data Lake Visualization (DLV)
- H5 Cloud Stream Service (CS)
- H5 Data Ingestion Service (DIS)
- H5 Host Security Service (HSS)
- H5 Web Application Firewall (WAF)
- H5 Anti-DDoS Service (AAD)
- H5 Data Encryption Workshop (DEW)
- H5 Data Security Center (DSC)
- H5 Database Security Service (DBSS)
- H5 Cloud Firewall (CFW)
- H5 Cloud Bastion Host (CBH)
- H5 Cloud Service Engine (CSE)
- H5 Distributed Cache Service (DCS) for Redis®
- H5 Distributed Cache Service (DCS) for Memcached
- H5 Distributed Message Service (DMS)
- H5 Distributed Message Service (DMS) for Kafka
- H5 API Gateway (APIG)
- H5 Huawei Cloud Flexus
- H5 Object Storage Service (OBS)
- H5 Elastic Cloud Server (ECS)
- H5 ROMA Connect
- H5 Cloud Backup and Recovery (CBR)
- H5 GeminiDB
- H5 Content Delivery Network (CDN)
- H5 FunctionGraph
- H3 E-Commerce
- H3 Automotive
- H3 Insurance
- H3 Media & Entertainment
- H3 Gaming
- H3 Smart City
- H5 Developer Institute skipped
- H5 Developer Events
- H5 Developer Forum
- H3 See How Customers Are Innovating with Us
- H3 See How Customers Are Innovating with Us
- H5 Professional Services skipped
- H5 Contact Sales
- H5 After-Sales Support
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
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 QualityAction100 of 101 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 100 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 QualityAction33 issue(s) across 264 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://account-intl.huaweicloud.com/use… | My Account | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | Billing & Costs | new tab | Add '(opens in new tab)' to text |
| https://console-intl.huaweicloud.com/tic… | Service Tickets | new tab | Add '(opens in new tab)' to text |
| https://console-intl.huaweicloud.com/mc/… | Unread Messages | new tab | Add '(opens in new tab)' to text |
| https://console-intl.huaweicloud.com/?lo… | Console | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/obm… | Partner Center | new tab | Add '(opens in new tab)' to text |
| https://auth.huaweicloud.com/authui/logi… | Sign In | new tab | Add '(opens in new tab)' to text |
| https://reg.huaweicloud.com/registerui/i… | Sign Up | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | My Account | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | Complete Sign Up | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | Billing & Costs | new tab | Add '(opens in new tab)' to text |
| https://console-intl.huaweicloud.com/tic… | Service Tickets | new tab | Add '(opens in new tab)' to text |
| https://console-intl.huaweicloud.com/mc/… | Unread Messages | new tab | Add '(opens in new tab)' to text |
| https://console-intl.huaweicloud.com/?lo… | Console | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/obm… | Partner Center | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/p… | Huawei Cloud MaaS Available Gl… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/a… | HUAWEI CLOUD INSPIRE 2026 … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Solutions … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | MetaStudio … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Data Center … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Explore Our Products … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | New Releases … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Huawei Cloud Flexus … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | GaussDB … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Solutions … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | MetaStudio … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Data Center … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Explore Our Products … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Huawei Cloud Flexus … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Object Storage Service (OBS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic Cloud Server (ECS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | ROMA Connect … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Backup and Recovery (CBR… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | GeminiDB A… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Content Delivery Network (CDN)… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | FunctionGraph … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic Cloud Server (ECS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Bare Metal Server (BMS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Huawei Cloud Flexus … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Auto Scaling … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Image Management Service (IMS)… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | FunctionGraph … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Dedicated Computing Cluster (D… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | GPU Accelerated Cloud Server (… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Object Storage Service (OBS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Business Recovery Service (BRS… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic Volume Service (EVS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Backup and Recovery (CBR… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Scalable File Service (SFS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Express Service (DES) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Dedicated Distributed Storage … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Server Backup Service (C… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Virtual Private Cloud (VPC) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Virtual Private Network (VPN) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Connect … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic IP (EIP) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic Load Balance (ELB) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | NAT Gateway … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Direct Connect … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Enterprise Switch (ESW) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | TaurusDB A… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | RDS for MySQL … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | RDS for PostgreSQL … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | GaussDB An… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | GeminiDB A… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Distributed Cache Service (DCS… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Document Database Service (DDS… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Replication Service (DRS)… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | ModelArts … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Optical Character Recognition … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Huawei HiLens (HiLens) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Content Moderation … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Short Sentence Recognition … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Image Recognition … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Graph Engine Service (GES) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | EIHealth U… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | MapReduce Service (MRS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Search Service (CSS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | DataArts Studio … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Lake Insight (DLI) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Warehouse Service (DWS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Lake Visualization (DLV) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Stream Service (CS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Ingestion Service (DIS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Host Security Service (HSS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Web Application Firewall (WAF)… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Anti-DDoS Service (AAD) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Encryption Workshop (DEW)… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Data Security Center (DSC) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Database Security Service (DBS… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Firewall (CFW) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Bastion Host (CBH) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Service Engine (CSE) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Distributed Cache Service (DCS… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Distributed Cache Service (DCS… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Distributed Message Service (D… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Distributed Message Service (D… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | API Gateway (APIG) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Huawei Cloud Flexus … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Object Storage Service (OBS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic Cloud Server (ECS) … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | ROMA Connect … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Cloud Backup and Recovery (CBR… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | GeminiDB … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Content Delivery Network (CDN)… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | FunctionGraph … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | View All Products | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | E-Commerce … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Automotive … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Insurance … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Media & Entertainment … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Gaming … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Smart City … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | View All Solutions | new tab | Add '(opens in new tab)' to text |
| https://developer.huaweicloud.com/intl/e… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: En Us | |||
| https://edu.huaweicloud.com/intl/en-us/ | Developer Institute … | new tab | Add '(opens in new tab)' to text |
| https://developer.huaweicloud.com/intl/e… | Developer Events … | new tab | Add '(opens in new tab)' to text |
| https://developer.huaweicloud.com/intl/e… | Developer Forum … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Sanxia En.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Pttdigital.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Hll.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Nestia.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Greaterheat.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Bbtvnewmedia.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Ratopati.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: 20191125110434699.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cyberquote0.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Wapipay.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: 20200708144524574.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Viact.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Ifadmultiproductsltd.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: 20200716091651000.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Dckj.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: 20200331144625868.Html | |||
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cases.Html | |||
| https://www.huaweicloud.com/intl/en-us/g… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Global | |||
| 100+ … | new tab | Add '(opens in new tab)' to text | |
| 8T+ … | new tab | Add '(opens in new tab)' to text | |
| 45,000+ … | new tab | Add '(opens in new tab)' to text | |
| 7,800,000+ … | new tab | Add '(opens in new tab)' to text | |
| https://www.huaweicloud.com/intl/en-us/s… | ISO 22301:2019 | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | ISO 27001:2022 | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | SOC 2 Type II Report | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | PCI DSS | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | DJCP | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | CSA STAR | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Professional Services … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/c… | Contact Sales Reach … | new tab | Add '(opens in new tab)' to text |
| https://console-intl.huaweicloud.com/tic… | After-Sales Support … | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/d… | https://www.huaweicloud.com/in… | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/d… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Sa Cookies.Html | |||
| https://www.huaweicloud.com/intl/en-us/d… | Find out more | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/HuaweiCloud1 | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/HuaweiCloud… | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/showcase/371802… | (empty) | empty | Add link text or aria-label |
| https://www.huaweicloud.com/intl/en-us/a… | Why Us | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/c… | Customer Stories | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/d… | Legal | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/n… | Press Releases | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic Cloud Server (ECS) | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic IP (EIP) | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | RDS for MySQL | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | Elastic Volume Service (EVS) | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/p… | MapReduce Service (MRS) | new tab | Add '(opens in new tab)' to text |
| https://support.huaweicloud.com/intl/en-… | Documentation | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/c… | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/n… | Public Notices | new tab | Add '(opens in new tab)' to text |
| https://www.huaweicloud.com/intl/en-us/s… | Support Plans | new tab | Add '(opens in new tab)' to text |
| https://status.service.huaweicloud.com/i… | Service Health Dashboard | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | Top Up | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | Invoices | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | Billing Center | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | My Account | new tab | Add '(opens in new tab)' to text |
| https://account-intl.huaweicloud.com/use… | Payment Method | new tab | Add '(opens in new tab)' to text |
| https://www.huawei.com/en/ | Huawei Corporate | new tab | Add '(opens in new tab)' to text |
| https://e.huawei.com/en/ | Huawei Enterprise | new tab | Add '(opens in new tab)' to text |
| https://consumer.huawei.com/en/?utm_sour… | Huawei Consumer Business | new tab | Add '(opens in new tab)' to text |
| https://developer.huawei.com/consumer/en… | Huawei Developers | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#; https://www.huaweicloud.com/intl/en-us/cases/20191125110434699.html; https://www.huaweicloud.com/intl/en-us/cases/cyberquote0.html; https://www.huaweicloud.com/intl/en-us/cases/viact.html; https://www.huaweicloud.com/intl/en-us/cases/greaterheat.html; https://www.huaweicloud.com/intl/en-us/cases/nestia.html; https://www.huaweicloud.com/intl/en-us/cases/PTTDigital.html; https://www.huaweicloud.com/intl/en-us/cases/20200331144625868.html; https://www.huaweicloud.com/intl/en-us/cases/IFADmultiproductsltd.html; https://twitter.com/HuaweiCloud1 (+2 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://developer.huaweicloud.com/intl/en-us/ ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/sanxia-en.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/PTTDigital.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/hll.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/nestia.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/greaterheat.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/BBTVNewMedia.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/Ratopati.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/20191125110434699.html ("Learn More"); https://www.huaweicloud.com/intl/en-us/cases/cyberquote0.html ("Learn More") (+10 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://account-intl.huaweicloud.com/usercenter/?locale=en-us#/accountindex/a…; https://account-intl.huaweicloud.com/usercenter/?locale=en-us#/userindex/allview; https://console-intl.huaweicloud.com/ticket/?locale=en-us#/ticketindex/servic…; https://console-intl.huaweicloud.com/mc/?locale=en-us#/; https://console-intl.huaweicloud.com/?locale=en-us; https://account-intl.huaweicloud.com/obmgr/?locale=en-us#/obmgr/index; https://auth.huaweicloud.com/authui/login.html?locale=en-us&service=https%3A%…; https://reg.huaweicloud.com/registerui/intl/m/register.html?hwid=login&locale…; https://account-intl.huaweicloud.com/usercenter/?locale=en-us#/accountindex/a…; https://account-intl.huaweicloud.com/usercenter/?#/complete (+146 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.header-search-submit (#175 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
FFavicon & BrandingAction2 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
DLighthouse Accessibility AuditsActionScore 67/100 — 5 failing, 10 passedFIX
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.
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 |
|---|
Professional Services li.home-consultation-card > a > div.home-consultation-content > h5 |
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 |
|---|
ul.product-m-list > li > a.product-m-card > img ul.product-m-list > li > a.product-m-card > img |
ul.product-m-list > li > a.product-m-card > img ul.product-m-list > li > a.product-m-card > img |
ul.product-m-list > li > a.product-m-card > img ul.product-m-list > li > a.product-m-card > img |
ul.product-m-list > li > a.product-m-card > img ul.product-m-list > li > a.product-m-card > img |
ul.product-m-list > li > a.product-m-card > img ul.product-m-list > li > a.product-m-card > img |
ul.product-m-list > li > a.product-m-card > img ul.product-m-list > li > a.product-m-card > img |
div.por-container > div.section-body > div.information-frontground-m > img.lazyload div.por-container > div.section-body > div.information-frontground-m > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload div.section-body > div.customers-m-logos > a.customers-m-logo > img.lazyload |
ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon |
ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon |
ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon |
ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon |
ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon |
ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon ul.safety-card-list > li.safety-card-item > a.safety-card > img.safety-card-icon |
ul.por-container > li.home-consultation-card > a > img.lazyload ul.por-container > li.home-consultation-card > a > img.lazyload |
ul.por-container > li.home-consultation-card > a > img.lazyload ul.por-container > li.home-consultation-card > a > img.lazyload |
ul.por-container > li.home-consultation-card > a > img.lazyload ul.por-container > li.home-consultation-card > a > img.lazyload |
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.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo div.por-container > div.section-body > div.customers-m-logos > a.customers-m-logo |
div.footer-nav-left > ul.footer-nav-icons > li > a.footer-link div.footer-nav-left > ul.footer-nav-icons > li > a.footer-link |
div.footer-nav-left > ul.footer-nav-icons > li > a.footer-link div.footer-nav-left > ul.footer-nav-icons > li > a.footer-link |
div.footer-nav-left > ul.footer-nav-icons > li > a.footer-link div.footer-nav-left > ul.footer-nav-icons > li > a.footer-link |
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
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 |
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.phone html.phone |
These items highlight common accessibility best practices.
CForm AccessibilityAction3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (搜索) | placeholder only |
| #header-navigation-search-input | text | (none) | none |
| input | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" id="header-navigation-search-input">; <input type="text">
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="text">
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
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 |
|---|---|---|---|---|---|
| h3 E-Commerce | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Automotive | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Insurance | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Media & Entertainmen… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Gaming | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Smart City | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 See How Customers Ar… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 See How Customers Ar… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Huawei Cloud - The A… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 检测到您已登… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a https://www.huaweicl… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 不再显示此消… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Intl-English | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div International | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a English | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Bahasa Indonesia | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Español | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Português | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Türkçe | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a عربي | 21.00:1 | 4.5: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.