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
DAlt Text QualityAction6 of 12 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 6 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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy6 headingsREVIEW
- H5 手机京东
- H5 关注京东微信
- H5 京东金融客户端
- H5 京东健康客户端
- H5 关注京东小程序
- H5 频道广场
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
CLink & Button QualityAction4 issue(s) across 143 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| //www.jd.com | 京东首页 | new tab | Add '(opens in new tab)' to text |
| //b.jd.com/?entry=newuser | 切换至企业版 | new tab | Add '(opens in new tab)' to text |
| //cart.jd.com/cart.action | 购物车0 | new tab | Add '(opens in new tab)' to text |
| //order.jd.com/center/list.action | 我的订单 | new tab | Add '(opens in new tab)' to text |
| //home.jd.com/ | 我的京东 | new tab | Add '(opens in new tab)' to text |
| //b.jd.com/ | 企业采购 | new tab | Add '(opens in new tab)' to text |
| https://app.jd.com/ | 手机京东 | new tab | Add '(opens in new tab)' to text |
| https://itunes.apple.com/cn/app/id414245… | APP Store | new tab | Add '(opens in new tab)' to text |
| https://storage.jd.com/jdmobile/JDMALL-P… | 安卓市场 | new tab | Add '(opens in new tab)' to text |
| https://itunes.apple.com/cn/app/jing-don… | APP Store | new tab | Add '(opens in new tab)' to text |
| https://m.jr.jd.com/integrate/download/h… | 京东金融客户端 | new tab | Add '(opens in new tab)' to text |
| https://itunes.apple.com/cn/app/jing-don… | APP Store | new tab | Add '(opens in new tab)' to text |
| http://211.151.9.66/downapp/jrapp_jr188.… | 安卓市场 | new tab | Add '(opens in new tab)' to text |
| https://www.jd.com | 京东健康客户端 | new tab | Add '(opens in new tab)' to text |
| https://hlc.m.jd.com/download/?downloadS… | APP Store | new tab | Add '(opens in new tab)' to text |
| https://hlc.m.jd.com/download/?downloadS… | 安卓市场 | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| //xinren.jd.com/?channel=99 | 新人福利 | new tab | Add '(opens in new tab)' to text |
| //plus.jd.com | (empty) | empty | Add link text or aria-label |
| //phat.jd.com/10-198.html | 更多 | new tab | Add '(opens in new tab)' to text |
| //help.jd.com/user/issue/948-3950.html# | 购物流程 | new tab | Add '(opens in new tab)' to text |
| //help.jd.com/user/issue/list-151.html | 会员简介 | new tab | Add '(opens in new tab)' to text |
| //phat.jd.com/10-199.html?id=124 | 常见问题 | new tab | Add '(opens in new tab)' to text |
| //help.jd.com/user/issue/109-3492.html | 运费说明 | new tab | Add '(opens in new tab)' to text |
| //phat.jd.com/10-199.html?id=133 | 关税说明 | new tab | Add '(opens in new tab)' to text |
| //help.jd.com/user/issue/list-173.html | 付款方式 | new tab | Add '(opens in new tab)' to text |
| //help.jd.com/user/issue/list-149.html | 账户安全 | new tab | Add '(opens in new tab)' to text |
| //help.jd.com/user/issue/945-3906.html | 用户私隐协议 | new tab | Add '(opens in new tab)' to text |
| //ihelp.jd.com/n/help/tip/getTipsFacade.… | 全球售服务协议 | new tab | Add '(opens in new tab)' to text |
| https://jdcs.jd.com?venderId=1&entry=jd_… | 客服联络 | new tab | Add '(opens in new tab)' to text |
| //phat.jd.com/10-199.html?id=122 | 商务合作 | new tab | Add '(opens in new tab)' to text |
| //about.jd.com | 关于我们 | new tab | Add '(opens in new tab)' to text |
| //about.jd.com/contact/ | 联系我们 | new tab | Add '(opens in new tab)' to text |
| //help.jd.com/user/custom.html | 联系客服 | new tab | Add '(opens in new tab)' to text |
| //vc.jd.com/cooperation.html | 合作招商 | new tab | Add '(opens in new tab)' to text |
| //helpcenter.jd.com/venderportal/index.h… | 商家帮助 | new tab | Add '(opens in new tab)' to text |
| //jzt.jd.com | 营销中心 | new tab | Add '(opens in new tab)' to text |
| //app.jd.com/ | 手机京东 | new tab | Add '(opens in new tab)' to text |
| //club.jd.com/links.aspx | 友情链接 | new tab | Add '(opens in new tab)' to text |
| //union.jd.com/index | 销售联盟 | new tab | Add '(opens in new tab)' to text |
| //pro.jd.com/mall/active/3WA2zN8wkwc9fL9… | 京东社区 | new tab | Add '(opens in new tab)' to text |
| //pro.jd.com/mall/active/3TF25tMdrnURET8… | 风险监测 | new tab | Add '(opens in new tab)' to text |
| //about.jd.com/privacy/ | 隐私政策 | new tab | Add '(opens in new tab)' to text |
| //gongyi.jd.com | 京东公益 | new tab | Add '(opens in new tab)' to text |
| //corporate.jd.com/ | Media & IR | new tab | Add '(opens in new tab)' to text |
| //www.beian.gov.cn/portal/registerSystem… | 京公网安备 11000002000088… | new tab | Add '(opens in new tab)' to text |
| //beian.miit.gov.cn | 京ICP备11041704号 | new tab | Add '(opens in new tab)' to text |
| //h5.m.jd.com/pc/dev/tMGhqLCH7hf87LucBj2… | ICP | new tab | Add '(opens in new tab)' to text |
| //jdwp.jd.com/544-2927.html | 互联网药品信息服务资… | new tab | Add '(opens in new tab)' to text |
| //pro.jd.com/mall/active/3bVDLXHdwVmdQks… | 出版物经营许可证 | new tab | Add '(opens in new tab)' to text |
| //img10.360buyimg.com/ling/jfs/t1/164806… | 网络文化经营许可证京… | new tab | Add '(opens in new tab)' to text |
| //pro.jd.com/mall/active/38PitHBfR7ZopNH… | 经营证照 | new tab | Add '(opens in new tab)' to text |
| //h5.m.jd.com/babelDiy/Zeus/ARcYnJ8coUdU… | 营业执照 | new tab | Add '(opens in new tab)' to text |
| //h5.m.jd.com/pc/dev/3YxBvN6m5TsRyVCvDSe… | 增值电信业务经营许可… | new tab | Add '(opens in new tab)' to text |
| https://www.jdpay.com/ | 京东钱包 | new tab | Add '(opens in new tab)' to text |
| //www.jcloud.com | 京东云 | new tab | Add '(opens in new tab)' to text |
| https://ss.knet.cn/verifyseal.dll?sn=200… | 可信网站信用评估 | new tab | Add '(opens in new tab)' to text |
| //cyberpolice.mps.gov.cn/ | (empty) | empty | Add link text or aria-label |
| https://search.szfw.org/cert/l/CX2012011… | 诚信网站 | new tab | Add '(opens in new tab)' to text |
| //www.12377.cn | 中国互联网举报中心 | new tab | Add '(opens in new tab)' to text |
| //www.12377.cn/node_548446.htm | 网络举报APP下载 | new tab | Add '(opens in new tab)' to text |
| //ggfw.cnipa.gov.cn:8010/PatentCMS_Cente… | 国家知识产权公共服务… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a (#262 on page); a (#385 on page); //plus.jd.com; //cyberpolice.mps.gov.cn/
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
Add '(opens in new tab)' to link text or aria-label.
//www.jd.com; //b.jd.com/?entry=newuser; //cart.jd.com/cart.action; //order.jd.com/center/list.action; //home.jd.com/; //b.jd.com/; https://app.jd.com/; https://itunes.apple.com/cn/app/id414245413; https://storage.jd.com/jdmobile/JDMALL-PC2.apk; https://itunes.apple.com/cn/app/jing-dong-hd/id434374726 (+49 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
BColor Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title 京东全球版-专… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 京东首页 | 19.08:1 | 4.5:1 | #000000 | #F3F4F6 | Pass |
| a 京东全球版 | 20.32:1 | 4.5:1 | #000000 | #FBFBFD | Pass |
| span | 20.32:1 | 4.5:1 | #000000 | #FBFBFD | Pass |
| a 北京 | 19.45:1 | 4.5:1 | #000000 | #F5F6FA | Pass |
| a 上海 | 12.61:1 | 4.5:1 | #000000 | #F8B8C0 | Pass |
| a 天津 | 7.12:1 | 4.5:1 | #000000 | #FB636F | Pass |
| a 重庆 | 5.93:1 | 4.5:1 | #000000 | #F54852 | Pass |
| a 河北 | 19.53:1 | 4.5:1 | #000000 | #F7F9DB | Pass |
| a 山西 | 8.99:1 | 4.5:1 | #000000 | #F28F7B | Pass |
| a 河南 | 7.21:1 | 4.5:1 | #000000 | #FC656A | Pass |
| a 辽宁 | 8.53:1 | 4.5:1 | #000000 | #FD7E8A | Pass |
| a 吉林 | 6.52:1 | 4.5:1 | #000000 | #E96567 | Pass |
| a 黑龙江 | 6.18:1 | 4.5:1 | #000000 | #FE4830 | Pass |
| a 内蒙古 | 9.18:1 | 4.5:1 | #000000 | #F89158 | Pass |
| a 江苏 | 7.83:1 | 4.5:1 | #000000 | #F47A68 | Pass |
| a 山东 | 5.02:1 | 4.5:1 | #000000 | #F22126 | Pass |
| a 安徽 | 10.28:1 | 4.5:1 | #000000 | #EB97F5 | Pass |
| a 浙江 | 14.54:1 | 4.5:1 | #000000 | #EBCDF1 | Pass |
| a 福建 | 10.84:1 | 4.5:1 | #000000 | #DEAEB6 | 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.
CLighthouse Accessibility AuditsActionScore 76/100 — 8 failing, 21 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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
div.slick-slider > div.slick-list > div.slick-track > div.slick-slide div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
div.slick-slider > div.slick-list > div.slick-track > div.slick-slide div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
div.slick-slider > div.slick-list > div.slick-track > div.slick-slide div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
div.slick-slider > div.slick-list > div.slick-track > div.slick-slide div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
div.slick-slider > div.slick-list > div.slick-track > div.slick-slide div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
div.slick-slider > div.slick-list > div.slick-track > div.slick-slide div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
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 |
|---|
请登录 ul.fl > li#ttbar-login-2024 > a.link-login > span.style-red |
ICP div.w > div.copyright_info > p > a |
Copyright © 2004 - 2026 京东JD.com 版权所有 div.w > div.copyright_info > p > span.copyright_text |
2026 div.copyright_info > p > span.copyright_text > em#copyright_year |
(京)网械平台备字(2018)第00003号 div.w > div.copyright_info > p > span |
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.root61 html.root61 |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.slider_center > a > img div > div.slider_center > a > img |
div.bottom_base_img > div > a > img div.bottom_base_img > div > a > img |
div.bottom_base_img > div > a > img div.bottom_base_img > div > a > img |
div.user_head > div.head > a > img div.user_head > div.head > a > img |
ul.clr > li > a > img ul.clr > li > a > img |
ul.clr > li > a > img ul.clr > li > a > img |
ul.clr > li > a > img ul.clr > li > a > img |
div.clr > div.c_left > a > img div.clr > div.c_left > a > img |
div.clr > div.c_left > a > img div.clr > div.c_left > a > img |
ul.clr > li > a > img ul.clr > li > a > img |
ul.clr > li > a > img ul.clr > li > a > img |
ul.clr > li > a > img ul.clr > li > a > img |
ul.clr > li > a > img ul.clr > li > a > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > img |
div.recommend_list > div.center > div.item > img div.recommend_list > div.center > div.item > 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 |
|---|
div#header_wrap > div.header_center > div.logo > a div#header_wrap > div.header_center > div.logo > a |
div.slick-slide > div > div.slider_center > a div.slick-slide > div > div.slider_center > a |
div > div.bottom_base_img > div > a div > div.bottom_base_img > div > a |
div > div.bottom_base_img > div > a div > div.bottom_base_img > div > a |
div.user_cen > div.user_head > div.head > a div.user_cen > div.user_head > div.head > a |
div.right_members > div.members_cen > div.user_btn > a.plus div.right_members > div.members_cen > div.user_btn > a.plus |
div.channel_cen > div.clr > div.c_left > a div.channel_cen > div.clr > div.c_left > a |
div.channel_cen > div.clr > div.c_left > a div.channel_cen > div.clr > div.c_left > a |
div.c_right > ul.clr > li > a div.c_right > ul.clr > li > a |
div.c_right > ul.clr > li > a div.c_right > ul.clr > li > a |
div.c_right > ul.clr > li > a div.c_right > ul.clr > li > a |
div.c_right > ul.clr > li > a div.c_right > ul.clr > li > a |
div#footer-2017 > div.w > p.copyright_auth > a.copyright_auth_ico div#footer-2017 > div.w > p.copyright_auth > a.copyright_auth_ico |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
购物流程 div.wrap > dl.fore1 > dd > a |
会员简介 div.wrap > dl.fore1 > dd > a |
常见问题 div.wrap > dl.fore1 > dd > a |
运费说明 div.wrap > dl.fore2 > dd > a |
关税说明 div.wrap > dl.fore2 > dd > a |
付款方式 div.wrap > dl.fore3 > dd > a |
账户安全 div.wrap > dl.fore3 > dd > a |
用户私隐协议 div.wrap > dl.fore3 > dd > a |
全球售服务协议 div.wrap > dl.fore3 > dd > a |
客服联络 div.wrap > dl.fore4 > dd > a |
商务合作 div.wrap > dl.fore4 > dd > a |
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.root61 html.root61 |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
京东全球版 ul.fl > li#ttbar-mycity-2024 > div#areamini-2024 > a.ui-areamini-text |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | 搜索 | aria-label |