Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
FHeading HierarchyAction47 headings, 3 skip(s)FIX
- H2 北京
- H3 客户
- H3 商户
- H3 房产
- H3 汽车
- H3 二手
- H3 宠物
- H3 招聘
- H3 同城服务
- H3 手机应用
- H2 北京房产我要卖房
- H2 二手车
- H4 高价卖车 skipped
- H2 新车
- H2 汽车服务
- H2 教育培训
- H2 便民服务
- H2 二手回收金属家具礼品服装
- H2 二手市场特惠九成新家具
- H6 家具·家电·车辆家具送货上门 skipped
- H6 百货·设备 换季衣服便宜清
- H6 数码·通讯
- H2 宠物/宠物用品寄养
- H2 北京招聘北京求职简历招聘会员校园招聘
- H4 求职神器 央企国企热招 skipped
- H4 热招职位
- H2 北京兼职
- H2 热门行业|场所企业推广
- H2 求职简历超值简历套餐
- H2 求职指南
- H2 票务/卡券
- H2 到家精选专区
- H2 休闲娱乐
- H2 #appDown{display: none}#wubaDaojiaList{display: block;}到家服务
- H2 热门服务
- H2 本地服务大全
- H2 家政服务
- H2 装修建材
- H2 商务服务
- H2 招商加盟
- H2 婚庆摄影
- H2 旅游酒店
- H2 餐饮美食
- H2 丽人
- H2 农林牧副渔
- H2 批发采购
- H2 健康生活
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
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 QualityAction14 of 18 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 14 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 & BrandingAction1 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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #keyword | text | (none) | none |
| #searchbtn | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="key" id="keyword">; <input type="submit" name="button" id="searchbtn">
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
CLink & Button QualityAction28 issue(s) across 905 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://my.58.com/index?pp=topbar | 个人中心 | new tab | Add '(opens in new tab)' to text |
| https://my.58.com/pro/persondata/ | 我的账户 | new tab | Add '(opens in new tab)' to text |
| https://my.58.com/pro/mycollect/ | 我的收藏 | new tab | Add '(opens in new tab)' to text |
| https://my.58.com/pro/myjob/index/ | 我的求职 | new tab | Add '(opens in new tab)' to text |
| https://about.58.com/vote2/homepage?exhi… | 举报中心 | new tab | Add '(opens in new tab)' to text |
| https://vip.58.com/vcenter/myinfo/ | 商家中心 | new tab | Add '(opens in new tab)' to text |
| https://vip.58.com/vcenter/myinfo/ | 我的发布 | new tab | Add '(opens in new tab)' to text |
| https://employer.58.com/?from=redirect_v… | 我要招人 | new tab | Add '(opens in new tab)' to text |
| https://vip.58.com/vcenter/iddata/?from=… | 账户资料 | new tab | Add '(opens in new tab)' to text |
| https://vip.58.com/vcenter/mymoneytopbar… | 我的资金 | new tab | Add '(opens in new tab)' to text |
| https://wbactivity.58.com/pc/adIndex?sou… | 商家推广 | new tab | Add '(opens in new tab)' to text |
| https://helps.58.com/base/home?siteId=56… | 客户帮助 | new tab | Add '(opens in new tab)' to text |
| https://helps.58.com/base/feedback?siteI… | 网站建议 | new tab | Add '(opens in new tab)' to text |
| //fanqizha.58.com | 反欺诈联盟 | new tab | Add '(opens in new tab)' to text |
| //weiquan.58.com/home?terminal=PC¢er… | 维权中心 | new tab | Add '(opens in new tab)' to text |
| https://helps.58.com/base/home?siteId=56… | 商户帮助 | new tab | Add '(opens in new tab)' to text |
| https://biz.58.com/ | 渠道招商 | new tab | Add '(opens in new tab)' to text |
| https://wbactivity.58.com/pc/adIndex?sou… | 商家推广 | new tab | Add '(opens in new tab)' to text |
| //e.58.com/ | 成为会员 | new tab | Add '(opens in new tab)' to text |
| //e.58.com/contact.html | 推广热线 | new tab | Add '(opens in new tab)' to text |
| //helps.58.com/base/train?from=2&siteId=… | 学习中心 | new tab | Add '(opens in new tab)' to text |
| https://vip.58.com/vcenter/appealcenter/ | 处罚申诉 | new tab | Add '(opens in new tab)' to text |
| //ai.58.com/pc/#/entry/joinfrom=topbar | 联系客服 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/house.shtml | 房产 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/chuzu/ | 房屋出租 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/zufang/ | 整租 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/hezu/ | 合租 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/pinpaigongyu/ | 公寓 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/ershoufang/ | 房屋买卖 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/ershoufang/ | 二手房 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/xinfang/ | 新房 | new tab | Add '(opens in new tab)' to text |
| //post.58.com/1/12/s5 | 卖房 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/zhaozu/ | 商业地产 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shangpu/ | 商铺出租 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shangpucs/ | 商铺出售 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/xiezl/ | 写字楼出租 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shengyizr/ | 生意转让 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/changfang/ | 厂房 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/cangkucf/ | 仓库 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/tudi/ | 土地 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/car.shtml | 汽车 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/ershouche/ | 车辆买卖 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/ershouche/ | 二手车 | new tab | Add '(opens in new tab)' to text |
| //www.58che.com/ | 新车 | new tab | Add '(opens in new tab)' to text |
| //post.58.com/1/29/s5 | 卖车 | new tab | Add '(opens in new tab)' to text |
| //carprice.58.com/bj/ | 车价评估 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/qichefw.shtml | 车辆服务 | new tab | Add '(opens in new tab)' to text |
| //bjjl.jxedt.com/ | 驾校教练 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/zuche/ | 租车 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/qichejx/ | 维修保养 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/maiche/ | 4S店 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/qichefuwu/ | 保险 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/daibanguohu/ | 过户/验车 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/peijian/ | 汽配 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/qichejx/ | 保养 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/cheliangfuwu/ | 美容 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/sale.shtml | 二手 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/ershoushebei/ | 电子/机械 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shouji/ | 手机 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/diannao/ | 电脑 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shuma/ | 数码 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/ershoushebei/ | 设备 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/jiadian/ | 家电/家具 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/jiadian/ | 家电 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/ershoujiaju/ | 家具 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/yingyou/ | 母婴 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/piaowu.shtml | 票务转让 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/piao/ | 演出票 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/dianyingpiao/ | 电影票 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/pets.shtml | 宠物 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/dog/ | 狗 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/cat/ | 猫 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/pet/ | 花鸟虫鱼 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/job.shtml | 招聘 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/job.shtml | 求职找工作 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/job.shtml | 全职 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/jianzhi.shtml | 兼职 | new tab | Add '(opens in new tab)' to text |
| //jianli.58.com/resumebase/ | 创建简历 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/job/ | 热招职位 | new tab | Add '(opens in new tab)' to text |
| //bjbj.58.com/zhaopinhui/ | 北京招聘会 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/searchjob.shtml | 企业招人才 | new tab | Add '(opens in new tab)' to text |
| //jianli.58.com/ | 简历搜索 | new tab | Add '(opens in new tab)' to text |
| //post.58.com/zhaopin/1/9224/j5 | 发布职位 | new tab | Add '(opens in new tab)' to text |
| //trade.58.com/orderonline/newJob/orderS… | 急速招聘 | new tab | Add '(opens in new tab)' to text |
| //check.58.com/uncheck/index/index_pc#/h… | 背景调查 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/huangye/ | 同城服务 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shenghuo.shtml | 家政服务 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/hunjiehunqing.shtml | 婚庆摄影 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/zhuangxiujc.shtml | 装修建材 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shangwu.shtml | 商务服务 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/jiaoyu.shtml | 教育培训 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/zhaoshang.shtml | 创业加盟 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/lvyouxiuxian.shtml | 旅游酒店 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/xiuxianyl.shtml | 休闲娱乐 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/canyin.shtml | 餐饮美食 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/shop.shtml | 批发采购 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/nonglinmy.shtml | 农林牧副 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/huishou/ | 二手回收 | new tab | Add '(opens in new tab)' to text |
| //bj.58.com/liren.shtml | 丽人 | new tab | Add '(opens in new tab)' to text |
| //down.58.com/home.html?from=pc_topbar_i… | 58同城 | new tab | Add '(opens in new tab)' to text |
| https://daojiajx.58.com/app/brand/value/… | 58到家 | new tab | Add '(opens in new tab)' to text |
| https://www.ganji.com/download/ | 赶集直招 | new tab | Add '(opens in new tab)' to text |
| //www.anjuke.com/mobile?from=pc_topbar_i… | 安居客 | new tab | Add '(opens in new tab)' to text |
| //zhaoren.58.com/?from=pc_topbar_icon_zc… | 招才猫 | new tab | Add '(opens in new tab)' to text |
| https://down.chinahr.com/pc/download?sou… | 英才直聘 | new tab | Add '(opens in new tab)' to text |
| https://www.jxedt.com/about?from=58.com_… | 驾校一点通 | new tab | Add '(opens in new tab)' to text |
| //www.zhuanzhuan.com/?from=pc_topbar_ico… | 转转 | new tab | Add '(opens in new tab)' to text |
| https://daojiajx.58.com/app/brand/value/… | 58到家APP扫描二维码,… | new tab | Add '(opens in new tab)' to text |
| //e.58.com/?from=90005 | (empty) | empty | Add link text or aria-label |
| https://h5-cdn.58.com/git/fe-small-colle… | (empty) | empty | Add link text or aria-label |
| https://bj.58.com/shenghuo.shtml | 到家服务 | img no alt | Add alt attribute to the image |
| https://jiazheng.58.com/cfe/demandPc?sou… | (empty) | empty | Add link text or aria-label |
| /lvshi/ | (empty) | empty | Add link text or aria-label |
| /huoyun/ | (empty) | empty | Add link text or aria-label |
| /jiajuweixiu/ | (empty) | empty | Add link text or aria-label |
| /xitong/ | (empty) | empty | Add link text or aria-label |
| /penhui/ | (empty) | empty | Add link text or aria-label |
| /qichejx/ | (empty) | empty | Add link text or aria-label |
| /huishoujy/ | (empty) | empty | Add link text or aria-label |
| /zuche/ | (empty) | empty | Add link text or aria-label |
| /zhuce/ | (empty) | empty | Add link text or aria-label |
| /jiazhuang/ | (empty) | empty | Add link text or aria-label |
| /jiancai/ | (empty) | empty | Add link text or aria-label |
| /zhiyepeix/ | (empty) | empty | Add link text or aria-label |
| https://jiazheng.58.com/cfe/demandPc?sou… | (empty) | empty | Add link text or aria-label |
| https://jiazheng.58.com/cfe/demandPc?sou… | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| https://helps.58.com/base/question?categ… | 常见问题 | new tab | Add '(opens in new tab)' to text |
| https://helps.58.com/base/home?siteId=56… | 帮助中心 | new tab | Add '(opens in new tab)' to text |
| https://helps.58.com/base/feedback?siteI… | 意见反馈 | new tab | Add '(opens in new tab)' to text |
| //about.58.com/ | 了解58同城 | new tab | Add '(opens in new tab)' to text |
| //career.58.com/ | 加入58同城 | new tab | Add '(opens in new tab)' to text |
| //fanqizha.58.com | 反欺诈联盟 | new tab | Add '(opens in new tab)' to text |
| //weiquan.58.com/home?terminal=PC¢er… | 报案平台 | new tab | Add '(opens in new tab)' to text |
| //e.58.com | 推广服务 | new tab | Add '(opens in new tab)' to text |
| //biz.58.com | 渠道招商 | new tab | Add '(opens in new tab)' to text |
| https://wbactivity.58.com/pc/adIndex?sou… | 商家推广 | new tab | Add '(opens in new tab)' to text |
| //weiquan.58.com/home?terminal=PC¢er… | 维权中心 | new tab | Add '(opens in new tab)' to text |
| https://helps.58.com/base/rules/detail?c… | 知识产权投诉 | new tab | Add '(opens in new tab)' to text |
| http://www.beian.gov.cn/portal/registerS… | 京公网备案信息110105020… | new tab | Add '(opens in new tab)' to text |
| //j1.58cdn.com.cn/arthurupload/arthurloc… | 京ICP证060405 | new tab | Add '(opens in new tab)' to text |
| http://beian.miit.gov.cn | 京ICP备10012705号-2 | new tab | Add '(opens in new tab)' to text |
| //j1.58cdn.com.cn/arthurupload/zhiyou/ww… | 津网文(2025)0237-002号 | new tab | Add '(opens in new tab)' to text |
| https://j1.58cdn.com.cn/arthurupload/art… | 乙测资字11513278 | new tab | Add '(opens in new tab)' to text |
| //ai.58.com/pc/#/entry/joinfrom=footer | 联系我们 | new tab | Add '(opens in new tab)' to text |
| //j1.58cdn.com.cn/arthurupload/arthurloc… | 人力资源服务许可证 | new tab | Add '(opens in new tab)' to text |
| //j1.58cdn.com.cn/arthurupload/arthurloc… | 广播电视节目制作经营… | new tab | Add '(opens in new tab)' to text |
| //j1.58cdn.com.cn/arthurupload/zhiyou/mr… | 代理记账许可证 | new tab | Add '(opens in new tab)' to text |
| https://helps.58.com/rules/detail?siteId… | 算法备案 | new tab | Add '(opens in new tab)' to text |
| //helps.58.com/train/detail?siteId=5502&… | (empty) | empty | Add link text or aria-label |
| http://www.12377.cn/ | (empty) | empty | Add link text or aria-label |
| http://www.12377.cn/node_548446.htm | (empty) | empty | Add link text or aria-label |
| https://ss.knet.cn/verifyseal.dll?sn=e17… | 可信网站 | new tab | Add '(opens in new tab)' to text |
| https://j1.58cdn.com.cn//arthurupload/ys… | (empty) | empty | Add link text or aria-label |
| //about.58.com/fqz/index.html | (empty) | empty | Add link text or aria-label |
| /chuzu/0/ | (empty) | empty | Add link text or aria-label |
| //tools.58.com/phone.shtml?from=home-sea… | (empty) | empty | Add link text or aria-label |
| //j1.58cdn.com.cn/ds/hyzt/2016/shangjiat… | (empty) | empty | Add link text or aria-label |
| //www.daojia.com/zt/goodjob_pc?hmsr=58_p… | (empty) | empty | Add link text or aria-label |
| //58.viptijian.com/010/ | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
//e.58.com/?from=90005; https://h5-cdn.58.com/git/fe-small-collection/checkin/pc-home.html?source_from=3; https://jiazheng.58.com/cfe/demandPc?source=1945&PGTID=0d100000-0000-1155-a9d…; /lvshi/; /huoyun/; /jiajuweixiu/; /xitong/; /penhui/; /qichejx/; /huishoujy/ (+18 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
Add '(opens in new tab)' to link text or aria-label.
https://my.58.com/index?pp=topbar; https://my.58.com/pro/persondata/; https://my.58.com/pro/mycollect/; https://my.58.com/pro/myjob/index/; https://about.58.com/vote2/homepage?exhibitStyleId=723056935; https://vip.58.com/vcenter/myinfo/; https://vip.58.com/vcenter/myinfo/; https://employer.58.com/?from=redirect_vipcenter; https://vip.58.com/vcenter/iddata/?from=topbar; https://vip.58.com/vcenter/mymoneytopbar/ (+121 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 北京 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 热门行业|场所 | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| h3 客户 | 16.37:1 | 3.0:1 | #000000 | #CDE7F7 | Pass |
| h3 商户 | 2.91:1 | 3.0:1 | #000000 | #575757 | Fail |
| h3 手机应用 | 2.45:1 | 3.0:1 | #000000 | #4C4C4C | Fail |
| title 【58同城 58.com… | 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 注册 | 12.95:1 | 4.5:1 | #000000 | #FFBBAB | Pass |
| a 个人中心 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 我的账户 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 我的收藏 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 我的求职 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 举报中心 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 商家中心 | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| a 我的发布 | 16.37:1 | 4.5:1 | #000000 | #CDE7F7 | Pass |
| a 我要招人 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 账户资料 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 我的资金 | 16.37:1 | 4.5:1 | #000000 | #CDE7F7 | 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.
CLighthouse Accessibility AuditsActionScore 72/100 — 4 failing, 11 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.
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.header > div.login > span > a.publish |
A(以A为开头的城市名) div.body_div > div.city_box > h4 > p |
B(以B为开头的城市名) div.body_div > div.city_box > h4 > p |
C(以C为开头的城市名) div.body_div > div.city_box > h4 > p |
D(以D为开头的城市名) div.body_div > div.city_box > h4 > p |
E(以E为开头的城市名) div.body_div > div.city_box > h4 > p |
F(以F为开头的城市名) div.body_div > div.city_box > h4 > p |
G(以G为开头的城市名) div.body_div > div.city_box > h4 > p |
H(以H为开头的城市名) div.body_div > div.city_box > h4 > p |
J(以J为开头的城市名) div.body_div > div.city_box > h4 > p |
K(以K为开头的城市名) div.body_div > div.city_box > h4 > p |
L(以L为开头的城市名) div.body_div > div.city_box > h4 > p |
M(以M为开头的城市名) div.body_div > div.city_box > h4 > p |
N(以N为开头的城市名) div.body_div > div.city_box > h4 > p |
P(以P为开头的城市名) div.body_div > div.city_box > h4 > p |
Q(以Q为开头的城市名) div.body_div > div.city_box > h4 > p |
R(以R为开头的城市名) div.body_div > div.city_box > h4 > p |
S(以S为开头的城市名) div.body_div > div.city_box > h4 > p |
T(以T为开头的城市名) div.body_div > div.city_box > h4 > p |
W(以W为开头的城市名) div.body_div > div.city_box > h4 > p |
X(以X为开头的城市名) div.body_div > div.city_box > h4 > p |
Y(以Y为开头的城市名) div.body_div > div.city_box > h4 > p |
Z(以Z为开头的城市名) div.body_div > div.city_box > h4 > p |
普通版 div.body_div > div.newFooter > p.footer_nav > a |
电脑版 div.body_div > div.newFooter > p.footer_nav > a |
客户端 div.body_div > div.newFooter > p.footer_nav > a#gotodownload |
手机58网:58.com 京公网备案信息11010502000809
京ICP证060405号 | 京ICP备10012705号-2 body > div.body_div > div.newFooter > p.footer_bot |
060405 div.body_div > div.newFooter > p.footer_bot > a |
10012705 div.body_div > div.newFooter > p.footer_bot > a |
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 |
|---|
body > img body > img |
body > img body > 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.
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.city_page html.city_page |
These items highlight common accessibility best practices.