Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction7 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
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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 HierarchyAction61 headings, 24 skip(s)FIX
- H3 首页
- H3 学院概况
- H3 教育团队
- H3 学院党建
- H3 人才培养
- H3 思政教育
- H3 科学研究
- H3 教育培训
- H3 校友工作
- H3 国际合作
- H3 人才招聘
- H3 信息服务
- H5 张群姿教授团队 skipped
- H3 数据要素对企业专业化分工的影响——来自地方政府设立公共数据开放平台的证据
- H5 钱先航教授团队 skipped
- H3 Major Government Customersand Corporate Court Outcomes: Evidence from China
- H5 牛晓飞教授团队 skipped
- H3 Booms, busts, and beliefs
- H5 张群姿教授团队 skipped
- H3 (empty)
- H5 黄继雷 skipped
- H3 Does Digitalization Widen Labor Income Inequality?
- H5 余东华、李墨源、姜伟 skipped
- H3 以高水平科技自立自强引领发展新质生产力的机制与路径探析
- H5 段文奇助理研究员、姜明明教授、綦建红教授 skipped
- H3 When e-commerce meets smallholders: Boosting incomes and widening gaps in rural China’santi-poverty policy
- H5 刘东日副教授 skipped
- H3 Buyer’s Hidden Search With Continuous Intensity: The Seller-Optimal Mechanism and a Perverse Effect
- H5 高磊副教授、王哲伟教授 skipped
- H3 The Effort-Maximizing Move Order in Tullock Contests
- H5 邹杰副研究员 skipped
- H3 经济发展差异、财政制度变迁与县级财力均衡:1953—2019年的量化分析
- H5 张剑虎教授 skipped
- H3 Data portability and the collection of personal data
- H5 宋彦副研究员 skipped
- H3 Extrapolative Households and Strategic Firms: Evidence from China's Land and Housing Market
- H5 张博教授团队 skipped
- H3 知识产权保护赋能科技金融发展:来自科技型中小企业的证据
- H5 段文奇助理研究员、綦建红教授 skipped
- H3 Do Industrial Land Discounts Raise Firms' Capital-Labor Ratios? Evidence from China
- H5 綦建红教授 skipped
- H3 Robots, Operational Flexibility, and Firm-Level Inefficiency Gap
- H5 随洪光副教授团队 skipped
- H3 南南合作:跨境交通基础设施、区域一体化与经济发展——中老铁路经济效应评估
- H5 汤玉刚教授团队 skipped
- H3 换购住房退税政策、存量住房消费与市场流动性——来自上海二手房市场的准自然实验
- H5 张博教授、李建文副教授 skipped
- H3 Do Borrowers’ Cultural Norms Matter in Marketplace Lending? Evidence From Local Confucianism
- H5 张群姿教授团队 skipped
- H3 数据要素对企业专业化分工的影响——来自地方政府设立公共数据开放平台的证据
- H5 钱先航教授团队 skipped
- H3 Major Government Customersand Corporate Court Outcomes: Evidence from China
- H5 牛晓飞教授团队 skipped
- H3 Booms, busts, and beliefs
- H5 张群姿教授团队 skipped
- H3 (empty)
- H5 黄继雷 skipped
- H3 Does Digitalization Widen Labor Income Inequality?
- H5 余东华、李墨源、姜伟 skipped
- H3 以高水平科技自立自强引领发展新质生产力的机制与路径探析
- H3 (empty)
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
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
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
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
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
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
FLink & Button QualityAction23 issue(s) across 293 links and 2 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| index.htm | 山东大学经济学院 | img no alt | Add alt attribute to the image |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| index.htm | (empty) | empty | Add link text or aria-label |
| index.htm | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| rcpy/bks.htm | 本科生 | new tab | Add '(opens in new tab)' to text |
| rcpy/yjs1.htm | 研究生 | new tab | Add '(opens in new tab)' to text |
| xshy/xsyg.htm | 学术会议 | new tab | Add '(opens in new tab)' to text |
| rcpy/bks/sxw1.htm | 双学位 | new tab | Add '(opens in new tab)' to text |
| rcpy/tdxl1.htm | 在职教育 | new tab | Add '(opens in new tab)' to text |
| http://www.peixun.sdu.edu.cn/ | 高端培训 | new tab | Add '(opens in new tab)' to text |
| http://gj.sdu.edu.cn/ | 英美澳 | new tab | Add '(opens in new tab)' to text |
| rcpy/xly1.htm | 夏令营 | new tab | Add '(opens in new tab)' to text |
| zxzx/xsyg1.htm | MORE+ | new tab | Add '(opens in new tab)' to text |
| info/1062/13637.htm | 【预告】山东大学经济… | new tab | Add '(opens in new tab)' to text |
| info/1062/13620.htm | 【预告】2026山东大学… | new tab | Add '(opens in new tab)' to text |
| info/1062/13619.htm | 【预告】延迟退休政策… | new tab | Add '(opens in new tab)' to text |
| info/1062/13607.htm | 【预告】从大语言模型… | new tab | Add '(opens in new tab)' to text |
| info/1062/13606.htm | 【预告】International Summ… | new tab | Add '(opens in new tab)' to text |
| zxzx/jyxw1.htm | MORE+ | new tab | Add '(opens in new tab)' to text |
| info/1060/13642.htm | 经济学院、经济研究院… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/cF91JMlrlV3sg… | 经济学院2025年十大新… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/wAOPBqmLONclF… | 经世启航 学乐同行|2026… | new tab | Add '(opens in new tab)' to text |
| info/1060/13642.htm | 经济学院、经济研究院… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/cF91JMlrlV3sg… | 经济学院2025年十大新… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/FiYZ1zaWbTE_j… | 08-31 … | new tab | Add '(opens in new tab)' to text |
| info/1060/13630.htm | 07-31 … | new tab | Add '(opens in new tab)' to text |
| info/1060/13629.htm | 07-30 … | new tab | Add '(opens in new tab)' to text |
| info/1060/13627.htm | 07-27 … | new tab | Add '(opens in new tab)' to text |
| zxzx/xszx1/xzgd1.htm | MORE+ | new tab | Add '(opens in new tab)' to text |
| info/1068/13388.htm | 张群姿教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13387.htm | 钱先航教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13380.htm | 牛晓飞教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13652.htm | 张群姿教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13640.htm | 黄继雷 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13603.htm | 余东华、李墨源、姜伟… | new tab | Add '(opens in new tab)' to text |
| info/1068/13583.htm | 段文奇助理研究员、姜… | new tab | Add '(opens in new tab)' to text |
| info/1068/13576.htm | 刘东日副教授 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13523.htm | 高磊副教授、王哲伟教… | new tab | Add '(opens in new tab)' to text |
| info/1068/13484.htm | 邹杰副研究员 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13472.htm | 张剑虎教授 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13470.htm | 宋彦副研究员 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13456.htm | 张博教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13416.htm | 段文奇助理研究员、綦… | new tab | Add '(opens in new tab)' to text |
| info/1068/13415.htm | 綦建红教授 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13412.htm | 随洪光副教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13408.htm | 汤玉刚教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13390.htm | 张博教授、李建文副教… | new tab | Add '(opens in new tab)' to text |
| info/1068/13388.htm | 张群姿教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13387.htm | 钱先航教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13380.htm | 牛晓飞教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13652.htm | 张群姿教授团队 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13640.htm | 黄继雷 … | new tab | Add '(opens in new tab)' to text |
| info/1068/13603.htm | 余东华、李墨源、姜伟… | new tab | Add '(opens in new tab)' to text |
| zxzx/kydt.htm | MORE+ | new tab | Add '(opens in new tab)' to text |
| info/1065/13651.htm | 09-06 … | new tab | Add '(opens in new tab)' to text |
| info/1065/13639.htm | IER|黄继雷在国际顶级… | new tab | Add '(opens in new tab)' to text |
| info/1065/13636.htm | JIE|殷永昆助理研究员… | new tab | Add '(opens in new tab)' to text |
| info/1065/13635.htm | 李建标教授团队在企业… | new tab | Add '(opens in new tab)' to text |
| info/1065/13633.htm | SJOE|牛晓飞教授团队在… | new tab | Add '(opens in new tab)' to text |
| info/1065/13602.htm | 《数量经济技术经济研… | new tab | Add '(opens in new tab)' to text |
| info/1065/13582.htm | AJAE |段文奇、姜明明、… | new tab | Add '(opens in new tab)' to text |
| info/1065/13575.htm | RAND | 刘东日副教授在… | new tab | Add '(opens in new tab)' to text |
| zxzx/tzgg.htm | MORE+ | new tab | Add '(opens in new tab)' to text |
| info/1079/13649.htm | 2026 … | new tab | Add '(opens in new tab)' to text |
| info/1079/13647.htm | 2026 … | new tab | Add '(opens in new tab)' to text |
| info/1092/13646.htm | 2026 … | new tab | Add '(opens in new tab)' to text |
| info/1092/13638.htm | 2026 … | new tab | Add '(opens in new tab)' to text |
| jyrgs/jyxz.htm | MORE+ | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/01CjnI6zEeQXc… | 师者|神经经济学交叉… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/evsj7onpAEXqT… | 师者|周晓岚教授:国… | new tab | Add '(opens in new tab)' to text |
| https://www.view.sdu.edu.cn/info/1438/19… | 师者|经济学院教授曹… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/UIZynxL6NK6H8… | 师者|经济学院教授张… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/01CjnI6zEeQXc… | 师者|神经经济学交叉… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/evsj7onpAEXqT… | 师者|周晓岚教授:国… | new tab | Add '(opens in new tab)' to text |
| qgjjyjrxkbshcxlt/tzgg.htm | (empty) | empty | Add link text or aria-label |
| ydgjmymcyj/mytx.htm | (empty) | empty | Add link text or aria-label |
| jyyx.htm | (empty) | empty | Add link text or aria-label |
| jsxt/xtgk.htm | (empty) | empty | Add link text or aria-label |
| zjxmq1/grsj.htm | (empty) | empty | Add link text or aria-label |
| https://www.view.sdu.edu.cn/sddxxxgcddes… | (empty) | empty | Add link text or aria-label |
| szpp/wgzyrpp.htm | (empty) | empty | Add link text or aria-label |
| qgjjyjrxkbshcxlt/tzgg.htm | (empty) | empty | Add link text or aria-label |
| ydgjmymcyj/mytx.htm | (empty) | empty | Add link text or aria-label |
| jyyx.htm | (empty) | empty | Add link text or aria-label |
| jsxt/xtgk.htm | (empty) | empty | Add link text or aria-label |
| <input> | (empty) | empty | Add button 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:;; javascript:;; index.htm; index.htm; a (#590 on page); a (#593 on page); a (#596 on page); a (#599 on page); a (#602 on page); a (#605 on page) (+11 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="index.htm"]
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.
rcpy/bks.htm; rcpy/yjs1.htm; xshy/xsyg.htm; rcpy/bks/sxw1.htm; rcpy/tdxl1.htm; http://www.peixun.sdu.edu.cn/; http://gj.sdu.edu.cn/; rcpy/xly1.htm; zxzx/xsyg1.htm; info/1062/13637.htm (+60 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.
input[type="submit"] (#237 on page); button.btn_blue (#269 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
FDocument LanguageActionMissing <html lang> attribute (WCAG 3.1.1)FIX
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
FLighthouse Accessibility AuditsActionScore 39/100 — 9 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tc_search > form#au4a > div.header-search > button.btn_blue div.tc_search > form#au4a > div.header-search > button.btn_blue |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tc_search > form#au4a > div.header-search > input#showkeycode1061218 div.tc_search > form#au4a > div.header-search > input#showkeycode1061218 |
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#logo > div.box_table > div.box_table_cell > a div#logo > div.box_table > div.box_table_cell > a |
div.banner_con > div.swiper-wrapper > div.swiper-slide > a div.banner_con > div.swiper-wrapper > div.swiper-slide > a |
div.banner_con > div.swiper-wrapper > div.swiper-slide > a div.banner_con > div.swiper-wrapper > div.swiper-slide > a |
div.banner_con > div.swiper-wrapper > div.swiper-slide > a div.banner_con > div.swiper-wrapper > div.swiper-slide > a |
div.banner_con > div.swiper-wrapper > div.swiper-slide > a div.banner_con > div.swiper-wrapper > div.swiper-slide > a |
div.banner_con > div.swiper-wrapper > div.swiper-slide > a div.banner_con > div.swiper-wrapper > div.swiper-slide > a |
div.banner_con > div.swiper-wrapper > div.swiper-slide > a div.banner_con > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a div.rdxw_pic > div.swiper-wrapper > div.swiper-slide > a |
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.
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 |
|---|
本科生 ul > li > a > div.title |
研究生 ul > li > a > div.title |
学术会议 ul > li > a > div.title |
双学位 ul > li > a > div.title |
在职教育 ul > li > a > div.title |
高端培训 ul > li > a > div.title |
英美澳 ul > li > a > div.title |
夏令营 ul > li > a > div.title |
Academic div.w1500 > div.xsyg > div.hd_title > span.title_en |
Research div.w1500 > div.jgxw > div.hd_title > span.title_en |
7月31日,经济学院第五十二期金融学术讲座在中心校区逸夫信息楼类脑经济学研究中心举办。中国农业大学经济管理学院教授、博士生导师朱晨受邀主讲“从大语言模型到AI… li > a > div.jgxw_list_txt > div.des |
近日,中国知网正式发布“2026年度高影响力学术辑刊”名单。山东大学经济学院主办的《产业经济评论》和经济研究院主办的《制度经济学研究》入选。中国知网“年度高影… li > a > div.jgxw_list_txt > div.des |
7月23日,2026山东大学经济学科暑期系列研讨会——人工智能时代的金融风险暨经济学博士后创新论坛在中心校区知新楼B321举行。来自多伦多大学、约翰·霍普金斯… li > a > div.jgxw_list_txt > div.des |
经世学堂是山东大学面向社会科学领域打造的拔尖创新人才培养平台,是学校“六堂一院”拔尖创新人才自主培养体系的重要构成。学堂秉承山东大学“为天下储人才,为国家图富… li > a > div.list_txt > div.des |
根据《山东大学关于表彰2026年优秀本科毕业论文(设计)作者及指导教师的决定》(山大教字〔2026〕17号),经学院评选及推荐、学校审核、网上公示,2026年… li > a > div.list_txt > div.des |
根据《山东大学推荐优秀应届本科毕业生免试攻读研究生工作办法》(山大教字[2023]7号)、《山东大学2027年推荐优秀应届本科毕业生免试攻读研究生遴选推荐工作… li > a > div.list_txt > div.des |
各位老师:为进一步落实全员育人工作格局,强化班主任在学业指导、生涯规划、职业发展(“三涯”规划)、心理疏导和班级管理等方面的积极作用,紧密围绕学校和学院人才培… li > a > div.list_txt > div.des |
VIEW MORE div.swiper-slide > a > div.jgrgs_txt > span.ckgd |
Special Recommendation div.container06 > div.w1500 > div.hd_title > span.title_en |
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 |
|---|
牛晓飞教授团队 li.swiper-slide > a > div.top > h5.overfloat-dot |
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.no-js html.no-js |
These are opportunities to improve the interpretation of your content by users in different locales.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
本科生
研究生
学术会议
双学位
在职教育
高端培训
英美澳
夏令营 section.container01 > div.w1600 > div.kslj > ul |
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.no-js html.no-js |
These items highlight common accessibility best practices.
CForm AccessibilityAction3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #showkeycode1061219 | text | (none) | none |
| input | submit | (none) | none |
| #showkeycode1061218 | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="showkeycode" id="showkeycode1061219">; <input type="submit">; <input type="text" name="showkeycode" id="showkeycode1061218">
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
BMobile-Readable Font Sizes97% of visible text renders at >= 12 CSS px (1 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
AHeading Text Quality2 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 72 images OKPASS
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| 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 |
| 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 |
| 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 |
| h3 数据要素对企… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Major Government Cus… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Booms, busts, and be… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Does Digitalization … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 以高水平科技… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 When e-commerce meet… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Buyer’s Hidden Sea… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Effort-Maximizin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.