Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
81 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3d9af1ff-a70f-4220-9fcf-cb927be5b5cf)<a href="https://beavercheck.com/results/3d9af1ff-a70f-4220-9fcf-cb927be5b5cf"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fzhaopin.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fzhaopin.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 7.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 4 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 7.8s to load
+12% bounceUsers abandon at ~3s — you're 5.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 537ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,400 investment → ¥20,773/month returns + CNY 50,000,000 risk avoided
¥1,400
4h · 5 findings
¥20,773 /mo
~¥249,274 / year
CNY 50,000,000
if kept compliant
¥700 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,670 / month at risk
~¥50,000,035 / year if left unfixed
¥50,000,000
¥2.91 /mo
5089.7 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
537 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.099
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.52 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
13.03 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
公司logo a > div.m-company-card > div.company-logo > img | /org/logo/1745563972703754439/英文标(横版).png | 226.2 KiB | 226.1 KiB |
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 | storage-public.zhaopin.cn/user/avatar/1588044325645589891/logo.jpg | 122.1 KiB | 122.0 KiB |
div#root > div.index > a > img.m-banner div#root > div.index > a > img.m-banner | img09.zhaopin.com/2012/other/mobile/msite/index/image/banner.png | 147.7 KiB | 113.0 KiB |
公司logo a > div.m-company-card > div.company-logo > img | rd5-public.zhaopin.cn/imgs/company/f131b23ae3960b8142e34a766620be1b.jpeg | 52.4 KiB | 52.2 KiB |
公司logo a > div.m-company-card > div.company-logo > img | /CompanyLogo/20160506/A317E4F2E3E445AB9C8DD752A297FC1B.jpg | 48.3 KiB | 48.0 KiB |
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 | /CompanyLogo/20180303/5E38CFC3B98242880FE5122F8AD17992.gif | 39.3 KiB | 39.2 KiB |
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 | /CompanyLogo/20171219/57408777A5D542D4838E6A4046F2A204.jpg | 37.1 KiB | 37.0 KiB |
关注公众号 div > div.m-footer__qrcode > a.m-footer__qrcode-common > img | /cgi-bin/showqrcode?ticket=gQHg7zwAAAAAAAAAAS5odHRwOi8vd2... | 37.8 KiB | 36.7 KiB |
公司logo a > div.m-company-card > div.company-logo > img | rd5-public.zhaopin.cn/imgs/company/dee097d49e5d8193cde811760918c150.jpeg | 34.2 KiB | 33.8 KiB |
公司logo a > div.m-company-card > div.company-logo > img | /org/logo/1725429180693510353/微信截图_20240904135250... | 29.5 KiB | 29.0 KiB |
公司logo a > div.m-company-card > div.company-logo > img | /org/logo/1693986809324256484/微信图片_20210407131527... | 25.2 KiB | 24.8 KiB |
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 | /org/logo/1673493862676876194/57641ee2539e1e78b4e11471ea7... | 22.0 KiB | 21.9 KiB |
公司logo a > div.m-company-card > div.company-logo > img | /org/logo/1681736697476642173/5f875977-2653-4cb7-a29d-661... | 19.9 KiB | 19.7 KiB |
APP下载 div > div.m-footer__qrcode > a.m-footer__qrcode-common > img.m-footer__qrcode-special | img09.zhaopin.cn/2012/other/mobile/m/official-account/app-down.png | 17.2 KiB | 16.3 KiB |
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 | campusimage.zhaopin.com/pic/cimg/Company/Logo/31584711/203090450398_136x136.jpg | 16.2 KiB | 15.9 KiB |
我的简历 ul.m-entry-list > li.m-entry-list__item > a.m-entry-list__link > img.m-entry-list__image | img09.zhaopin.com/2012/other/mobile/msite/index/image/my-resume-icon.png | 13.5 KiB | 11.7 KiB |
职位搜索 ul.m-entry-list > li.m-entry-list__item > a.m-entry-list__link > img.m-entry-list__image | img09.zhaopin.com/2012/other/mobile/msite/index/image/search-icon.png | 12.9 KiB | 11.1 KiB |
面试邀请 ul.m-entry-list > li.m-entry-list__item > a.m-entry-list__link > img.m-entry-list__image | img09.zhaopin.com/2012/other/mobile/msite/index/image/my-interview-icon.png | 12.3 KiB | 10.5 KiB |
投递反馈 ul.m-entry-list > li.m-entry-list__item > a.m-entry-list__link > img.m-entry-list__image | img09.zhaopin.com/2012/other/mobile/msite/index/image/apply-feedback-icon.png | 11.7 KiB | 10.0 KiB |
公司logo a > div.m-company-card > div.company-logo > img | rd5-public.zhaopin.cn/imgs/company/20284561311b34e0a90012c2122e916b.png | 10.0 KiB | 9.4 KiB |
公司logo a > div.m-company-card > div.company-logo > img | storage-public.zhaopin.cn/org/logo/1628499715403697360/123.jpg | 7.9 KiB | 7.4 KiB |
logo body.garyBody > div#root > div.m-header > img.m-header__logo | img09.zhaopin.com/2012/other/mobile/msite/index/image/zhaopin-logo.png | 6.7 KiB | 5.6 KiB |
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 | /CompanyLogo/20180130/165255B27F2543F94835DF906E9E3940.gif | 5.5 KiB | 5.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| common-bucket.zhaopin.cn/js/native-promise-only/native-promise-only-0.8.1.js | 2.0 KiB | 759 ms |
| img09.zhaopin.com/2012/other/mobile/scripts/cmblapi.min.js | 2.8 KiB | 1.7 s |
| img09.zhaopin.cn/2012/other/mobile/resourceImg/resourceStyle/js/flexible.js | 1.9 KiB | 762 ms |
| img00.zhaopin.cn/2014/common/js/jquery-1.9.1.min.js | 32.5 KiB | 1.4 s |
| fecdn2.zhaopin.cn/m_zhaopin_com/index.ded690a84e454441968edb132c12fa50.css | 66.6 KiB | 1.7 s |
| static.geetest.com/static/tools/gt.js | 3.2 KiB | 778 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| zhaopin.com/ | 2.1 s |
| www.zhaopin.com/ | 630 ms |
| www.zhaopin.com/ | 828 ms |
| m.zhaopin.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| fecdn5.zhaopin.cn/m_zhaopin_com/index.web.4cb782debde15e040589ac09e3ec40b9.js | 1.6 s | 1.1 s | 161 ms |
| m.zhaopin.com/ | 1.1 s | 24 ms | 98 ms |
| Unattributable | 506 ms | 9.7 ms | 0.0 ms |
| statistic.zhaopin.cn/sdk/sa/1.26.3/sa.min.js | 217 ms | 189 ms | 23 ms |
| m.zhaopin.com/widgets/c-mobile-register-poster | 94 ms | 48 ms | 44 ms |
| img00.zhaopin.cn/2014/common/js/jquery-1.9.1.min.js | 81 ms | 50 ms | 12 ms |
| hm.baidu.com/hm.js?08e585d395455886ebe17d4b393b6523 | 51 ms | 45 ms | 4.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.6 s |
| Style & Layout | 772 ms |
| Other | 658 ms |
| Script Parsing & Compilation | 356 ms |
| Rendering | 219 ms |
| Parse HTML & CSS | 136 ms |
| Garbage Collection | 87 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fecdn2.zhaopin.cn/m_zhaopin_com/index.ded690a84e454441968edb132c12fa50.css | 66.3 KiB | 62.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| fecdn5.zhaopin.cn/m_zhaopin_com/index.web.4cb782debde15e040589ac09e3ec40b9.js | 285.1 KiB | 126.7 KiB |
| statistic.zhaopin.cn/sdk/sa/1.26.3/sa.min.js | 51.2 KiB | 29.7 KiB |
| m.zhaopin.com/widgets/c-mobile-register-poster | 36.4 KiB | 29.5 KiB |
| img00.zhaopin.cn/2014/common/js/jquery-1.9.1.min.js | 32.1 KiB | 22.2 KiB |
| m.zhaopin.com/widgets/c-mobile-register-poster | 36.4 KiB | 21.8 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.zhaopin.com/ | Allowed |
| campusimage.zhaopin.com/pic/cimg/Company/Logo/31584711/203090450398_136x136.jpg | Automatically upgraded to HTTPS |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div#root > div.index > a > img.m-banner div#root > div.index > a > img.m-banner | img09.zhaopin.com/2012/other/mobile/msite/index/image/banner.png | 412 x 176 (2.34) | 1500 x 630 (2.38) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
body.garyBody > div#root > div.m-advertisement465 > a body.garyBody > div#root > div.m-advertisement465 > a |
热门职位 body.garyBody > div#root > div.m-hot-position > a.m-hot-position__header |
热门行业 body.garyBody > div#root > div.m-hot-industry > a.m-hot-industry__header |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html><html lang="en"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Security Verification</title><style>body{margin:0;min-height:100vh;font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;background:#fff;color:#0f172a;display:flex;flex-direction:column}main{flex:1;padding:90px 24px 20px 140px}h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 8px}p{margin:0;font-size:.95rem;color:rgba(0,0,0,.55)}.c{margin-top:20px;height:72px}.t{margin-top:40px;color:#0f172a}footer{padding:18px 16px;text-align:center;font-size:.82rem;color:#9ca3af;border-top:1px solid #e5e7eb}@media(max-width:768px){main{padding:70px 20px 36px 90px}}@media(max-width:480px){main{padding:28px 16px 32px}} </style><script src="https://gcaptcha.eo.gtimg.com/TEOCaptchaWidgetV1-global.js"></script><main><h1 id="title"></h1><p id="tip"></p><div class="c" id="captcha"></div><p class="t" id="text"></p></main><footer>Protected by Tencent Cloud EdgeOne</footer><script>const host=new URL("https://m.zhaopin.com/robots.txt").hostname,zh=(navigator.language||"en").toLowerCase().startsWith("zh"),msgs=zh?["正在验证连接安全性,请勾选下方复选框。","验证完成后,您将被重定向到 {{HOST}}。"]:["Verifying the safety of the connection. Please check the box below.","You will be redirected to {{HOST}}, once the verification is complete."];title.textContent=host;tip.textContent=msgs[0];text.textContent=msgs[1].replace("{{HOST}}",host);const qs=location.search,key="tads_cap=";function cb(r){if(r.ticket){document.cookie=key+r.ticket+";path=/;max-age=1800";location.search=qs}}new TencentEOCaptchaWidget(captcha,"2047899425",cb,{size:"normal"}).show();</script></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
64 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.32 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.70 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.job-menu > div.job-menu__bj > ol.job-menu__bj__list > li.job-menu__bj__item div.job-menu > div.job-menu__bj > ol.job-menu__bj__list > li.job-menu__bj__item | storage-public.zhaopin.cn/information/team/public/1776243579127273871/123.jpg | 499.8 KiB | 312.9 KiB |
https://storage-public.zhaopin.cn/information/team/public/1776243579127273871/1… ul.banner-main__wrap--list > li.banner-main__wrap--li > div > img | /information/team/public/1776243579127273871/123.jpg?x-os... | 329.3 KiB | 282.6 KiB |
全国
[切换]
首页
职位推荐城市频道政企招聘校园招聘高端职位海外招聘驻外专区测评及培训职Q社区
我要招人 登录/注册
搜索
关注公众号
掌握… body > div#root | /www_zhaopin_com/assets/bg_main.68c8370d5549a444fd2b91088... | 573.4 KiB | 117.7 KiB |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising | /copyright/material/1774605533558028779/1774605533457_29.... | 114.3 KiB | 104.5 KiB |
https://storage-public.zhaopin.cn/information/team/public/1773117335822278718/%… ul.banner-main__wrap--list > li.banner-main__wrap--li > div > img | /information/team/public/1773117335822278718/%E9%A6%96%E9... | 87.0 KiB | 40.3 KiB |
div.footer-main__slogan > div.footer-main__slogan-qrcode > span.footer-main__slogan-span > ::before div.footer-main__slogan > div.footer-main__slogan-qrcode > span.footer-main__slogan-span > ::before | img09.zhaopin.cn/2012/other/mobile/msite/qr/wechat.png | 25.1 KiB | 20.9 KiB |
div.footer-main__slogan > div.footer-main__slogan-qrcode > span.footer-main__slogan-span > ::before div.footer-main__slogan > div.footer-main__slogan-qrcode > span.footer-main__slogan-span > ::before | img09.zhaopin.cn/2012/other/mobile/msite/qr/mini-program.png | 24.1 KiB | 19.9 KiB |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising | /information/team/public/1775634863291785270/660-364.jpg?... | 24.7 KiB | 14.9 KiB |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising | /information/team/public/1776323996977609361/660x364.jpg?... | 21.3 KiB | 11.5 KiB |
| /www_zhaopin_com/assets/page_loading.af7ac82b39021c1b5354... | 12.6 KiB | 10.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| images.zhaopin.cn//www/ihome/font/iconfont.css | 4.0 KiB | 1.8 s |
| fecdn3.zhaopin.cn/www_zhaopin_com/index.99c39f4303d9b79bdb71c534587e5009.css | 56.9 KiB | 316 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| zhaopin.com/ | 1.6 s |
| www.zhaopin.com/ | 190 ms |
| www.zhaopin.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.0 s |
| Style & Layout | 387 ms |
| Script Parsing & Compilation | 299 ms |
| Other | 279 ms |
| Rendering | 48 ms |
| Garbage Collection | 44 ms |
| Parse HTML & CSS | 26 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /data/node-c-pcweb-i/node_modules/iview/dist/styles/iview.css | 147.6 KiB | 95.8 KiB |
| /data/node-c-pcweb-i/node_modules/cropperjs/dist/cropper.css | 4.5 KiB | 3.7 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /data/node-c-pcweb-i/node_modules/iview/dist/styles/iview.css | 147.6 KiB | 147.3 KiB |
| fecdn3.zhaopin.cn/www_zhaopin_com/index.99c39f4303d9b79bdb71c534587e5009.css | 56.4 KiB | 53.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| i.zhaopin.com/business/widgets/c-pcweb-business-vip | 425.6 KiB | 347.9 KiB |
| /_CPCMapService/getscript?type=webgl&v=1.0&services=&t=20... | 307.1 KiB | 255.1 KiB |
| i.zhaopin.com/widgets/resume-file-upload | 724.9 KiB | 222.1 KiB |
| /www_zhaopin_com/chunk-vendors.web.18cf629551accce97eaaca... | 290.7 KiB | 216.0 KiB |
| passport.zhaopin.com/widgets/zp-passport-cust-v2 | 169.2 KiB | 94.4 KiB |
| g.alicdn.com/sd/ncpc/nc.js?t=2015052012 | 56.1 KiB | 36.9 KiB |
| static.portal101.cn/dist/web/v3.0.0/fp.min.js?t=493561 | 92.6 KiB | 33.3 KiB |
| www.zhaopin.com/widgets/c-pcweb-job-menu | 66.5 KiB | 31.8 KiB |
| statistic.zhaopin.cn/sdk/sa/1.26.3/sa.min.js | 51.2 KiB | 28.2 KiB |
| i.zhaopin.com/widgets/c-pcweb-logout-account | 44.6 KiB | 23.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.home-header__wrapper > div.home-header__left > div.home-header__city > a.home-header__city__choose |
搜索 div.home-search__box > div#searchBar > div.search-wrapper > a.search-wrapper__button |
未经 Zhaopin.com 同意,不得转载本网站之所有招聘信息及作品 智联招聘网版权所有 div.footer-bottom > div.footer-bottom__social > div.footer-bottom__social-copyright > p |
京ICP备12025925号 div.footer-bottom__social > div.footer-bottom__social-copyright > p > a |
京ICP证010207号 div.footer-bottom__social > div.footer-bottom__social-copyright > p > a |
北京智联三珂人才服务有限公司 div.footer-bottom > div.footer-bottom__social > div.footer-bottom__social-copyright > p |
京公网安备 11010502059392号 div.footer-bottom__social > div.footer-bottom__social-copyright > p > a |
人力资源许可证:1101051996081号 div.footer-bottom__social > div.footer-bottom__social-copyright > p > a |
网上有害信息举报专区 div.footer-bottom__social > div.footer-bottom__social-copyright > p > a |
违法不良信息举报电话:400-885-9898 div.footer-bottom__social > div.footer-bottom__social-copyright > p > span |
关爱未成年举报热线:400-885-9898-3 div.footer-bottom__social > div.footer-bottom__social-copyright > p > span |
朝阳区人力资源与社会保障局监督电话 div.footer-bottom__social > div.footer-bottom__social-copyright > p > span.footer-bottom__social-copyright__hrm |
These are opportunities to improve the legibility of your content.
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.
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#searchBar > div.search-wrapper > a.search-wrapper__button > img.search-wrapper__button__icon-search div#searchBar > div.search-wrapper > a.search-wrapper__button > img.search-wrapper__button__icon-search |
div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon |
div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon |
div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon |
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 |
|---|
p_access > div.zppp-accept-container > div.zppp-accept > input#accept p_access > div.zppp-accept-container > div.zppp-accept > input#accept |
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 > div.login-before > div.login-before__box > a.login-before__company-login div > div.login-before > div.login-before__box > a.login-before__company-login |
div.float-side-bar > ol.float-side-bar__ol > li.float-side-bar__li > a.float-side-bar__a div.float-side-bar > ol.float-side-bar__ol > li.float-side-bar__li > a.float-side-bar__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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.zhaopin.com/ | Allowed |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
账号注销 div.footer-main__content > dl.footer-main__content-item > dd > a.footer-main__content-item-name |
电话:400-885-9898 div.footer-main__content > dl.footer-main__content-item > dd.footer-main__content-item-name > a.footer-main__content-item-name |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html><html lang="en"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Security Verification</title><style>body{margin:0;min-height:100vh;font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;background:#fff;color:#0f172a;display:flex;flex-direction:column}main{flex:1;padding:90px 24px 20px 140px}h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 8px}p{margin:0;font-size:.95rem;color:rgba(0,0,0,.55)}.c{margin-top:20px;height:72px}.t{margin-top:40px;color:#0f172a}footer{padding:18px 16px;text-align:center;font-size:.82rem;color:#9ca3af;border-top:1px solid #e5e7eb}@media(max-width:768px){main{padding:70px 20px 36px 90px}}@media(max-width:480px){main{padding:28px 16px 32px}} </style><script src="https://gcaptcha.eo.gtimg.com/TEOCaptchaWidgetV1-global.js"></script><main><h1 id="title"></h1><p id="tip"></p><div class="c" id="captcha"></div><p class="t" id="text"></p></main><footer>Protected by Tencent Cloud EdgeOne</footer><script>const host=new URL("https://www.zhaopin.com/robots.txt").hostname,zh=(navigator.language||"en").toLowerCase().startsWith("zh"),msgs=zh?["正在验证连接安全性,请勾选下方复选框。","验证完成后,您将被重定向到 {{HOST}}。"]:["Verifying the safety of the connection. Please check the box below.","You will be redirected to {{HOST}}, once the verification is complete."];title.textContent=host;tip.textContent=msgs[0];text.textContent=msgs[1].replace("{{HOST}}",host);const qs=location.search,key="tads_cap=";function cb(r){if(r.ticket){document.cookie=key+r.ticket+";path=/;max-age=1800";location.search=qs}}new TencentEOCaptchaWidget(captcha,"2047899425",cb,{size:"normal"}).show();</script></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
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#searchBar > div.search-wrapper > a.search-wrapper__button > img.search-wrapper__button__icon-search div#searchBar > div.search-wrapper > a.search-wrapper__button > img.search-wrapper__button__icon-search |
div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon |
div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon |
div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon div.banner-main__wrap > ul.banner-main__wrap--list > li.banner-main__wrap--li > img.banner-main__wrap-advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-a__card > img.home-ad-a__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertising |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-b__card > img.home-ad-b__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__company-logo |
ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon ul.section-wrap__main > li.section-wrap__card > div.home-ad-c__card > img.home-ad-c__advertise-icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback