Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure2 landmarksREVIEW
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
B404 Error PageHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 71/100 — 7 failing, 19 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.
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.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold |
div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold |
div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold |
div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold |
div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold div.m-hot-position > div > div.m-position-subType > button.m-position-subType__fold |
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#root > div.index > a > img.m-banner div#root > div.index > a > img.m-banner |
div.m-advertisement-g-x > div.gaoduan > a > img div.m-advertisement-g-x > div.gaoduan > a > img |
div.m-advertisement-g-x > div.xiaozhao > a > img div.m-advertisement-g-x > div.xiaozhao > a > img |
div#root > div.m-advertisement465 > a > img div#root > div.m-advertisement465 > a > img |
a > div.m-selected-positions__list-name > div.name > img.list-img a > div.m-selected-positions__list-name > div.name > img.list-img |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
a > div.m-selected-positions__list-name > div.name > img.list-img a > div.m-selected-positions__list-name > div.name > img.list-img |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
a > div.m-selected-positions__list-name > div.name > img.list-img a > div.m-selected-positions__list-name > div.name > img.list-img |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
a > div.m-selected-positions__list-name > div.name > img.list-img a > div.m-selected-positions__list-name > div.name > img.list-img |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo div.m-selected-positions__list-company > a.m-selected-positions__list-link > div.company-logo-shell > img.company-logo |
div#root > div.m-advertisement780 > a > img div#root > div.m-advertisement780 > a > img |
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 |
|---|
body.garyBody > div#root > div.index > a body.garyBody > div#root > div.index > a |
div#root > div.m-advertisement-g-x > div.gaoduan > a div#root > div.m-advertisement-g-x > div.gaoduan > a |
div#root > div.m-advertisement-g-x > div.xiaozhao > a div#root > div.m-advertisement-g-x > div.xiaozhao > a |
body.garyBody > div#root > div.m-advertisement780 > a body.garyBody > div#root > div.m-advertisement780 > 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 |
|---|
更多 div.industry-category-title > span.title-more > a > span.more-text |
更多 div.industry-category-title > span.title-more > a > span.more-text |
更多 div.industry-category-title > span.title-more > a > span.more-text |
南京 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
1-3年 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
本科 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
北京 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
3-5年 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
本科 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
济南 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
3-5年 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
本科 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
青岛 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
10年以上 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
本科 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
厦门 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
3-5年 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
本科 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
宜春 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
5-10年 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
本科 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
湖州 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
1-3年 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
大专 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
西安 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.ad |
5-10年 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
本科 div.m-selected-positions__list-main > a > div.m-selected-positions__list-tag > span.edu |
销售代表 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
客户代表 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
销售工程师 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
销售总监 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
销售经理 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
销售主管 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
销售专员 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
销售助理 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
运营经理 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
CEO div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
总裁 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
总经理 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
首席财务官 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
财务总监 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
财务经理 div.m-position-subType > ul.m-position-subType__list > li.m-position-subType__item > a.m-position-subType__subType-link |
北京招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
天津招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
上海招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
重庆招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
广州招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
深圳招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
青岛招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
济南招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
南京招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
苏州招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
郑州招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
成都招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
西安招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
大连招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
杭州招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
长沙招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
武汉招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
合肥招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
沈阳招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
太原招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
厦门招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
南昌招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
南宁招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
海口招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
贵阳招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
昆明招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
哈尔滨招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
石家庄招聘 div#root > div.index > div.hot-cities__city > a.hot-cities__link |
首页 div.m-footer > ul.m-footer__navigation > li > a.m-footer__navigation-link |
我的智联 div.m-footer > ul.m-footer__navigation > li > a.m-footer__navigation-link |
用户反馈 div.m-footer > ul.m-footer__navigation > li > a.m-footer__navigation-link |
法律协议 div.m-footer > ul.m-footer__navigation > li > a.m-footer__navigation-link |
资质公示 div.m-footer > ul.m-footer__navigation > li > a.m-footer__navigation-link |
APP下载 div > div.m-footer__qrcode > a.m-footer__qrcode-common > p |
关注公众号 div > div.m-footer__qrcode > a.m-footer__qrcode-common > p |
智联招聘,更懂你的价值 div#root > div.m-footer > div.m-footer__copyright > p.m-footer__slogen |
客服热线和举报电话: 400-885-9898 div#root > div.m-footer > div.m-footer__copyright > p.m-footer__final-tip |
关爱未成年举报热线: 400-885-9898-3 div#root > div.m-footer > div.m-footer__copyright > p.m-footer__final-tip |
朝阳区人力资源与社会保障局监督电话: 010-57596212,010-65099938 div#root > div.m-footer > div.m-footer__copyright > p.m-footer__final-tip |
© 2022 zhaopin.com div#root > div.m-footer > div.m-footer__copyright > p.m-footer__final-tip |
网上有害信息举报专区 div#root > div.m-footer > div.m-footer__copyright > a.m-footer__final-tip |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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+Heading Hierarchy1 headingsPASS
- H1 www.zhaopin.com
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button QualityNo links or buttonsPASS
A+Color Contrast (Screenshot)5 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 (5)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 www.zhaopin.com | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Security Verificatio… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Verifying the safety… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p You will be redirect… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| footer Protected by Tencent… | 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.