Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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
FHeading HierarchyAction22 headings, 5 skip(s)FIX
- H2 首页、政务服务、要闻动态、政务公开、政民互动和走进上海内容请使用tab按钮切换浏览
- H2 上海市人民政府
- H2 个人办事、法人办事、部门办事和办事热点内容请使用tab按钮切换浏览
- H3 个人办事
- H5 适用人群 skipped
- H5 生命周期
- H5 个人主题
- H3 法人办事
- H5 企业类型 skipped
- H5 生命周期
- H5 法人主题
- H3 部门办事
- H5 适用部门 skipped
- H3 办事热点
- H5 热门服务 skipped
- H2 今日上海
- H2 集成式发布和政府信息公开内容请使用tab按钮切换浏览
- H2 集成式发布
- H2 政府信息公开
- H2 市政府部门网站、区政府网站、本市重要机构网站和管委会网站等友情链接请使用tab按钮切换浏览
- 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
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
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 QualityAction4 of 44 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 4 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
DLink & Button QualityAction12 issue(s) across 591 links and 23 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.shanghai.gov.cn/nw2314/20240… | 无障碍操作说明 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals | 一网通办 | new tab | Add '(opens in new tab)' to text |
| https://www.shanghai.gov.cn/zzzb/index.h… | 长者版 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 职业资格 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 证件办理 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 交通出行 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 医疗卫生 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 本地居民 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 非本市居民 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 商贸人士 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 境外人士 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 残障人士 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 生育收养 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 设立变更 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 户籍办理 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 准营准办 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 民族宗教 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 抵押质押 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 入伍服役 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 职业资格 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 教育科研 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 行政缴费 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 就业创业 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 婚姻登记 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 优待抚恤 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 医疗卫生 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 旅游观光 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 住房保障 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 证件办理 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 知识产权 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 文化体育 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 消费维权 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 社会保障 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 司法公证 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 死亡殡葬 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 离职退休 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 交通出行 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 公共安全 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 环保绿化 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 规划建设 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 公用事业 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 出境入境 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/natura… | 其他 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/smzy/shell_pc/tou… | 【上海市】我要申请机… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/smzy/shell_pc/tou… | 【上海市】我要办理就… | new tab | Add '(opens in new tab)' to text |
| https://ywtb.sh.gov.cn/ac-product-net/it… | 【上海市】我是本市居… | new tab | Add '(opens in new tab)' to text |
| https://ywtb.sh.gov.cn/ac-product-net/it… | 【上海市】我是本市居… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/bsfw/i… | 【上海市】我要办理非… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 设立变更 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 准营准办 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 资质认证 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 年检年审 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 内资企业 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 外商投资企业 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 港澳台投资企业 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 非企业法人 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 其他类型 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 设立变更 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 社会保障 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 准营准办 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 投资审批 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 资质认证 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 融资信贷 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 年检年审 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 抵押质押 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 税收财务 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 商务贸易 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 人力资源 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 招标拍卖 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 公安消防 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 档案文物 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 安全生产 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 法人注销 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 环保绿化 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 国土和规划建设 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 交通运输 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 检验检疫 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 海关口岸 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 农林牧渔 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 公用事业 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 涉外服务 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 水务气象 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 文化教育 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 司法公证 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 应对气候变化 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 知识产权 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 质量技术 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 医疗卫生 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 科技创新 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/legalP… | 其他 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/smzy/shell_pc/tou… | 【上海市】办理高新技… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 【上海市】办理技术合… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/smzy/shell_pc/tou… | 【上海市】办理货物运… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/smzy/shell_pc/tou… | 【上海市】我要办理社… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/smzy/shell_pc/tou… | 【上海市】办理不动产… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市公安局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市民政局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市司法局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市财政局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市发展和改革委员… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市经济和信息化委… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市商务委员会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市教育委员会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市科学技术委员会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市民族和宗教事务… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市公安局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市民政局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市司法局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市财政局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市人力资源和社会… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市规划和自然资源… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市生态环境局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市住房和城乡建设… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市交通委员会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市农业农村委员会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市水务局(上海市… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市文化和旅游局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市卫生健康委员会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市应急管理局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市审计局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市市场监督管理局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市地方金融监督管… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市国有资产监督管… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市体育局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市统计局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市医疗保障局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市绿化和市容管理… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市国家安全局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 国家税务总局上海市税… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市房屋管理局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市药品监督管理局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市机关事务管理局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市国防动员办公室 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市新闻出版局(上… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市知识产权局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市人民政府合作交… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市人民政府侨务办… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市粮食和物资储备… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市档案局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市烟草专卖局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市气象局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市总工会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市残疾人联合会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市红十字会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市退役军人事务局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 中国共产主义青年团上… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市妇女联合会 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市精神文明建设委… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市邮政管理局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市人民检察院 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市大学生科技创业… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市高级人民法院 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市人民政府发展研… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/munici… | 上海市互联网信息办公… | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 民生保障服务专区 | new tab | Add '(opens in new tab)' to text |
| http://csj.sh.gov.cn/govService | 长三角“一网通办” | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/admini… | 行政权力 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/ftl/pu… | 公共服务 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 一件事一次办 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 全市通办 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 民生保障服务专区 | new tab | Add '(opens in new tab)' to text |
| https://oh.wsjkw.sh.gov.cn/zyjkpc/#/ | 职业健康 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 检察为民 | new tab | Add '(opens in new tab)' to text |
| http://www.ssme.sh.gov.cn/public/home!ha… | 企业服务云 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 毕业生就业 | new tab | Add '(opens in new tab)' to text |
| http://yct.sh.gov.cn/portal_yct/ | 开办企业“一窗通” | new tab | Add '(opens in new tab)' to text |
| http://csj.sh.gov.cn/govService | 长三角“一网通办” | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 出入境全国通办 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/foreig… | 涉外服务专窗 | new tab | Add '(opens in new tab)' to text |
| http://dzyz.sh.gov.cn/login?code=105 | 电子印章 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 诉讼服务 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/ftl/pr… | 在线开具证明 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 就业社保 | new tab | Add '(opens in new tab)' to text |
| https://qrcode.sh.gov.cn/#/openqr | 随申码开放平台 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 房地产交易 | new tab | Add '(opens in new tab)' to text |
| https://zwdtuser.sh.gov.cn/uc/login/logi… | 电子税务局 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 出入境证件便利化 | new tab | Add '(opens in new tab)' to text |
| https://zwdtuser.sh.gov.cn/uc/login/logi… | 不动产登记 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/gcpc/g… | 垃圾分类 | new tab | Add '(opens in new tab)' to text |
| https://zwdtuser.sh.gov.cn/uc/login/logi… | 国际贸易单一窗口 | new tab | Add '(opens in new tab)' to text |
| https://zwdt.sh.gov.cn/govPortals/column… | 事项清单 | new tab | Add '(opens in new tab)' to text |
| /nw2315/index.html | 今日上海 | new tab | Add '(opens in new tab)' to text |
| /yshj8/index.html | 政策公开讲 | new tab | Add '(opens in new tab)' to text |
| https://liuyan.www.gov.cn/2025wwzfgzbgtj… | @国务院 我来说 | new tab | Add '(opens in new tab)' to text |
| /sswghcg/index.html | “实干绘答卷 接力新… | new tab | Add '(opens in new tab)' to text |
| /nw4411/20260421/d9b6f601bb724999940293c… | 要闻实现更高水平互利… | new tab | Add '(opens in new tab)' to text |
| /nw4411/20260421/0884751a5600417ebc7e310… | 要闻推动制度优势转化… | new tab | Add '(opens in new tab)' to text |
| /nw4411/20260421/0f8d0d2727bd4462b730f57… | 要闻提升提案工作提立… | new tab | Add '(opens in new tab)' to text |
| /nw4411/20260421/048df9949f52465bbb727e3… | 要闻在上海 为“阅读… | new tab | Add '(opens in new tab)' to text |
| /nw4411/20260421/64d1a8b9ac8c4121bafcd20… | 要闻凡人微光 温暖城… | new tab | Add '(opens in new tab)' to text |
| #tab-aa | 集成式发布 | new tab | Add '(opens in new tab)' to text |
| #tab-bb | 政府信息公开 | new tab | Add '(opens in new tab)' to text |
| /jcsfbyshq/index.html | 营商环境 | new tab | Add '(opens in new tab)' to text |
| /jcsfbswzc/index.html | 涉外政策 | new tab | Add '(opens in new tab)' to text |
| /scztschd/index.html | 食品经营主体生产活动 | new tab | Add '(opens in new tab)' to text |
| /rkcqjhfz/index.html | 人口发展 | new tab | Add '(opens in new tab)' to text |
| /jcsfbzsrx/index.html | 招生入学 | new tab | Add '(opens in new tab)' to text |
| /jcsfbzfbz/index.html | 住房保障 | new tab | Add '(opens in new tab)' to text |
| /jcsfbjbylfw/index.html | 养老服务 | new tab | Add '(opens in new tab)' to text |
| /nw49254/index.html | 政策文件 | new tab | Add '(opens in new tab)' to text |
| /nw49255/index.html | 公开指南 | new tab | Add '(opens in new tab)' to text |
| /nw49252/index.html | 公开制度 | new tab | Add '(opens in new tab)' to text |
| /nw49256/index.html | 公开内容 | new tab | Add '(opens in new tab)' to text |
| /2025ndbg/index.html | 公开年报 | new tab | Add '(opens in new tab)' to text |
| /nw2404/index.html | 政府公报 | new tab | Add '(opens in new tab)' to text |
| /nw12344/20260421/0cc0a7d0b6e841989c56ca… | 市政府新闻发布会介绍… | new tab | Add '(opens in new tab)' to text |
| /nw12344/20260421/90eaae38726749bbac8dc1… | 上海市发展和改革委员… | new tab | Add '(opens in new tab)' to text |
| /nw12344/20260421/9edf5d5c1b2244298c3153… | 上海市人民政府办公厅… | new tab | Add '(opens in new tab)' to text |
| /nw12344/20260420/f99dfd9f2b3c4cffa2551d… | 上海市人民政府办公厅… | new tab | Add '(opens in new tab)' to text |
| http://fgw.sh.gov.cn/ | 市发展改革委 | new tab | Add '(opens in new tab)' to text |
| http://www.sheitc.sh.gov.cn | 市经济信息化委 | new tab | Add '(opens in new tab)' to text |
| http://sww.sh.gov.cn | 市商务委 | new tab | Add '(opens in new tab)' to text |
| http://edu.sh.gov.cn/ | 市教委 | new tab | Add '(opens in new tab)' to text |
| http://stcsm.sh.gov.cn/ | 市科委 | new tab | Add '(opens in new tab)' to text |
| http://mzzj.sh.gov.cn/ | 市民族宗教局 | new tab | Add '(opens in new tab)' to text |
| https://gaj.sh.gov.cn/ | 市公安局 | new tab | Add '(opens in new tab)' to text |
| http://mzj.sh.gov.cn | 市民政局 | new tab | Add '(opens in new tab)' to text |
| http://sfj.sh.gov.cn | 市司法局 | new tab | Add '(opens in new tab)' to text |
| http://www.czj.sh.gov.cn/ | 市财政局 | new tab | Add '(opens in new tab)' to text |
| http://rsj.sh.gov.cn/ | 市人力资源和社会保障… | new tab | Add '(opens in new tab)' to text |
| http://ghzyj.sh.gov.cn/ | 市规划资源局 | new tab | Add '(opens in new tab)' to text |
| http://sthj.sh.gov.cn/ | 市生态环境局 | new tab | Add '(opens in new tab)' to text |
| http://zjw.sh.gov.cn/ | 市住房城乡建设管理委 | new tab | Add '(opens in new tab)' to text |
| http://jtw.sh.gov.cn | 市交通委 | new tab | Add '(opens in new tab)' to text |
| http://nyncw.sh.gov.cn/ | 市农业农村委 | new tab | Add '(opens in new tab)' to text |
| http://swj.sh.gov.cn/ | 市水务局 | new tab | Add '(opens in new tab)' to text |
| http://whlyj.sh.gov.cn/ | 市文化旅游局 | new tab | Add '(opens in new tab)' to text |
| http://wsjkw.sh.gov.cn/ | 市卫生健康委 | new tab | Add '(opens in new tab)' to text |
| http://tyjr.sh.gov.cn/ | 市退役军人局 | new tab | Add '(opens in new tab)' to text |
| http://yjglj.sh.gov.cn/ | 市应急局 | new tab | Add '(opens in new tab)' to text |
| http://sjj.sh.gov.cn/ | 市审计局 | new tab | Add '(opens in new tab)' to text |
| http://scjgj.sh.gov.cn/ | 市市场监管局 | new tab | Add '(opens in new tab)' to text |
| http://wsb.sh.gov.cn/ | 市政府外办 | new tab | Add '(opens in new tab)' to text |
| https://sdb.sh.gov.cn/ | 市数据局 | new tab | Add '(opens in new tab)' to text |
| https://www.gzw.sh.gov.cn/ | 市国资委 | new tab | Add '(opens in new tab)' to text |
| http://tyj.sh.gov.cn/ | 市体育局 | new tab | Add '(opens in new tab)' to text |
| http://tjj.sh.gov.cn/ | 市统计局 | new tab | Add '(opens in new tab)' to text |
| http://ybj.sh.gov.cn/ | 市医保局 | new tab | Add '(opens in new tab)' to text |
| http://lhsr.sh.gov.cn/ | 市绿化市容局 | new tab | Add '(opens in new tab)' to text |
| http://www.jgj.sh.gov.cn/ | 市机管局 | new tab | Add '(opens in new tab)' to text |
| https://gfdy.sh.gov.cn/ | 市国动办 | new tab | Add '(opens in new tab)' to text |
| http://hzjl.sh.gov.cn/ | 市政府合作交流办 | new tab | Add '(opens in new tab)' to text |
| http://css.sh.gov.cn/ | 市政府参事室 | new tab | Add '(opens in new tab)' to text |
| http://sipa.sh.gov.cn/ | 市知识产权局 | new tab | Add '(opens in new tab)' to text |
| https://xfb.sh.gov.cn/index.html | 市信访办 | new tab | Add '(opens in new tab)' to text |
| http://lswzj.sh.gov.cn/ | 市粮食物资储备局 | new tab | Add '(opens in new tab)' to text |
| http://jyj.sh.gov.cn/ | 市监狱管理局 | new tab | Add '(opens in new tab)' to text |
| http://cgzf.sh.gov.cn/ | 市城管执法局 | new tab | Add '(opens in new tab)' to text |
| http://fgj.sh.gov.cn/ | 市房屋管理局 | new tab | Add '(opens in new tab)' to text |
| http://yjj.sh.gov.cn/ | 市药品监管局 | new tab | Add '(opens in new tab)' to text |
| https://www.pudong.gov.cn/ | 浦东新区 | new tab | Add '(opens in new tab)' to text |
| https://www.shhuangpu.gov.cn/ | 黄浦区 | new tab | Add '(opens in new tab)' to text |
| http://www.jingan.gov.cn/ | 静安区 | new tab | Add '(opens in new tab)' to text |
| http://www.xuhui.gov.cn/ | 徐汇区 | new tab | Add '(opens in new tab)' to text |
| http://www.shcn.gov.cn/ | 长宁区 | new tab | Add '(opens in new tab)' to text |
| https://www.shpt.gov.cn/ | 普陀区 | new tab | Add '(opens in new tab)' to text |
| http://www.shhk.gov.cn/ | 虹口区 | new tab | Add '(opens in new tab)' to text |
| https://www.shyp.gov.cn/shypq/index.html | 杨浦区 | new tab | Add '(opens in new tab)' to text |
| http://www.shbsq.gov.cn/ | 宝山区 | new tab | Add '(opens in new tab)' to text |
| http://www.shmh.gov.cn/ | 闵行区 | new tab | Add '(opens in new tab)' to text |
| http://www.jiading.gov.cn/ | 嘉定区 | new tab | Add '(opens in new tab)' to text |
| https://www.jinshan.gov.cn/ | 金山区 | new tab | Add '(opens in new tab)' to text |
| http://www.songjiang.gov.cn/ | 松江区 | new tab | Add '(opens in new tab)' to text |
| https://www.shqp.gov.cn/shqp/index.html | 青浦区 | new tab | Add '(opens in new tab)' to text |
| https://www.fengxian.gov.cn/shfx/ | 奉贤区 | new tab | Add '(opens in new tab)' to text |
| http://www.shcm.gov.cn/index.html | 崇明区 | new tab | Add '(opens in new tab)' to text |
| https://www.shrd.gov.cn/ | 市人大 | new tab | Add '(opens in new tab)' to text |
| http://www.shszx.gov.cn/ | 市政协 | new tab | Add '(opens in new tab)' to text |
| https://www.shjjjc.gov.cn/ | 市纪委监委 | new tab | Add '(opens in new tab)' to text |
| http://www.shzfzz.net/ | 市委政法委 | new tab | Add '(opens in new tab)' to text |
| http://www.hshfy.sh.cn/ | 市高级人民法院 | new tab | Add '(opens in new tab)' to text |
| https://www.sh.jcy.gov.cn/ | 市人民检察院 | new tab | Add '(opens in new tab)' to text |
| http://www.shmg.org.cn/ | 民革上海市委 | new tab | Add '(opens in new tab)' to text |
| http://www.minmengsh.gov.cn/ | 民盟上海市委 | new tab | Add '(opens in new tab)' to text |
| http://www.mjshsw.org.cn/ | 民建上海市委 | new tab | Add '(opens in new tab)' to text |
| https://www.shmj.org.cn/ | 民进上海市委 | new tab | Add '(opens in new tab)' to text |
| http://www.ngdsh.org.cn/ | 农工党上海市委 | new tab | Add '(opens in new tab)' to text |
| https://www.shzgd.org/ | 致公党上海市委 | new tab | Add '(opens in new tab)' to text |
| https://www.sh93.gov.cn/ | 九三学社上海市委 | new tab | Add '(opens in new tab)' to text |
| http://www.shtm.gov.cn/ | 台盟上海市委 | new tab | Add '(opens in new tab)' to text |
| http://www.sfic.org.cn/ | 市工商联 | new tab | Add '(opens in new tab)' to text |
| http://www.shszgh.cn | 市总工会 | new tab | Add '(opens in new tab)' to text |
| http://www.shyouth.net/ | 团市委 | new tab | Add '(opens in new tab)' to text |
| https://www.shwomen.org/ | 市妇联 | new tab | Add '(opens in new tab)' to text |
| https://www.shdpf.org.cn/clwz/clwz/index… | 市残联 | new tab | Add '(opens in new tab)' to text |
| http://www.shjgdj.gov.cn | 市市级机关工委 | new tab | Add '(opens in new tab)' to text |
| http://www.shwm.gov.cn/ | 市文明办 | new tab | Add '(opens in new tab)' to text |
| https://www.shbb.gov.cn/ | 市委编办 | new tab | Add '(opens in new tab)' to text |
| http://jrj.sh.gov.cn/ | 市委金融办 | new tab | Add '(opens in new tab)' to text |
| https://www.shtong.gov.cn/ | 市方志办 | new tab | Add '(opens in new tab)' to text |
| https://www.shda.gov.cn/ | 市档案局 | new tab | Add '(opens in new tab)' to text |
| http://dyj.sh.gov.cn/ | 市电影局 | new tab | Add '(opens in new tab)' to text |
| http://www.shbmj.gov.cn/ | 市国家保密局 | new tab | Add '(opens in new tab)' to text |
| http://www.shio.gov.cn/ | 市政府新闻办 | new tab | Add '(opens in new tab)' to text |
| http://www.fzzx.sh.gov.cn/ | 市政府发展研究中心 | new tab | Add '(opens in new tab)' to text |
| http://www.shacs.gov.cn/ | 市公务员局 | new tab | Add '(opens in new tab)' to text |
| http://zbb.sh.gov.cn/ | 市政府征兵办 | new tab | Add '(opens in new tab)' to text |
| http://fegw.sh.gov.cn/ | 市妇儿工委 | new tab | Add '(opens in new tab)' to text |
| http://shanghai.customs.gov.cn/ | 上海海关 | new tab | Add '(opens in new tab)' to text |
| http://shanghai.chinatax.gov.cn/ | 市税务局 | new tab | Add '(opens in new tab)' to text |
| https://xfjyzd.sh.gov.cn/home | 市消防救援局 | new tab | Add '(opens in new tab)' to text |
| https://shdzj.gov.cn/ | 市地震局 | new tab | Add '(opens in new tab)' to text |
| http://sh.cma.gov.cn/ | 市气象局 | new tab | Add '(opens in new tab)' to text |
| http://sh.spb.gov.cn/ | 市邮政管理局 | new tab | Add '(opens in new tab)' to text |
| http://shca.miit.gov.cn/ | 市通信管理局 | new tab | Add '(opens in new tab)' to text |
| https://mgj.sh.gov.cn | 市密码管理局 | new tab | Add '(opens in new tab)' to text |
| https://www.sast.gov.cn/ | 市科协 | new tab | Add '(opens in new tab)' to text |
| http://www.redcross-sha.org.cn/Home/ | 市红十字会 | new tab | Add '(opens in new tab)' to text |
| http://www.scf.org.cn/ | 市慈善基金会 | new tab | Add '(opens in new tab)' to text |
| 市拥军优属基金会 | new tab | Add '(opens in new tab)' to text | |
| http://www.shzfgjj.cn/ | 市公积金中心 | new tab | Add '(opens in new tab)' to text |
| http://wsyjg.sh.gov.cn/ | 市文史馆 | new tab | Add '(opens in new tab)' to text |
| http://www.shmeea.edu.cn/ | 市教育考试院 | new tab | Add '(opens in new tab)' to text |
| http://www.simt.com.cn/ | 市计量测试技术研究院 | new tab | Add '(opens in new tab)' to text |
| http://www.ssme.sh.gov.cn/ | 上海市企业服务云 | new tab | Add '(opens in new tab)' to text |
| http://www.investsh.org.cn/cn/index.htm | 上海外商投资促进服务… | new tab | Add '(opens in new tab)' to text |
| http://www.accsh.org/ | 上海仲裁委 | new tab | Add '(opens in new tab)' to text |
| http://www.shiac.org/ | 上海国际经济贸易仲裁… | new tab | Add '(opens in new tab)' to text |
| http://www.shjcdj.cn/ | 上海基层党建网 | new tab | Add '(opens in new tab)' to text |
| http://www.shgb.gov.cn/ | 上海干部在线学习城 | new tab | Add '(opens in new tab)' to text |
| http://www.962222.net/ | 上海市民信息服务网 | new tab | Add '(opens in new tab)' to text |
| https://jobs.rsj.sh.gov.cn/ggzp-shrs/ind… | 上海公共招聘 | new tab | Add '(opens in new tab)' to text |
| https://www.sipg.com.cn/ | 上港集团 | new tab | Add '(opens in new tab)' to text |
| https://www.lingang.gov.cn/ | 中国(上海)自由贸易… | new tab | Add '(opens in new tab)' to text |
| http://www.scip.gov.cn/ | 上海化学工业区管理委… | new tab | Add '(opens in new tab)' to text |
| http://www.shhqcbd.gov.cn/ | 上海虹桥国际中央商务… | new tab | Add '(opens in new tab)' to text |
| http://www.shchangxing.gov.cn/ | 上海市长兴岛开发建设… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/ | 中央人民政府 | new tab | Add '(opens in new tab)' to text |
| http://www.fmprc.gov.cn/web/ | 外交部 | new tab | Add '(opens in new tab)' to text |
| http://www.mod.gov.cn/ | 国防部 | new tab | Add '(opens in new tab)' to text |
| http://www.ndrc.gov.cn/ | 国家发展和改革委员会 | new tab | Add '(opens in new tab)' to text |
| http://www.moe.gov.cn/ | 教育部 | new tab | Add '(opens in new tab)' to text |
| http://www.most.gov.cn/ | 科学技术部 | new tab | Add '(opens in new tab)' to text |
| http://www.miit.gov.cn/ | 工业和信息化部 | new tab | Add '(opens in new tab)' to text |
| https://www.neac.gov.cn/ | 国家民族事务委员会 | new tab | Add '(opens in new tab)' to text |
| http://www.mps.gov.cn/ | 公安部 | new tab | Add '(opens in new tab)' to text |
| http://www.mca.gov.cn/ | 民政部 | new tab | Add '(opens in new tab)' to text |
| http://www.moj.gov.cn/ | 司法部 | new tab | Add '(opens in new tab)' to text |
| http://www.mof.gov.cn/index.htm | 财政部 | new tab | Add '(opens in new tab)' to text |
| http://www.mohrss.gov.cn/ | 人力资源和社会保障部 | new tab | Add '(opens in new tab)' to text |
| http://www.mnr.gov.cn/ | 自然资源部 | new tab | Add '(opens in new tab)' to text |
| http://www.mee.gov.cn/ | 生态环境部 | new tab | Add '(opens in new tab)' to text |
| http://www.mohurd.gov.cn/ | 住房和城乡建设部 | new tab | Add '(opens in new tab)' to text |
| http://www.mot.gov.cn/ | 交通运输部 | new tab | Add '(opens in new tab)' to text |
| http://www.mwr.gov.cn/ | 水利部 | new tab | Add '(opens in new tab)' to text |
| http://www.moa.gov.cn/ | 农业农村部 | new tab | Add '(opens in new tab)' to text |
| http://www.mofcom.gov.cn/ | 商务部 | new tab | Add '(opens in new tab)' to text |
| http://www.mct.gov.cn/ | 文化和旅游部 | new tab | Add '(opens in new tab)' to text |
| http://www.nhc.gov.cn/ | 国家卫生健康委员会 | new tab | Add '(opens in new tab)' to text |
| http://www.mva.gov.cn/ | 退役军人事务部 | new tab | Add '(opens in new tab)' to text |
| http://www.mem.gov.cn | 应急管理部 | new tab | Add '(opens in new tab)' to text |
| http://www.pbc.gov.cn/ | 中国人民银行 | new tab | Add '(opens in new tab)' to text |
| http://www.audit.gov.cn/ | 审计署 | new tab | Add '(opens in new tab)' to text |
| http://www.moe.gov.cn/jyb_sy/China_Langu… | 国家语言文字工作委员… | new tab | Add '(opens in new tab)' to text |
| http://www.cnsa.gov.cn/ | 国家航天局 | new tab | Add '(opens in new tab)' to text |
| http://www.caea.gov.cn/ | 国家原子能机构 | new tab | Add '(opens in new tab)' to text |
| http://nnsa.mee.gov.cn/ | 国家核安全局 | new tab | Add '(opens in new tab)' to text |
| http://www.sasac.gov.cn/ | 国务院国有资产监督管… | new tab | Add '(opens in new tab)' to text |
| http://www.customs.gov.cn/ | 海关总署 | new tab | Add '(opens in new tab)' to text |
| http://www.chinatax.gov.cn/ | 国家税务总局 | new tab | Add '(opens in new tab)' to text |
| http://www.samr.gov.cn/ | 国家市场监督管理总局 | new tab | Add '(opens in new tab)' to text |
| https://www.nfra.gov.cn/cn/view/pages/in… | 国家金融监督管理总局 | new tab | Add '(opens in new tab)' to text |
| http://www.nrta.gov.cn/ | 国家广播电视总局 | new tab | Add '(opens in new tab)' to text |
| http://www.sport.gov.cn/ | 国家体育总局 | new tab | Add '(opens in new tab)' to text |
| http://www.stats.gov.cn/ | 国家统计局 | new tab | Add '(opens in new tab)' to text |
| http://www.cidca.gov.cn/ | 国家国际发展合作署 | new tab | Add '(opens in new tab)' to text |
| http://www.nhsa.gov.cn/ | 国家医疗保障局 | new tab | Add '(opens in new tab)' to text |
| http://www.counsellor.gov.cn/ | 国务院参事室 | new tab | Add '(opens in new tab)' to text |
| http://www.ggj.gov.cn/ | 国家机关事务管理局 | new tab | Add '(opens in new tab)' to text |
| http://www.cnca.gov.cn/ | 国家认证认可监督管理… | new tab | Add '(opens in new tab)' to text |
| http://www.sac.gov.cn/ | 国家标准化管理委员会 | new tab | Add '(opens in new tab)' to text |
| http://www.ncac.gov.cn/ | 国家新闻出版署(国家… | new tab | Add '(opens in new tab)' to text |
| https://www.sara.gov.cn/ | 国家宗教事务局 | new tab | Add '(opens in new tab)' to text |
| http://www.hmo.gov.cn/ | 国务院港澳事务办公室 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/guoqing/2018-06/22/con… | 国务院研究室 | new tab | Add '(opens in new tab)' to text |
| http://www.gqb.gov.cn/ | 国务院侨务办公室 | new tab | Add '(opens in new tab)' to text |
| http://www.gwytb.gov.cn/ | 国务院台湾事务办公室 | new tab | Add '(opens in new tab)' to text |
| http://www.cac.gov.cn/ | 国家互联网信息办公室 | new tab | Add '(opens in new tab)' to text |
| http://www.scio.gov.cn/index.htm | 国务院新闻办公室 | new tab | Add '(opens in new tab)' to text |
| http://203.192.6.89/xhs/ | 新华通讯社 | new tab | Add '(opens in new tab)' to text |
| http://www.cas.ac.cn/ | 中国科学院 | new tab | Add '(opens in new tab)' to text |
| http://www.cass.cn/ | 中国社会科学院 | new tab | Add '(opens in new tab)' to text |
| http://www.cae.cn/ | 中国工程院 | new tab | Add '(opens in new tab)' to text |
| http://www.drc.gov.cn/ | 国务院发展研究中心 | new tab | Add '(opens in new tab)' to text |
| https://www.cma.gov.cn/ | 中国气象局 | new tab | Add '(opens in new tab)' to text |
| 中国银行保险监督管理… | new tab | Add '(opens in new tab)' to text | |
| http://www.csrc.gov.cn/ | 中国证券监督管理委员… | new tab | Add '(opens in new tab)' to text |
| http://www.ccps.gov.cn/ | 国家行政学院 | new tab | Add '(opens in new tab)' to text |
| http://www.gjxfj.gov.cn/ | 国家信访局 | new tab | Add '(opens in new tab)' to text |
| http://www.lswz.gov.cn/ | 国家粮食和物资储备局 | new tab | Add '(opens in new tab)' to text |
| http://www.nea.gov.cn/ | 国家能源局 | new tab | Add '(opens in new tab)' to text |
| https://www.nda.gov.cn/sjj/index_pc.html | 国家数据局 | new tab | Add '(opens in new tab)' to text |
| http://www.sastind.gov.cn/ | 国家国防科技工业局 | new tab | Add '(opens in new tab)' to text |
| http://www.tobacco.gov.cn/html/ | 国家烟草专卖局 | new tab | Add '(opens in new tab)' to text |
| https://www.nia.gov.cn/ | 国家移民管理局 | new tab | Add '(opens in new tab)' to text |
| http://www.forestry.gov.cn/ | 国家林业和草原局 | new tab | Add '(opens in new tab)' to text |
| https://www.nra.gov.cn/ | 国家铁路局 | new tab | Add '(opens in new tab)' to text |
| http://www.caac.gov.cn/index.html | 中国民用航空局 | new tab | Add '(opens in new tab)' to text |
| http://www.spb.gov.cn/ | 国家邮政局 | new tab | Add '(opens in new tab)' to text |
| http://www.ncha.gov.cn/ | 国家文物局 | new tab | Add '(opens in new tab)' to text |
| http://www.natcm.gov.cn/ | 国家中医药管理局 | new tab | Add '(opens in new tab)' to text |
| https://www.ndcpa.gov.cn/ | 国家疾病预防控制局 | new tab | Add '(opens in new tab)' to text |
| https://www.chinamine-safety.gov.cn/ | 国家矿山安全监察局 | new tab | Add '(opens in new tab)' to text |
| https://www.119.gov.cn/ | 国家消防救援局 | new tab | Add '(opens in new tab)' to text |
| http://www.safe.gov.cn/ | 国家外汇管理局 | new tab | Add '(opens in new tab)' to text |
| https://www.nmpa.gov.cn/ | 国家药品监督管理局 | new tab | Add '(opens in new tab)' to text |
| http://www.cnipa.gov.cn | 国家知识产权局 | new tab | Add '(opens in new tab)' to text |
| http://www.forestry.gov.cn/ | 国家公园管理局 | new tab | Add '(opens in new tab)' to text |
| http://www.saac.gov.cn/ | 国家档案局 | new tab | Add '(opens in new tab)' to text |
| http://www.gjbmj.gov.cn | 国家保密局 | new tab | Add '(opens in new tab)' to text |
| http://www.oscca.gov.cn/ | 国家密码管理局 | new tab | Add '(opens in new tab)' to text |
| http://www.beijing.gov.cn/ | 北京 | new tab | Add '(opens in new tab)' to text |
| http://www.tj.gov.cn/ | 天津 | new tab | Add '(opens in new tab)' to text |
| http://www.hebei.gov.cn/ | 河北 | new tab | Add '(opens in new tab)' to text |
| http://www.shanxi.gov.cn/ | 山西 | new tab | Add '(opens in new tab)' to text |
| http://www.nmg.gov.cn/ | 内蒙古 | new tab | Add '(opens in new tab)' to text |
| http://www.ln.gov.cn | 辽宁 | new tab | Add '(opens in new tab)' to text |
| http://www.jl.gov.cn | 吉林 | new tab | Add '(opens in new tab)' to text |
| http://www.hlj.gov.cn | 黑龙江 | new tab | Add '(opens in new tab)' to text |
| http://www.jiangsu.gov.cn/ | 江苏 | new tab | Add '(opens in new tab)' to text |
| http://www.zj.gov.cn/ | 浙江 | new tab | Add '(opens in new tab)' to text |
| http://www.ah.gov.cn/ | 安徽 | new tab | Add '(opens in new tab)' to text |
| http://www.fujian.gov.cn | 福建 | new tab | Add '(opens in new tab)' to text |
| http://www.jiangxi.gov.cn | 江西 | new tab | Add '(opens in new tab)' to text |
| http://www.shandong.gov.cn/ | 山东 | new tab | Add '(opens in new tab)' to text |
| http://www.henan.gov.cn/ | 河南 | new tab | Add '(opens in new tab)' to text |
| http://www.hubei.gov.cn/ | 湖北 | new tab | Add '(opens in new tab)' to text |
| http://www.hunan.gov.cn/ | 湖南 | new tab | Add '(opens in new tab)' to text |
| http://www.gd.gov.cn/ | 广东 | new tab | Add '(opens in new tab)' to text |
| http://www.gxzf.gov.cn/ | 广西 | new tab | Add '(opens in new tab)' to text |
| http://www.hainan.gov.cn/ | 海南 | new tab | Add '(opens in new tab)' to text |
| http://www.cq.gov.cn/ | 重庆 | new tab | Add '(opens in new tab)' to text |
| http://www.sc.gov.cn | 四川 | new tab | Add '(opens in new tab)' to text |
| http://www.guizhou.gov.cn/ | 贵州 | new tab | Add '(opens in new tab)' to text |
| http://www.yn.gov.cn/ | 云南 | new tab | Add '(opens in new tab)' to text |
| http://www.xizang.gov.cn/ | 西藏 | new tab | Add '(opens in new tab)' to text |
| http://www.shaanxi.gov.cn/ | 陕西 | new tab | Add '(opens in new tab)' to text |
| http://www.gansu.gov.cn/ | 甘肃 | new tab | Add '(opens in new tab)' to text |
| http://www.qinghai.gov.cn/ | 青海 | new tab | Add '(opens in new tab)' to text |
| http://www.nx.gov.cn/ | 宁夏 | new tab | Add '(opens in new tab)' to text |
| http://www.xinjiang.gov.cn/ | 新疆 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.hk/ | 香港 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.mo/ | 澳门 | new tab | Add '(opens in new tab)' to text |
| http://www.xjbt.gov.cn/ | 新疆生产建设兵团 | new tab | Add '(opens in new tab)' to text |
| 适老化无障碍服务认证… | new tab | Add '(opens in new tab)' to text | |
| http://bszs.conac.cn/sitename?method=sho… | 党政机关 | new tab | Add '(opens in new tab)' to text |
| https://www.12377.cn/ | 上海市互联网举报平台 | new tab | Add '(opens in new tab)' to text |
| https://zwdtuser.sh.gov.cn/uc/naturalUse… | 上海政务服务总客服:… | new tab | Add '(opens in new tab)' to text |
| https://beian.miit.gov.cn | 沪ICP备2021016245号-1 | new tab | Add '(opens in new tab)' to text |
| http://www.beian.gov.cn/portal/registerS… | 沪公网安备 31010102004544… | new tab | Add '(opens in new tab)' to text |
| http://mail.shanghai.gov.cn/ | 点击进入政务邮箱登录… | new tab | Add '(opens in new tab)' to text |
| 订阅说明 | new tab | Add '(opens in new tab)' to text | |
| javascript:; | 微信扫一扫:分享微信… | img no alt | Add alt attribute to the image |
| http://service.weibo.com/share/share.php… | 通过微博分享 | new tab | Add '(opens in new tab)' to text |
| http://connect.qq.com/widget/shareqq/ind… | 通过QQ分享 | new tab | Add '(opens in new tab)' to text |
| http://shuo.douban.com/!service/share?hr… | 通过豆瓣分享 | new tab | Add '(opens in new tab)' to text |
| https://zwdtuser.sh.gov.cn/uc/naturalUse… | 智能客服 | new tab | Add '(opens in new tab)' to text |
| /nw17239/20260410/09f1663d9f1d42a19182b1… | “中国上海”门户网站… | new tab | Add '(opens in new tab)' to text |
| /2025nzfwzgzbb/index.html | 2025年度政府网站工作… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="javascript:;"]; a#piaoeA
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.shanghai.gov.cn/nw2314/20240805/daf781be6f594482bf081a6e430994ec.…; https://zwdt.sh.gov.cn/govPortals; https://www.shanghai.gov.cn/zzzb/index.html?siteId=1; https://zwdt.sh.gov.cn/govPortals/naturalPerson/business?code=117; https://zwdt.sh.gov.cn/govPortals/naturalPerson/business?code=122; https://zwdt.sh.gov.cn/govPortals/naturalPerson/business?code=123; https://zwdt.sh.gov.cn/govPortals/naturalPerson/business?code=133; https://zwdt.sh.gov.cn/govPortals/naturalPerson/group?people=501; https://zwdt.sh.gov.cn/govPortals/naturalPerson/group?people=502; https://zwdt.sh.gov.cn/govPortals/naturalPerson/group?people=503 (+447 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.owl-dot (#308 on page); button.owl-dot (#310 on page); button.owl-dot (#312 on page); button.owl-dot (#482 on page); button.owl-dot (#484 on page); button.owl-dot (#486 on page); button.owl-dot (#652 on page); button.owl-dot (#654 on page); button.owl-dot (#656 on page); button.owl-dot (#658 on page) (+2 more)
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 & 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
CForm AccessibilityAction3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| itemArray | checkbox | none | |
| itemArray | checkbox | none | |
| #search-input | text | (搜索您想了解的政策/资讯/服务) | placeholder only |
| text | (输入您的邮箱地址) | placeholder only | |
| #siteId | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="siteId" id="siteId">
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="text" id="search-input">; <input type="text" name="email">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
C404 Error PageActionHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 73/100 — 7 failing, 23 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
集成式发布
政府信息公开 div#main > div.contain > div.messager > ul.nav |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
集成式发布 div.messager > ul.nav > li.active > a |
政府信息公开 div.messager > ul.nav > li > a |
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 |
|---|
ENGLISH div.top-soccoeer-overflow > ul.Senior-edition > li > a |
日本語 div.top-soccoeer-overflow > ul.Senior-edition > li > a |
한국어 div.top-soccoeer-overflow > ul.Senior-edition > li > a |
DEUTSCH div.top-soccoeer-overflow > ul.Senior-edition > li > a |
FRANÇAIS div.top-soccoeer-overflow > ul.Senior-edition > li > a |
ESPAÑOL div.top-soccoeer-overflow > ul.Senior-edition > li > a |
PORTUGUÊS div.top-soccoeer-overflow > ul.Senior-edition > li > a |
РУССКИЙ div.top-soccoeer-overflow > ul.Senior-edition > li > a |
العربية div.top-soccoeer-overflow > ul.Senior-edition > li > a |
ITALIANO div.top-soccoeer-overflow > ul.Senior-edition > li > a |
登录 div.clearfix > div#login > span#sign > a#dl |
注册 div.clearfix > div#login > span#sign > a |
关怀版 div.clearfix > div#login > span#sign > a#cniil_wza |
职业资格 li.piece-b > div.bock01 > p > a |
证件办理 li.piece-b > div.bock01 > p > a |
交通出行 li.piece-b > div.bock01 > p > a |
医疗卫生 li.piece-b > div.bock01 > p > a |
设立变更 li.piece-b > div.bock01 > p > a |
准营准办 li.piece-b > div.bock01 > p > a |
资质认证 li.piece-b > div.bock01 > p > a |
年检年审 li.piece-b > div.bock01 > p > a |
上海市公安局 li.piece-b > div.bock01 > p > a |
上海市民政局 li.piece-b > div.bock01 > p > a |
上海市司法局 li.piece-b > div.bock01 > p > a |
上海市财政局 li.piece-b > div.bock01 > p > a |
民生保障服务专区 li.piece-b > div.bock01 > p > a |
长三角“一网通办” li.piece-b > div.bock01 > p > a |
要闻 ul.today > li > a > label |
要闻 ul.today > li > a > label |
要闻 ul.today > li > a > label |
要闻 ul.today > li > a > label |
要闻 ul.today > li > a > label |
政府信息公开 ul.nav > li > a > h2 |
These are opportunities to improve the legibility of your content.
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.footer-info > div.foot-flex-ageeing-pic > span#_span_jiucuo > img div.footer-info > div.foot-flex-ageeing-pic > span#_span_jiucuo > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
集成式发布 div.contain > div.messager > ul.nav > li.active |
政府信息公开 div.contain > div.messager > ul.nav > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.
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 |
|---|---|---|---|---|---|
| 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 |
| 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 |
| h2 政府信息公开 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 市政府部门网… | 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 跳转到主要内… | 14.93:1 | 4.5:1 | #000000 | #D9D7F0 | Pass |
| a ENGLISH | 11.50:1 | 4.5:1 | #000000 | #BEBCE4 | Pass |
| a 日本語 | 11.37:1 | 4.5:1 | #000000 | #BDBBE2 | Pass |
| a 한국어 | 11.27:1 | 4.5:1 | #000000 | #BEBADE | Pass |
| a DEUTSCH | 11.02:1 | 4.5:1 | #000000 | #BCB8DB | Pass |
| a FRANÇAIS | 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 РУССКИЙ | 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.