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 HierarchyAction36 headings, 2 skip(s)FIX
- H3 全部产品
- H5 热门产品 skipped
- H5 域名
- H5 企业服务
- H5 云计算
- H5 云安全
- H4 1元买热门后缀
- H4 1元试用90天
- H4 1元购50个邮箱账号
- H3 (empty)
- H4 域名注册
- H4 免费试用
- H4 SSL证书
- H4 域名交易
- H4 企业型虚机
- H3 明星产品推荐
- H3 稳定、安全、可信赖的云产品
- H4 虚拟主机
- H4 邮箱
- H4 云主机
- H4 企业建站
- H3 专业机构的权威认证
- H4 为超过 1000万 个域名提供注册服务
- H4 2023 年度影响力 注册平台
- H4 五星级 域名注册服务机构
- H4 累计超 27万 网站使用新网服务器
- H3 优质合作伙伴
- H4 售前咨询电话
- H4 售前咨询
- H4 域名信息查询(WHOIS)
- H4 售后咨询 (7*24小时)
- H4 售前咨询电话
- H4 提示
- H2 商品已成功加入购物车
- H4 电话咨询,获取超值优惠 skipped
- H4 提示
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
DAlt Text QualityAction2 of 112 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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
FForm AccessibilityAction14 of 14 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #prefix | text | (请输入域名查询,如:xinnet) | placeholder only |
| #suffixSearchInput | text | (搜索后缀) | placeholder only |
| #brandQueryInput | text | (请输入您想检索的商标名称、申请号、申请人名称) | placeholder only |
| #temp-new-sydh-hot | textarea | (none) | none |
| #temp-new-sydh-safe | textarea | (none) | none |
| #temp-new-syceiling | textarea | (none) | none |
| #temp-new-sydh-domain | textarea | (none) | none |
| #temp-new-sydh-cloud | textarea | (none) | none |
| #temp-new-sydh-service | textarea | (none) | none |
| #temp-new-cummerbund-1 | textarea | (none) | none |
| #temp-new-cummerbund-2 | textarea | (none) | none |
| #temp-new-cummerbund-3 | textarea | (none) | none |
| #temp-new-sy-operation | textarea | (none) | none |
| #temp-new-float | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea id="temp-new-sydh-domain">; <textarea id="temp-new-sydh-cloud">; <textarea id="temp-new-sydh-service">; <textarea id="temp-new-sydh-hot">; <textarea id="temp-new-sydh-safe">; <textarea id="temp-new-syceiling">; <textarea id="temp-new-cummerbund-1">; <textarea id="temp-new-cummerbund-2">; <textarea id="temp-new-cummerbund-3">; <textarea id="temp-new-sy-operation"> (+1 more)
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" name="prefix" id="prefix">; <input type="text" id="suffixSearchInput">; <input type="text" name="brank" id="brandQueryInput">
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
FLink & Button QualityAction29 issue(s) across 582 links and 10 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.xinnet.com | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/domain/domain.htm… | 域名注册 … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainTran… | 域名交易 … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainin.h… | 域名转入 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/ssl/ssl.html | SSL证书 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/virtualhost/gxvir… | 云虚拟主机 … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/xcloud.htm… | 云主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/mail.html | 企业邮箱 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/webdesig… | 企业建站 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/icp/beian.html | 备案 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/tm.html | 商标 | new tab | Add '(opens in new tab)' to text |
| https://xcloud.xinnet.com/#/network/cdn | 内容分发网络CDN | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/mysql.html | 云数据库MySQL | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/acti… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/domain/domain.htm… | 域名注册 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainsbia… | 批量注册标准版 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainin.h… | 域名转入 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domaintrad… | 一口价域名 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainyudi… | 域名抢注 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/wtgm.html | 委托购买 | new tab | Add '(opens in new tab)' to text |
| https://domain.xinnet.com/#domain/berth/… | 域名停放 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainRegi… | 域名注册局 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainXinn… | 域名安全锁 | new tab | Add '(opens in new tab)' to text |
| https://whois.xinnet.com/ | WHOIS信息查询 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainInte… | 域名推荐 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/acti… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/domain/tm.html | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/trademark.… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/mail.html | 全球邮Pro版 … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/mail.html | 全球邮外贸版 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/mail.html | 全球邮标准版 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2018… | 全球邮初创版 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/zt/yuntuison… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/zizhujia… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/zizhujia… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/zizhujia… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/dingzhij… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/dingzhij… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/dingzhij… | - … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/xcx.html | 电商型小程序 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/xcx.html | 生活服务型小程序 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/xcx.html | 展示型小程序 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/icp/beian.html | ICP备案 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/icp/expert.html | 备案管家 | new tab | Add '(opens in new tab)' to text |
| https://tas.xinnet.com/#/service/buyIcpM… | 云专家服务 | new tab | Add '(opens in new tab)' to text |
| https://tas.xinnet.com/#/service/buyIcpM… | 云运维服务 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/service.ht… | 服务器迁移 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/acti… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/xcloud/xcloud.htm… | 国内云主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/xcloud.htm… | 香港云主机 | new tab | Add '(opens in new tab)' to text |
| https://xcloud.xinnet.com/#/siteCloud/ho… | GPU云主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/virtualhost/gxvir… | 通用虚拟主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/virtualhost/mianb… | 免备案虚拟主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/mysql.html | 云数据库MySQL | new tab | Add '(opens in new tab)' to text |
| https://xcloud.xinnet.com/#/cloudSql/sql… | 云数据库SQL server | new tab | Add '(opens in new tab)' to text |
| https://xcloud.xinnet.com/#/storage/buck… | 对象存储 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/slb.html | 负载均衡 | new tab | Add '(opens in new tab)' to text |
| https://xcloud.xinnet.com/#/network/cdn | 内容分发网络CDN | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/acti… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/ssl/ssl.html | SSL证书 … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/cs/waf.html | Web应用防火墙WAF | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/security.h… | 等保合规 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2025… | 漏洞扫描 … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/acti… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/cs/customized-web… | 定制化网站解决方案 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/zt/yuming.… | 品牌企业域名解决方案 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/service.h… | 帮助中心 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/about/about_us.ht… | 关于我们 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/icp/beian.html | 备案首页 | new tab | Add '(opens in new tab)' to text |
| javascript:; | 备案控制台 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2024… | 1元买热门后缀 … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2024… | 1元试用90天 新… | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2024… | 1元购50个邮箱账号 … | new tab | Add '(opens in new tab)' to text |
| https://console.xinnet.com/hy/index.html… | (empty) | empty | Add link text or aria-label |
| https://console.xinnet.com/invoice/index… | 发票管理 | img no alt | Add alt attribute to the image |
| https://www.xinnet.com/composite/zt/open… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/2024… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/hyhd… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/2025… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/domain/domain.htm… | (empty) | empty | Add link text or aria-label |
| https://domain.xinnet.com/index.html#/se… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/open… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/2024… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/2024… | 域名注册 新人… | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2025… | 免费试用 最长90… | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/ssl/ssl-buy.html?… | SSL证书 1元起购 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainTran… | 域名交易 专业… | new tab | Add '(opens in new tab)' to text |
| https://host.xinnet.com/#/virtualHost?id… | 企业型虚机 全… | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/price.html | 价格总览 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainIn.h… | 域名转入 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/tld-com.ht… | .com ¥77 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/tld-cn.htm… | .cn ¥29 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/top.html | .top ¥13 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/xyz.html | .xyz ¥15 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/shop.html | .shop ¥10 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/ltd.html | .ltd ¥27 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/tld-net.ht… | .net ¥89 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domaintrad… | 域名一口价 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/ssl/ssl.html | SSL证书 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainyudi… | 域名抢注 | new tab | Add '(opens in new tab)' to text |
| https://domain.xinnet.com/#domain/manage… | 域名续费 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/trademark.… | 商标注册 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/trademark.… | 商标续展 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/trademark.… | 商标延伸服务 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/trademark.… | 快速提交订单,专业顾… | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2024… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2024… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/ssl/ssl-buy.html?… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://host.xinnet.com/#/virtualHost?id… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainTran… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/virtualhost/gxvir… | (empty) | empty | Add link text or aria-label |
| https://host.xinnet.com/#/virtualHost?id… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://host.xinnet.com/#/virtualHost?id… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://host.xinnet.com/#/virtualHost?id… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/mail.html | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/mail/mail-buy-det… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/mail-buy-det… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/salepush-buy… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/xcloud.htm… | (empty) | empty | Add link text or aria-label |
| https://xcloud.xinnet.com/#/siteCloud/ho… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://xcloud.xinnet.com/#/siteCloud/ho… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://xcloud.xinnet.com/#/siteCloud/ho… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/zizhujia… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/jianzhan/jianzhan… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/jianzhan… | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/xcx.html | 立即购买 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/2024… | 新用户专享福利 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/composite/zt/hyhd… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/2025… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/online-service.ht… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/presale-service.h… | 售前咨询 … | new tab | Add '(opens in new tab)' to text |
| https://whois.xinnet.com | 域名信息查询(WHOIS) … | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/online-service.ht… | 售后咨询 (7*24小时) … | new tab | Add '(opens in new tab)' to text |
| https://trade.xinnet.com/index.html | 99 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xinnews/gonggao/ | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/2018… | 全球邮免费试用 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/virtualhost/gxvir… | 虚拟主机限时特价 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/xssl/inde… | 新手指南专区 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/zlxz/ | 业务资料下载 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/cjwt/icp/… | 网站备案入门 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/cjwt/doma… | 域名注册注意事项 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/cjwt/mail… | 企业邮箱类问题 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/cjwt/idc/… | 主机购买使用 | new tab | Add '(opens in new tab)' to text |
| https://dcp.xinnet.com/Modules/agent/dom… | 域名自助管理平台 | new tab | Add '(opens in new tab)' to text |
| https://cp.xinnet.com/#/login | 虚机管理 | new tab | Add '(opens in new tab)' to text |
| https://whois.xinnet.com/ | 域名信息查询(WHOIS) | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domainInte… | 智能域名推荐 | new tab | Add '(opens in new tab)' to text |
| https://webmail.global-mail.cn/ | 邮箱登录 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xinnews/gonggao/ | 公告 | new tab | Add '(opens in new tab)' to text |
| https://support.xinnet.com/#/submit | 提交工单 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/service/service.h… | 帮助中心 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/report/report.htm… | 违规举报 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/online-service.ht… | 在线客服 | new tab | Add '(opens in new tab)' to text |
| https://tas.xinnet.com/#/service/buyIcpM… | 增值服务 | new tab | Add '(opens in new tab)' to text |
| https://tas.xinnet.com/#/service/buyIcpM… | 迁云服务 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domain.htm… | 域名注册 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/domain/domaintrad… | 域名交易 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xcloud/xcloud.htm… | 新网云主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/virtualhost/gxvir… | 虚拟主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/mail.html | 企业邮箱 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/jianzhan/webdesig… | 网站定制 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/mail/zt/yuntuison… | 云推送 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xinnews/ | 资讯 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/knowledge/doc/65 | 顶级域名 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/knowledge/doc/61 | 云服务器 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/knowledge/doc/66 | 虚拟主机 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/knowledge/doc/62 | 企业邮箱 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/knowledge/doc/63 | 建站推广 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/knowledge/ | it互联网 | new tab | Add '(opens in new tab)' to text |
| https://www.admin5.com/ | A5创业网 | new tab | Add '(opens in new tab)' to text |
| https://www.300.cn/ | 中企动力 | new tab | Add '(opens in new tab)' to text |
| https://www.cifnews.com | 电商资讯 | new tab | Add '(opens in new tab)' to text |
| https://www.16xx8.com | PS教程自学网 | new tab | Add '(opens in new tab)' to text |
| https://www.iresearch.cn | 艾瑞网 | new tab | Add '(opens in new tab)' to text |
| https://www.juming.com | 域名抢注 | new tab | Add '(opens in new tab)' to text |
| https://www.huzhan.com | 网站交易 | new tab | Add '(opens in new tab)' to text |
| https://www.17sucai.com | 网站模板 | new tab | Add '(opens in new tab)' to text |
| https://www.foxitsoftware.cn | pdf软件 | new tab | Add '(opens in new tab)' to text |
| https://www.cebest.com/ | 网站建设 | new tab | Add '(opens in new tab)' to text |
| https://www.hishop.com.cn | 商城系统 | new tab | Add '(opens in new tab)' to text |
| https://www.gstarcad.com | CAD | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/about/about_us.ht… | 关于我们 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/xinnews/ | 新闻中心 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/about/rongyu.html | 资质荣誉 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/maps/maps.html | 网站地图 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/links/link.html | 友情链接 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/about/joinus.html | 加入我们 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/contact_us/zongbu… | 联系我们 | new tab | Add '(opens in new tab)' to text |
| https://www.xinnet.com/v.html | 索引地图 | new tab | Add '(opens in new tab)' to text |
| https://www.beian.gov.cn/portal/register… | (empty) | empty | Add link text or aria-label |
| https://www.xinnet.com/composite/zt/xinr… | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.xinnet.com; https://www.xinnet.com/composite/zt/activity-rules.html; https://www.xinnet.com/composite/zt/activity-rules.html; https://www.xinnet.com/composite/zt/activity-rules.html; https://www.xinnet.com/composite/zt/activity-rules.html; https://www.xinnet.com/composite/zt/activity-rules.html; https://console.xinnet.com/hy/index.html#/account; https://www.xinnet.com/composite/zt/openclaw.html; https://www.xinnet.com/composite/zt/20241231.html; https://www.xinnet.com/composite/zt/hyhd.html (+19 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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://console.xinnet.com/invoice/index.html#/invoice"]; a#operation0; a#operation1; a#operation2; a#operation3; a#operation4; a#syrmtj1; a#syrmtj2; a#syrmtj3; a#syrmtj4 (+12 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.xinnet.com/domain/domain.html; https://www.xinnet.com/domain/domainTransactionChannel.html; https://www.xinnet.com/domain/domainin.html; https://www.xinnet.com/ssl/ssl.html; https://www.xinnet.com/virtualhost/gxvirtualhost.html; https://www.xinnet.com/xcloud/xcloud.html; https://www.xinnet.com/mail/mail.html; https://www.xinnet.com/jianzhan/webdesign.html; https://www.xinnet.com/icp/beian.html; https://www.xinnet.com/domain/tm.html (+133 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
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
DLighthouse Accessibility AuditsActionScore 53/100 — 5 failing, 7 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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div#app-main > div.product > div.item > img.bgImg div#app-main > div.product > div.item > img.bgImg |
div.footer > div.row2 > a > img.gaIcon div.footer > div.row2 > a > img.gaIcon |
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#app-header > div.van-row > div.col1 > a.logo div#app-header > div.van-row > div.col1 > a.logo |
div#app-header > div.van-row > div.col2 > a.account div#app-header > div.van-row > div.col2 > a.account |
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 html |
These items highlight common accessibility best practices.
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 |
|---|---|---|---|---|---|
| h2 商品已成功加… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 全部产品 | 17.47:1 | 3.0:1 | #000000 | #DEECF9 | Pass |
| h3 明星产品推荐 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 稳定、安全、… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 专业机构的权… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 优质合作伙伴 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title 云服务器_网站… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 产品分类 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 热门产品 | 17.84:1 | 4.5:1 | #000000 | #E2EEFA | Pass |
| a 域名 | 18.01:1 | 4.5:1 | #000000 | #E3EFFB | Pass |
| a 企业服务 | 18.14:1 | 4.5:1 | #000000 | #E4F0FA | Pass |
| a 云计算 | 2.22:1 | 4.5:1 | #000000 | #2B476C | Fail |
| a 云安全 | 18.16:1 | 4.5:1 | #000000 | #E4F0FB | Pass |
| div 热门产品 | 9.49:1 | 4.5:1 | #000000 | #AAAFB3 | Pass |
| a 域名注册 | 18.04:1 | 4.5:1 | #000000 | #E4EFFB | Pass |
| em HOT | 18.32:1 | 4.5:1 | #000000 | #E5F1FC | Pass |
| a 域名交易 | 18.35:1 | 4.5:1 | #000000 | #E6F1FC | Pass |
| em NEW | 18.19:1 | 4.5:1 | #000000 | #E5F0FB | Pass |
| a 域名转入 | 18.39:1 | 4.5:1 | #000000 | #E7F1FC | Pass |
| a SSL证书 | 18.22:1 | 4.5:1 | #000000 | #E6F0FB | 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.