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 HierarchyAction26 headings, 1 skip(s)FIX
- H2 习近平同莫桑比克总统查波会谈
- H2 习近平同莫桑比克总统查波会谈
- H4 习近平同莫桑比克总统查波会谈 skipped
- H4 习近平会见老挝人民革命党中央总书记、国家主席特使沙伦赛
- H4 一季度服务业增加值占国内生产总值比重为61.7%
- H2 要闻
- H2 最新政策
- H3 国务院政策文件库
- H2 政策解读
- H2 政务联播
- H3 建言征集 | 回应关切
- H2 (empty)
- H3 以人民为中心
- H2 为民服务 更多 >>
- H3 激发市场活力
- H2 为企服务 更多 >>
- H3 加强政府自身建设
- H2 政务联播
- H2 政策解读
- H2 国务院政策文件库
- H2 (empty)
- H2 施政为民
- H2 激发活力
- H2 政府建设
- H2 建言征集
- H2 回应关切
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
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
FAlt Text QualityAction34 of 50 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 34 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
DForm AccessibilityAction5 of 5 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| headSearchword | text | (请输入关键字……) | placeholder only |
| input | input | (搜政策......) | placeholder only |
| input | text | (搜政策......) | placeholder only |
| headSearchword | text | (none) | none |
| input | btn | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="headSearchword">; <input type="btn">
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="headSearchword">; <input>; <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
FLink & Button QualityAction26 issue(s) across 200 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| javascript:void(0) | 欢迎进入 中国政府网_… | img no alt | Add alt attribute to the image |
| ./ | 中国政府网 | new tab | Add '(opens in new tab)' to text |
| ./ | 首页 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn | 简 | new tab | Add '(opens in new tab)' to text |
| http://big5.www.gov.cn/gate/big5/www.gov… | 繁 | new tab | Add '(opens in new tab)' to text |
| http://english.www.gov.cn/ | EN | new tab | Add '(opens in new tab)' to text |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| https://mail.www.gov.cn/nsmail/index.htm… | 邮箱 | new tab | Add '(opens in new tab)' to text |
| ./ | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/yaowen/liebiao/202604… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 两国元首一致同意将双… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 中方愿同莫方加强发展… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 联合声明 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 两国元首一致同意将双… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 中方愿同莫方加强发展… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 联合声明 | new tab | Add '(opens in new tab)' to text |
| ./toutiao/ | 更多 >> | new tab | Add '(opens in new tab)' to text |
| ./toutiao/ | 更多>> | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/yaowen/liebiao/202604… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/yaowen/liebiao/202604… | 习近平会见老挝人民革… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/jiedu/tujie/2… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/zhengce/jiedu/tujie/2… | 一季度服务业增加值占… | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| ./yaowen/liebiao/ | 要闻 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 习近平会见老挝人民革… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 国家主席习近平任免驻… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 李强会见莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 何立峰会见美国通用电… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 刘国中会见世界气象组… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 国务院印发《关于推进… | new tab | Add '(opens in new tab)' to text |
| ./zhengce/index.htm | 最新政策 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国务院关于推进服务业… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国办转发海关总署《关… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国务院办公厅关于深化… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国务院办公厅关于健全… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 中共中央办公厅 国务… | new tab | Add '(opens in new tab)' to text |
| https://sousuo.www.gov.cn/zcwjk/policyDo… | 国务院政策文件库 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/xxgk/ | 政府信息公开 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/qiye/ | 惠企助企政策集纳查询 | new tab | Add '(opens in new tab)' to text |
| ./zhengce/jiedu/ | 政策解读 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhuanti/2026yjdjjsj/i… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/zhengce/202604/conten… | 解读:国务院常务会议… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/202604/conten… | 四个关键词,读懂中国… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/202604/conten… | 健全以市场为主导的药… | new tab | Add '(opens in new tab)' to text |
| ./gwyzzjg/ | 国务院组织机构 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/guoqing/guoqi/ | 国旗 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/guoqing/guoge/index.h… | 国歌 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/guoqing/guohui/ | 国徽 | new tab | Add '(opens in new tab)' to text |
| ./guoqing/ | 国情 | new tab | Add '(opens in new tab)' to text |
| ./gongbao/currentissue.htm | 国务院公报 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/xzfgk/ | 国家行政法规库 | new tab | Add '(opens in new tab)' to text |
| //www.gov.cn/zhengce/xxgk/gjgzk/index.ht… | 国家规章库 | new tab | Add '(opens in new tab)' to text |
| ./gzjxs/ | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/lianbo/fabu/202604/co… | 国务院新闻办举行发布… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/lianbo/202604/content… | 2026年中央财政继续支… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 服务业稳中向好 新动… | new tab | Add '(opens in new tab)' to text |
| ./lianbo/ | 政务联播 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/lianbo/202604/content… | 工业和信息化部公布首… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/lianbo/202604/content… | 教育部发布文件助力青… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 文旅深度融合 各地春… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| ./hudong/wsdy/ | 建言征集 | new tab | Add '(opens in new tab)' to text |
| ./hudong/hygq/lyhf/ | 回应关切 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/hudong/202604/content… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/hudong/202604/content… | 网民希望支持更多中小… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/hudong/202604/content… | 网民希望方便老人订火… | new tab | Add '(opens in new tab)' to text |
| https://tousu.www.gov.cn/dc/index.htm | (empty) | empty | Add link text or aria-label |
| https://tousu.www.gov.cn/dc/index.htm | 我要留言 | new tab | Add '(opens in new tab)' to text |
| ./gwywls/ | (empty) | empty | Add link text or aria-label |
| https://liuyan.www.gov.cn/hudong/atwls/r… | 以人民为中心 … | new tab | Add '(opens in new tab)' to text |
| https://liuyan.www.gov.cn/hudong/atwls/r… | 人民群众留言入口 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/ | 为民服务 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/ | 更多 >> | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/chusheng/#1 | 出生 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/ruxue/#2 | 入学 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/gongzuo/#3 | 工作 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/jiuyi/#7 | 就医 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/tuixiu/#9 | 退休 | new tab | Add '(opens in new tab)' to text |
| https://liuyan.www.gov.cn/hudong/atwls/q… | 激发市场活力 … | new tab | Add '(opens in new tab)' to text |
| https://liuyan.www.gov.cn/hudong/atwls/q… | 企业、个体户留言入口 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/ | 为企服务 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/ | 更多 >> | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/kbqy/#0 | 开办企业 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/jyfz/#1 | 经营发展 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/qyyg/#2 | 企业用工 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/nsjf/#3 | 纳税缴费 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/zxtc/#4 | 注销退出 | new tab | Add '(opens in new tab)' to text |
| https://tousu.www.gov.cn/zwfw/index.htm | 加强政府自身建设 … | new tab | Add '(opens in new tab)' to text |
| https://tousu.www.gov.cn/zwfw/index.htm | 政务服务投诉与建议入… | new tab | Add '(opens in new tab)' to text |
| http://gjzwfw.www.gov.cn/index.html | 国家政务服务平台 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/ | 为民服务 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/ | 为企服务 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 习近平会见老挝人民革… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 国家主席习近平任免驻… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 李强会见莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 何立峰会见美国通用电… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 刘国中会见世界气象组… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 国务院印发《关于推进… | new tab | Add '(opens in new tab)' to text |
| ./yaowen/liebiao/ | 更多 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国务院关于推进服务业… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国办转发海关总署《关… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国务院办公厅关于深化… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/content/20260… | 国务院办公厅关于健全… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 中共中央办公厅 国务… | new tab | Add '(opens in new tab)' to text |
| ./zhengce/ | 更多 | new tab | Add '(opens in new tab)' to text |
| ./gzjxs/ | (empty) | empty | Add link text or aria-label |
| ./lianbo/ | 政务联播 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/lianbo/202604/content… | 工业和信息化部公布首… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/lianbo/202604/content… | 教育部发布文件助力青… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/yaowen/liebiao/202604… | 文旅深度融合 各地春… | new tab | Add '(opens in new tab)' to text |
| ./lianbo/ | 更多 | img no alt | Add alt attribute to the image |
| ./zhengce/jiedu/ | 政策解读 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhuanti/2026yjdjjsj/i… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/zhengce/202604/conten… | 解读:国务院常务会议… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/202604/conten… | 四个关键词,读懂中国… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/202604/conten… | 健全以市场为主导的药… | new tab | Add '(opens in new tab)' to text |
| ./zhengce/jiedu/ | 更多 | img no alt | Add alt attribute to the image |
| https://sousuo.www.gov.cn/zcwjk/policyDo… | 国务院政策文件库 | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://www.gov.cn/zhengce/xxgk/gjgzk/in… | 国家规章库 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/qiye/ | 惠企助企政策集纳查询 | new tab | Add '(opens in new tab)' to text |
| ./zhengce/xxgk/ | 政府信息公开 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/xzfgk/ | 国家行政法规库 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/xxgk/gjgzk/in… | 国家规章库 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/qiye/ | 惠企助企政策集纳查询 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/chusheng/#1 | 出生 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/ruxue/#2 | 入学 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/gongzuo/#3 | 工作 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/shenghuo/#4 | 生活 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/anju/#5 | 安居 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/hunyin/#6 | 婚姻 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/jiuyi/#7 | 就医 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/gongmin/tuixiu/#9 | 退休 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/kbqy/#0 | 开办企业 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/jyfz/#1 | 经营发展 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/qyyg/#2 | 企业用工 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/nsjf/#3 | 纳税缴费 | new tab | Add '(opens in new tab)' to text |
| ./fuwu/qiye/zxtc/#4 | 注销退出 | new tab | Add '(opens in new tab)' to text |
| ./gwywls/ | (empty) | empty | Add link text or aria-label |
| ./hudong/wsdy/ | 建言征集 | new tab | Add '(opens in new tab)' to text |
| ./gwywls/wsdy/202603/content_7062317.htm | (empty) | empty | Add link text or aria-label |
| ./hudong/hygq/lyhf/ | 回应关切 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/hudong/202604/content… | 网民希望支持更多中小… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/hudong/202604/content… | 网民希望方便老人订火… | new tab | Add '(opens in new tab)' to text |
| ./hudong/hygq/lyhf/ | 更多 | img no alt | Add alt attribute to the image |
| https://tousu.www.gov.cn/dc/index.htm | (empty) | empty | Add link text or aria-label |
| http://www.npc.gov.cn/ | 全国人大 | new tab | Add '(opens in new tab)' to text |
| http://www.cppcc.gov.cn/ | 全国政协 | new tab | Add '(opens in new tab)' to text |
| http://www.ccdi.gov.cn/ | 国家监察委员会 | new tab | Add '(opens in new tab)' to text |
| http://www.court.gov.cn/ | 最高人民法院 | new tab | Add '(opens in new tab)' to text |
| http://www.spp.gov.cn/ | 最高人民检察院 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2023-03/29/conte… | 国务院部门网站 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2023-03/29/conte… | 地方政府网站 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2023-03/29/conte… | 驻港澳机构网站 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2023-03/29/conte… | 驻外机构 | new tab | Add '(opens in new tab)' to text |
| https://bszs.conac.cn/sitename?method=sh… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/index.htm | 中国政府网 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2016-05/11/conte… | 关于本网 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2014-02/23/conte… | 网站声明 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2014-02/23/conte… | 联系我们 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/fuwu/jiucuopage.html | 网站纠错 | new tab | Add '(opens in new tab)' to text |
| https://beian.miit.gov.cn/#/Integrated/i… | 京ICP备05070218号 | new tab | Add '(opens in new tab)' to text |
| http://www.beian.gov.cn/portal/registerS… | 京公网安备11010202000001… | new tab | Add '(opens in new tab)' to text |
| http://app.www.gov.cn/download/Chinese.h… | 国务院客户端 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/guowuyuan/gwykhdxcx/x… | 国务院客户端小程序 | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/home/2014-02/18/conte… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/home/2014-02/18/conte… | (empty) | empty | Add link text or aria-label |
| https://www.gov.cn/home/2014-02/18/conte… | 中国政府网微博、微信 | new tab | Add '(opens in new tab)' to text |
| javascript:; | (empty) | empty | Add link text or aria-label |
| http://bszs.conac.cn/sitename?method=sho… | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
javascript:void(0);; ./; javascript:;; https://www.gov.cn/yaowen/liebiao/202604/content_7066525.htm; https://www.gov.cn/yaowen/liebiao/202604/content_7066497.htm; https://www.gov.cn/zhengce/jiedu/tujie/202604/content_7066462.htm; #; #; https://www.gov.cn/zhuanti/2026yjdjjsj/index.htm; ./gzjxs/ (+15 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#ariaTipText; a[href="./"]; a[href="./fuwu/gongmin/chusheng/#1"]; a[href="./fuwu/gongmin/ruxue/#2"]; a[href="./fuwu/gongmin/gongzuo/#3"]; a[href="./fuwu/gongmin/jiuyi/#7"]; a[href="./fuwu/gongmin/tuixiu/#9"]; a[href="./fuwu/qiye/kbqy/#0"]; a[href="./fuwu/qiye/jyfz/#1"]; a[href="./fuwu/qiye/qyyg/#2"] (+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.gov.cn; http://big5.www.gov.cn/gate/big5/www.gov.cn/; http://english.www.gov.cn/; https://mail.www.gov.cn/nsmail/index.html; https://www.gov.cn/yaowen/liebiao/202604/content_7066525.htm; https://www.gov.cn/yaowen/liebiao/202604/content_7066525.htm; https://www.gov.cn/yaowen/liebiao/202604/content_7066525.htm; https://www.gov.cn/yaowen/liebiao/202604/content_7066527.htm; https://www.gov.cn/yaowen/liebiao/202604/content_7066525.htm (+118 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_btn (#53 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 60/100 — 9 failing, 15 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.
ARIA
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
链接,无障碍模式读屏软件服务通道。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
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 |
|---|
EN div.main > div.header > div.container > a.lang |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
习近平同莫桑比克总统查波会谈 div.slidesjs-container > div.slidesjs-control > div.item > h4 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div.header > div.container > a.logo > img div.header > div.container > a.logo > img |
div.header > div.container > a.logo > img.wordlogo div.header > div.container > a.logo > img.wordlogo |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.banner > div.gwygzjxs_banner > a > img div.banner > div.gwygzjxs_banner > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.tabs > div.policyImg > a > img div.tabs > div.policyImg > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.box > div.search > a > img div.box > div.search > a > img |
div.state > h2 > a > img div.state > h2 > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.container > div.banner > a > img div.container > div.banner > a > img |
div.newfooter > div.box > a.left > img#imgConac div.newfooter > div.box > a.left > img#imgConac |
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.main > div.header > div.container > a.logo div.main > div.header > div.container > a.logo |
div.main > div.header > div.container > a#searchBtn div.main > div.header > div.container > a#searchBtn |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.container > div.banner > div.gwygzjxs_banner > a div.container > div.banner > div.gwygzjxs_banner > a |
div.news > div.tabs > div.policyImg > a div.news > div.tabs > div.policyImg > a |
div.container > div.state > h2 > a div.container > div.state > h2 > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.main > div.container > div.banner > a div.main > div.container > div.banner > a |
div.container > div.newfooter > div.box > a.left div.container > div.newfooter > div.box > a.left |
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 |
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, 6 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h2 施政为民 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 激发活力 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 政府建设 | 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 |
| a 首页 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 简 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 繁 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 登录 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 个人中心 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 退出 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 邮箱 | 9.89:1 | 4.5:1 | #000000 | #EB9DA4 | Pass |
| a 无障碍 | 3.69:1 | 4.5:1 | #000000 | #CE0B1B | Fail |
| div https://www.gov.cn/ | 3.69:1 | 4.5:1 | #000000 | #CE0B1B | Fail |
| a 习近平同莫桑… | 3.69:1 | 4.5:1 | #000000 | #CE0B1B | Fail |
| a 两国元首一致… | 3.69:1 | 4.5:1 | #000000 | #CE0B1B | Fail |
| a 中方愿同莫方… | 3.69:1 | 4.5:1 | #000000 | #CE0B1B | Fail |
| a 联合声明 | 3.69:1 | 4.5:1 | #000000 | #CE0B1B | Fail |
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.