Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
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.
31 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/1194ebb3-23d8-4d6e-a762-8aa14f2f3954)<a href="https://beavercheck.com/results/1194ebb3-23d8-4d6e-a762-8aa14f2f3954"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsohu.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsohu.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~34%.
Page takes 8.8s to load
+12% bounceUsers abandon at ~3s — you're 6.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 498ms 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
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
31 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,575 investment → ¥24,596/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥24,596 /mo
~¥295,148 / year
CNY 50,000,000
if kept compliant
¥525 — 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.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,669 / month at risk
~¥50,000,029 / year if left unfixed
¥50,000,000
+2 more
¥2.39 /mo
4186.5 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 5 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.
3.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
498 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.078
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.69 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.
10.52 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.
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.
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.swiper-wrapper > div.swiper-slide > a.focus-item-jump > img.focus-item-img div.swiper-wrapper > div.swiper-slide > a.focus-item-jump > img.focus-item-img | /c_lfill,w_666,h_332,g_face/images03/20260417/0f0ac54d9da... | 39.1 KiB | 11.6 KiB |
div.index-win-container > a.landing-link > div.image-c > img.bg div.index-win-container > a.landing-link > div.image-c > img.bg | p3.ssl.qhimgs0.com/sdm/324_210_/t01fb6193c02fe2ef4c.jpg | 19.7 KiB | 8.6 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| sohu.com/ | 1.2 s |
| www.sohu.com/ | 825 ms |
| m.sohu.com/?pvid=000115_3w_index&jump=front | 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.
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 |
|---|---|---|
| g1.itc.cn/msfe-waph-prod/300000000000/assets/ClientJs/vendors-1d5f1175d6.js | 151.1 KiB | 57.7 KiB |
| g1.itc.cn/msfe-waph-prod/300000000000/assets/ClientJs/HomeIndex-e4d0a1df0f.js | 50.0 KiB | 22.2 KiB |
| reke.at.sohu.com/lhjnov.js | 38.5 KiB | 20.5 KiB |
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 |
|---|---|---|---|
| g1.itc.cn/msfe-waph-prod/300000000000/assets/ClientJs/HomeIndex-e4d0a1df0f.js | 1.4 s | 1.2 s | 14 ms |
| m.sohu.com/?pvid=000115_3w_index&jump=front | 1.1 s | 19 ms | 34 ms |
| Unattributable | 685 ms | 5.7 ms | 0.0 ms |
| reke.at.sohu.com/lhjnov.js | 222 ms | 188 ms | 14 ms |
| g1.itc.cn/msfe-waph-prod/300000000000/assets/ClientJs/vendors-1d5f1175d6.js | 181 ms | 50 ms | 44 ms |
| reke.at.sohu.com/common/av_us/e/openjs/k/krk.js | 67 ms | 61 ms | 2.4 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.5 s |
| Other | 945 ms |
| Style & Layout | 868 ms |
| Rendering | 240 ms |
| Script Parsing & Compilation | 116 ms |
| Garbage Collection | 71 ms |
| Parse HTML & CSS | 63 ms |
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 |
|---|---|---|
| .drawer-enter-active[data-v-185a4d94],.drawer-leave-active[data-v-185a4d94]{opacity:1; … } … | 22.1 KiB | 16.7 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.
| URL | |
|---|---|
手机搜狐 div#header > div.header-box > a.header-logo > img | 29e5534ea20a8.cdn.sohucs.com/mobile/sohu-logo-d.png |
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#header > div.header-box > a.header-search > section.header-query |
4055.55 +28.34 div.stock_hqnew > div#FT_index > a > span.e1 |
股票搜索 li.stock_s1 > form#searchForm > i.stock_txt > input.stock_kw |
查行情 div.stock_search > ul > li.stock_s2 > a#smtbtn |
查看更多 div.content-left > div#RecommendFeed > div.recommend-more > button.recommend-more-btn |
Copyright © 2026 Sohu All Rights Reserved div.content-left > div.cbd-plate > footer.copyright > p |
京ICP证030367号 div.content-left > div.cbd-plate > footer.copyright > a |
搜狐公司 版权所有 div.content-left > div.cbd-plate > footer.copyright > p.company-font |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.f > div > div > iframe div.f > div > div > iframe |
div.f > div > div > iframe div.f > div > div > iframe |
a.anchor-el > div > div > iframe a.anchor-el > div > div > iframe |
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.
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.
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.
1.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
126 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.11 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.
3.66 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.
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.
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.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/0f0ac5... | 44.9 KiB | 33.8 KiB |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg | t4.focus-img.cn/sh130x86sh/focus-op/prod/bf5069d21f82a477f92e1d57a2c44dbf.png | 32.1 KiB | 30.2 KiB |
限制特朗普战争权力议案遭美众院否决 div.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/dedd89... | 37.0 KiB | 27.8 KiB |
div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img | /lemon/2026/04/04/ChNGFmnQVoyADWs-AABxbUU6kwU914575x100.jpg | 28.4 KiB | 19.0 KiB |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg | t2.focus-img.cn/sh130x86sh/focus-op/prod/a4db1ea917398a8c5633e781eb317114.png | 17.0 KiB | 15.2 KiB |
div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img | /lemon/2026/03/11/ChNGFmmxBpGASpGJAABYln68bwM958575x100.jpg | 22.1 KiB | 12.8 KiB |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar | t2.focus-img.cn/sh36x36sh/focus-op/prod/2fd6024fe020cbbd565576616073cdf9.jpg | 13.0 KiB | 12.8 KiB |
国风播主@贝璐璐 春意款款,岁月缓缓 div#videoFocus > div.video-focus-pic > a > img | /q_70,c_lfill,w_640,h_320,g_face/images03/20260415/cd3822... | 15.4 KiB | 11.6 KiB |
div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img | /lemon/2026/04/03/ChNGFmnPcj2AGsWHAABTgmiUX90233575x100.jpg | 20.9 KiB | 11.5 KiB |
div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img | /lemon/2026/04/16/ChNGFmngpx6AR5xIAABSPCXjNuw674575x100.jpg | 20.6 KiB | 11.2 KiB |
网警小课堂 div#report > div.jubao-list > div.jubao-con > a | g1.itc.cn/msfe-pch-prod/300000000000/assets/images/edc23609e1.png | 12.0 KiB | 10.9 KiB |
div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right | p4.itc.cn/images01/20220809/669a4945ba13475aab9788165c121928.png | 11.0 KiB | 10.8 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/199.png | 10.6 KiB | 10.4 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/170.png | 9.6 KiB | 9.3 KiB |
学习强国 div#report > div.jubao-list > div.jubao-con > a | g1.itc.cn/msfe-pch-prod/300000000000/assets/images/319700afd7.png | 10.1 KiB | 8.9 KiB |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg | t2.focus-img.cn/sh130x86sh/focus-op/prod/993d6c68ada4c45e6f0b4932da7c4a4f.jpg | 10.3 KiB | 8.5 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/184.png | 8.5 KiB | 8.2 KiB |
外卖小哥撞到大爷急哭 交警垫付200 ul > li.end > a > img | /q_70,c_lfill,w_310,h_206,g_face/images03/20260417/a15665... | 10.6 KiB | 8.0 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/197.png | 8.2 KiB | 7.9 KiB |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg | t3.focus-img.cn/sh130x86sh/focus-op/prod/01891679d186505b1d54732fdd7e9b8e.jpg | 9.4 KiB | 7.6 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/148.png | 7.4 KiB | 7.1 KiB |
拉车门泼水致冒烟 节日不是低俗的遮羞布 ul > li.end > a > img | /q_70,c_lfill,w_310,h_206,g_face/images03/20260416/8daf2a... | 9.3 KiB | 7.0 KiB |
“粉色蓝莓”走红 10多年前就已引入 ul > li > a > img | /q_70,c_lfill,w_310,h_206,g_face/images03/20260417/f161cf... | 9.3 KiB | 7.0 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/201.png | 6.8 KiB | 6.5 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/242.png | 6.0 KiB | 5.7 KiB |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar | t3.focus-img.cn/sh36x36sh/bet/res/4a986b5477a6108b85a045c6485c8e7a.jpg | 5.8 KiB | 5.6 KiB |
div.pic-text > div.pic > a > img div.pic-text > div.pic > a > img | /c_lfill,w_180,h_120,g_face/images03/20260417/40e80ee1c2d... | 6.0 KiB | 5.2 KiB |
dl.pplist > a > dt > img dl.pplist > a > dt > img | m4.auto.itc.cn/c_zoom,w_75,h_75/logo/brand/159.png | 5.2 KiB | 4.9 KiB |
淄博化工公司起火已被扑灭 无人员伤亡 div.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/b645c4... | 5.9 KiB | 4.4 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| sohu.com/ | 725 ms |
| www.sohu.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.
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 |
|---|---|---|
| g1.itc.cn/msfe-pch-prod/300000000000/assets/ClientJs/main-439ff21ef1.js | 150.8 KiB | 60.5 KiB |
| statics.itc.cn/fasttpl/pchome/prod/backbone.js | 49.8 KiB | 30.3 KiB |
| cpro.baidustatic.com/cpro/ui/c.js | 38.5 KiB | 27.6 KiB |
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 | 861 ms |
| Other | 734 ms |
| Rendering | 713 ms |
| Style & Layout | 398 ms |
| Script Parsing & Compilation | 41 ms |
| Parse HTML & CSS | 16 ms |
| Garbage Collection | 3.2 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 |
|---|---|
| Pages containing plugins are not currently eligible for back/forward cache. | Pending browser support |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| t-res.focus-img.cn/front-end/sohu/focusbe_in_sohuv3_2.js | 20.6 KiB | 9.4 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.
| URL | |
|---|---|
淄博化工公司起火已被扑灭 无人员伤亡 div.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/b645c4... |
限制特朗普战争权力议案遭美众院否决 div.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/dedd89... |
营收集体下滑 五大电力净利却破纪录 div.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/0f0ac5... |
淄博化工公司起火已被扑灭 无人员伤亡 div.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/b645c4... |
限制特朗普战争权力议案遭美众院否决 div.con > div.pic > a > img | /q_70,c_lfill,w_640,h_426,g_face/images03/20260417/dedd89... |
a > div.content-first > div.image-wrap > img.base-img a > div.content-first > div.image-wrap > img.base-img | /q_70,c_lfill,w_600,h_164,g_face/images01/20260414/e95183... |
div#wx5b5i9h0qg_15637 > a.swf-top > div.big-god > img div#wx5b5i9h0qg_15637 > a.swf-top > div.big-god > img | /lemon/2026/04/03/ChNGFmnPck6AEKXeAABhaVvqIfc385850x100.jpg |
div#0ulnc01bixf_15541 > a.swf-top > div.big-god > img div#0ulnc01bixf_15541 > a.swf-top > div.big-god > img | /lemon/2026/03/12/ChNGFmmyGKyAP6r0AABwgDpzZWM610300x250.jpg |
div#evhnhp22g5d_15594 > a.swf-top > div.big-god > img div#evhnhp22g5d_15594 > a.swf-top > div.big-god > img | /lemon/2026/03/11/ChNGFmmxByOAZtGRAABwQWR78dY644300x250.jpg |
div#otlxskq06se_15768 > a.swf-top > div.big-god > img div#otlxskq06se_15768 > a.swf-top > div.big-god > img | /lemon/2026/04/04/ChNGFmnQVq6AQhisAABhpWEUoKs351300x250.jpg |
div#k5xc6umev3r_15769 > a.swf-top > div.big-god > img div#k5xc6umev3r_15769 > a.swf-top > div.big-god > img | /lemon/2026/03/12/ChNGFmmyGKyAP6r0AABwgDpzZWM610300x250.jpg |
div#l9ipq9fom7_15632 > a.swf-top > div.big-god > img div#l9ipq9fom7_15632 > a.swf-top > div.big-god > img | /lemon/2026/03/11/ChNGFmmxBpGASpGJAABYln68bwM958575x100.jpg |
div#lssjlpxcks_15632 > a.swf-top > div.big-god > img div#lssjlpxcks_15632 > a.swf-top > div.big-god > img | /lemon/2026/04/16/ChNGFmngpx6AR5xIAABSPCXjNuw674575x100.jpg |
div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img | /lemon/2026/04/16/ChNGFmngpx6AR5xIAABSPCXjNuw674575x100.jpg |
div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img | /lemon/2026/04/03/ChNGFmnPcj2AGsWHAABTgmiUX90233575x100.jpg |
div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img | /lemon/2026/03/11/ChNGFmmxBpGASpGJAABYln68bwM958575x100.jpg |
div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img | /lemon/2026/04/04/ChNGFmnQVoyADWs-AABxbUU6kwU914575x100.jpg |
div#velpuwr2wns_15638 > a.swf-top > div.big-god > img div#velpuwr2wns_15638 > a.swf-top > div.big-god > img | /lemon/2026/04/16/ChNGFmngpx6AR5xIAABSPCXjNuw674575x100.jpg |
div#b69lr7ma8f_15638 > a.swf-top > div.big-god > img div#b69lr7ma8f_15638 > a.swf-top > div.big-god > img | /lemon/2026/03/11/ChNGFmmxBpGASpGJAABYln68bwM958575x100.jpg |
div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right | p4.itc.cn/images01/20220809/669a4945ba13475aab9788165c121928.png |
焦点图图片 div.channel-item > div.focus-area > a.focus-item > img.focus-img | statics.itc.cn/web/static/images/pic/preload.png |
焦点图图片 div.channel-item > div.focus-area > a.focus-item > img.focus-img | statics.itc.cn/web/static/images/pic/preload.png |
焦点图图片 div.channel-item > div.focus-area > a.focus-item > img.focus-img | statics.itc.cn/web/static/images/pic/preload.png |
焦点图图片 div.channel-item > div.focus-area > a.focus-item > img.focus-img | statics.itc.cn/web/static/images/pic/preload.png |
div.main-left > div.pic-focus > a > img div.main-left > div.pic-focus > a > img | statics.itc.cn/web/static/images/pic/preload.png |
焦点图图片 div.channel-item > div.focus-area > a.focus-item > img.focus-img | statics.itc.cn/web/static/images/pic/preload.png |
Scan me! div#phoneScan > div.qrcode-guide > div.qrcode > img | |
适老化无障碍服务 ul > li > a > img |
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.logo-search > div.search-mod > div#search > input#search-input div.logo-search > div.search-mod > div#search > input#search-input |
北京城事 div.sohu-city-choice-wrap > div.wrap-tabs > div#tabs-city > a |
389.9万阅读 div.right > div.hot-article > div.img-text > a.read-count |
209.8万阅读 div.sn-list > ul > li > a.read-count |
110.5万阅读 div.sn-list > ul > li > a.read-count |
82.3万阅读 div.sn-list > ul > li > a.read-count |
19万阅读 div.sn-list > ul > li > a.read-count |
290.1万阅读 div.sn-list > ul > li > a.read-count |
明星八卦 div.title-cut > div.link > div.side-nav > a |
电视剧 div.title-cut > div.link > div.side-nav > a |
电影 div.title-cut > div.link > div.side-nav > a |
综艺 div.title-cut > div.link > div.side-nav > a |
美图 div.title-cut > div.link > div.side-nav > a |
进入娱乐首页 > div.main > div.title-cut > div.link > a.enter-channel |
NBA div.title-cut > div.link > div.side-nav > a |
CBA div.title-cut > div.link > div.side-nav > a |
中超 div.title-cut > div.link > div.side-nav > a |
国际足球 div.title-cut > div.link > div.side-nav > a |
英超 div.title-cut > div.link > div.side-nav > a |
西甲 div.title-cut > div.link > div.side-nav > a |
乒乓球 div.title-cut > div.link > div.side-nav > a |
网球 div.title-cut > div.link > div.side-nav > a |
进入体育首页 > div.main > div.title-cut > div.link > a.enter-channel |
行业 div.title-cut > div.link > div.side-nav > a |
经营管理 div.title-cut > div.link > div.side-nav > a |
进入财经首页 > div.main > div.title-cut > div.link > a.enter-channel |
自媒体 div.title-cut > div.link > div.side-nav > a |
车型大全 div.title-cut > div.link > div.side-nav > a |
经销商 div.title-cut > div.link > div.side-nav > a |
进入汽车首页 > div.main > div.title-cut > div.link > a.enter-channel |
大众 div.ppbox > dl.pplist > a > dd |
丰田 div.ppbox > dl.pplist > a > dd |
宝马 div.ppbox > dl.pplist > a > dd |
奥迪 div.ppbox > dl.pplist > a > dd |
奇瑞 div.ppbox > dl.pplist > a > dd |
福特 div.ppbox > dl.pplist > a > dd |
吉利 div.ppbox > dl.pplist > a > dd |
别克 div.ppbox > dl.pplist > a > dd |
长安 div.ppbox > dl.pplist > a > dd |
更多
品牌 div.ppbox > dl.pplist > a > dd |
更多筛选 > div.car-bottom > div.car-tuijian > h3.car-right-tit > a |
5-10万 div.car-tuijian > ul.auto-hot-tag > li > a |
10-15万 div.car-tuijian > ul.auto-hot-tag > li > a |
15-20万 div.car-tuijian > ul.auto-hot-tag > li > a |
20万以上 div.car-tuijian > ul.auto-hot-tag > li.right1 > a |
四驱车 div.car-tuijian > ul.auto-hot-tag > li > a |
进口车 div.car-tuijian > ul.auto-hot-tag > li > a |
涡轮增压 div.car-tuijian > ul.auto-hot-tag > li > a |
精准选车 div.car-tuijian > ul.auto-hot-tag > li.jingzhun > a |
新房 div.main > div.title-cut > span.link > a |
地图找房 div.main > div.title-cut > span.link > a |
资讯 div.main > div.title-cut > span.link > a |
百科 div.main > div.title-cut > span.link > a |
海外 div.main > div.title-cut > span.link > a |
在线开盘 div.main > div.title-cut > span.link > a |
进入房产首页 > div.main > div.title-cut > span.link > a |
div.clear > div.focus-ad > div.search-wrap > input.search-input div.clear > div.focus-ad > div.search-wrap > input.search-input |
互联网 div.title-cut > div.link > div.side-nav > a |
通讯 div.title-cut > div.link > div.side-nav > a |
智能硬件 div.title-cut > div.link > div.side-nav > a |
科技评测 div.title-cut > div.link > div.side-nav > a |
手机 div.title-cut > div.link > div.side-nav > a |
科学 div.title-cut > div.link > div.side-nav > a |
数码 div.title-cut > div.link > div.side-nav > a |
进入科技首页 > div.main > div.title-cut > div.link > a.enter-channel |
时尚 div.main-left > div.title-cut > span.link > a |
人物 div.main-left > div.title-cut > span.link > a |
奢品 div.main-left > div.title-cut > span.link > a |
高考 div.main-left > div.title-cut > span.link > a |
留学 div.main-left > div.title-cut > span.link > a |
学习资料 div.main-left > div.title-cut > span.link > a |
国内游 div.main-left > div.title-cut > span.link > a |
境外游 div.main-left > div.title-cut > span.link > a |
攻略家 div.main-left > div.title-cut > span.link > a |
流行餐单 div.main-left > div.title-cut > span.link > a |
食疗养生 div.main-left > div.title-cut > span.link > a |
减肥食谱 div.main-left > div.title-cut > span.link > a |
搜狐医药 div.main-left > div.title-cut > span.link > a |
搜狐名医 div.main-left > div.title-cut > span.link > a |
就医帮 div.main-left > div.title-cut > span.link > a |
早教 div.main-left > div.title-cut > span.link > a |
科学哺育 div.main-left > div.title-cut > span.link > a |
婴幼健康 div.main-left > div.title-cut > span.link > a |
秦汉三国 div.main-left > div.title-cut > span.link > a |
两晋隋唐 div.main-left > div.title-cut > span.link > a |
两宋元明 div.main-left > div.title-cut > span.link > a |
人物 div.main-left > div.title-cut > span.link > a |
读书 div.main-left > div.title-cut > span.link > a |
艺术 div.main-left > div.title-cut > span.link > a |
国际局势 div.main-left > div.title-cut > span.link > a |
军备武器 div.main-left > div.title-cut > span.link > a |
历史风云 div.main-left > div.title-cut > span.link > a |
公益 div.main-left > div.title-cut > span.link > a |
传媒 div.main-left > div.title-cut > span.link > a |
致歉声明 div.main-left > div.title-cut > span.link > a |
测算 div.main-left > div.title-cut > span.link > a |
运势 div.main-left > div.title-cut > span.link > a |
生肖 div.main-left > div.title-cut > span.link > a |
养宠经验 div.main-left > div.title-cut > span.link > a |
喵星人 div.main-left > div.title-cut > span.link > a |
汪星人 div.main-left > div.title-cut > span.link > a |
漫画故事 div.main-left > div.title-cut > span.link > a |
漫画科普 div.main-left > div.title-cut > span.link > a |
热番推荐 div.main-left > div.title-cut > span.link > a |
电竞视频 div.main-left > div.title-cut > span.link > a |
职业选手 div.main-left > div.title-cut > span.link > a |
赛事追踪 div.main-left > div.title-cut > span.link > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
版权所有 div > footer.footer > p > a |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
大众 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
丰田 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
宝马 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
奥迪 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
奇瑞 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
福特 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
吉利 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
别克 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
长安 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
更多
品牌 div.car-right-box > div.car-bottom > div.ppbox > dl.pplist |
Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
大众 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
丰田 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
宝马 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
奥迪 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
奇瑞 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
福特 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
吉利 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
别克 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
长安 div.ppbox > dl.pplist > a > dd |
div.ppbox > dl.pplist > a > dt div.ppbox > dl.pplist > a > dt |
更多
品牌 div.ppbox > dl.pplist > a > dd |
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
搜狐号 div.top-box-wrapper > div.logo-search > div.links-list-wrap > ul.links |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
搜狐号 div.links-list-wrap > ul.links > a > li.link |
div.links-list-wrap > ul.links > a > li.link div.links-list-wrap > ul.links > a > li.link |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.add-desktop-c > a.add-desktop > div.close-c > img div.add-desktop-c > a.add-desktop > div.close-c > img |
div.add-desktop-c > a.add-desktop > div.quick-app-c > img div.add-desktop-c > a.add-desktop > div.quick-app-c > img |
div.add-desktop-c > a.add-desktop > div.collection-c > img div.add-desktop-c > a.add-desktop > div.collection-c > img |
div.add-desktop-c > a.add-desktop > div.no-show > img div.add-desktop-c > a.add-desktop > div.no-show > img |
div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right |
a > div.content-first > div.image-wrap > img.base-img a > div.content-first > div.image-wrap > img.base-img |
a > div.content-first > div.image-wrap > img.base-img a > div.content-first > div.image-wrap > img.base-img |
div#l9ipq9fom7_15632 > a.swf-top > div.big-god > img div#l9ipq9fom7_15632 > a.swf-top > div.big-god > img |
div#lssjlpxcks_15632 > a.swf-top > div.big-god > img div#lssjlpxcks_15632 > a.swf-top > div.big-god > img |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img |
div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img |
div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
div#wx5b5i9h0qg_15637 > a.swf-top > div.big-god > img div#wx5b5i9h0qg_15637 > a.swf-top > div.big-god > img |
div#0ulnc01bixf_15541 > a.swf-top > div.big-god > img div#0ulnc01bixf_15541 > a.swf-top > div.big-god > img |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div#evhnhp22g5d_15594 > a.swf-top > div.big-god > img div#evhnhp22g5d_15594 > a.swf-top > div.big-god > img |
div#otlxskq06se_15768 > a.swf-top > div.big-god > img div#otlxskq06se_15768 > a.swf-top > div.big-god > img |
div#k5xc6umev3r_15769 > a.swf-top > div.big-god > img div#k5xc6umev3r_15769 > a.swf-top > div.big-god > img |
div#velpuwr2wns_15638 > a.swf-top > div.big-god > img div#velpuwr2wns_15638 > a.swf-top > div.big-god > img |
div#b69lr7ma8f_15638 > a.swf-top > div.big-god > img div#b69lr7ma8f_15638 > a.swf-top > div.big-god > img |
div.left > p > a > img div.left > p > a > img |
div.btn > div.feed-back-c > a.feed-back > img.fb-icon div.btn > div.feed-back-c > a.feed-back > img.fb-icon |
div.right-float-btn > div.btn > a > img.fb-icon div.right-float-btn > div.btn > a > img.fb-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 |
|---|
div.logo-search > div.search-mod > div#search > input#search-input div.logo-search > div.search-mod > div#search > input#search-input |
div.clear > div.focus-ad > div.search-wrap > input.search-input div.clear > div.focus-ad > div.search-wrap > input.search-input |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.logo-search > div.links-list-wrap > ul.links > a div.logo-search > div.links-list-wrap > ul.links > a |
div.focus-news > div.focus-news-box > div#entrance > a.intoclassic div.focus-news > div.focus-news-box > div#entrance > a.intoclassic |
div#new-sohu-choice > div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan div#new-sohu-choice > div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan |
div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link |
div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link |
div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link |
div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link |
div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link |
div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link |
div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link |
div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link div.atfocus-person-box > ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link |
div > div.pic-text > div.pic > a div > div.pic-text > div.pic > a |
div > div.pic-text > div.pic > a div > div.pic-text > div.pic > a |
div > div.pic-text > div.pic > a div > div.pic-text > div.pic > a |
div > div.pic-text > div.pic > a div > div.pic-text > div.pic > a |
div > div.pic-text > div.pic > a div > div.pic-text > div.pic > a |
div.sidebar > div.extend-mod > div.extend-pic > a div.sidebar > div.extend-mod > div.extend-pic > a |
div.right-float-btn > div.btn > div.feed-back-c > a.feed-back div.right-float-btn > div.btn > div.feed-back-c > a.feed-back |
div.wrapper-box > div.right-float-btn > div.btn > a div.wrapper-box > div.right-float-btn > div.btn > 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.
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 |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
壹品兴创·颐和公馆 div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.live-title |
北投·栖澐湾 div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.live-title |
国贤府PARK div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.live-title |
中建·运河玖院 div.ftab-body-item > ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.live-title |
血拼北京楼市 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-name |
刚需置业必看 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-title |
焦点北京站 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-name |
楼市最新报道 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-title |
京楼壹号 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-name |
刚改+改善基地 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-title |
楼盘评测 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-name |
深度评测北京新盘 ul.atfocus-person-list > li.atfocus-person-item > div.atfocus-person-des > a.atfocus-person-title |
网友遛阿拉时发现大家总是很害怕,果断想出了奇招,毛孩子立马人见人爱...评论区疯狂记笔记:第一个发现这种方法的人简直是个天才… div.list16 > ul > li > a |
京ICP证030367号 div.license > div.left > p > a |
互联网新闻信息服务许可证 div.license > div.left > p > a |
北京地区网站联合辟谣平台 div.license > div.left > p > a |
京ICP证030367号-1 div.license > div.left > p > a |
网络出版服务许可证 div.license > div.left > p > a#internetPass |
工商备案公示信息 div.license > div.left > p > a |
(京)网药械信息备字(2024)第00194号 div.license > div.left > p > a |
广播电视节目制作经营许可证(京)字第434号 div.license > div.left > p > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html 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 |
|---|---|
| file-res.focus-img.cn/be/images/live-icon.png | Automatically upgraded to HTTPS |
| cm.ipinyou.com/sohu/cms.gif?suid=2604170140456F4Q&ver=1&_time_=1776361260976 | 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) | |
|---|---|---|---|
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image | statics.itc.cn/web/static/images/pic/preload.png | 28 x 28 (1.00) | 150 x 100 (1.50) |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar | statics.itc.cn/web/static/images/pic/preload.png | 32 x 32 (1.00) | 150 x 100 (1.50) |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar | statics.itc.cn/web/static/images/pic/preload.png | 32 x 32 (1.00) | 150 x 100 (1.50) |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar | statics.itc.cn/web/static/images/pic/preload.png | 32 x 32 (1.00) | 150 x 100 (1.50) |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar | statics.itc.cn/web/static/images/pic/preload.png | 32 x 32 (1.00) | 150 x 100 (1.50) |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar | statics.itc.cn/web/static/images/pic/preload.png | 32 x 32 (1.00) | 150 x 100 (1.50) |
funny picture div.con > div.pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
funny picture div.con > div.pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
funny picture div.con > div.pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
funny picture div.con > div.pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
funny picture div.con > div.pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
funny picture div.con > div.pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
funny picture div.con > div.pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
div.extend-mod > div.extend-pic > a > img div.extend-mod > div.extend-pic > a > img | statics.itc.cn/web/static/images/pic/preload.png | 270 x 135 (2.00) | 150 x 100 (1.50) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Uncaught TypeError: jsonp_1776361248037_5376732799463 is not a function | |
Uncaught TypeError: jsonp_1776361248042_2398798393650 is not a function | |
Uncaught TypeError: jsonp_1776361248043_9496187526220 is not a function | |
Uncaught TypeError: jsonp_1776361248105_6355931294950 is not a function | |
Uncaught TypeError: jsonp_1776361248106_9301772370783 is not a function | |
Uncaught TypeError: jsonp_1776361248381_5767366271134 is not a function |
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 |
|---|
登录 div.area > div.login > div.login-area > a.login-sohu |
添加 搜狐网首页 至桌面快捷方式
点击快捷方式打开搜狐网
添加
添加网页至浏览器收藏夹
[ctrl\command+D] 添加至收藏夹
30天不再提示 div.top-box > div.top-box-wrapper > div.add-desktop-c > a.add-desktop |
div.focus > div#swiper > div.btns > a.btnl div.focus > div#swiper > div.btns > a.btnl |
div.focus > div#swiper > div.btns > a.btnr div.focus > div#swiper > div.btns > a.btnr |
进行中 1/4决赛
阿尔克马尔
顿涅茨克矿工 div.content > div#matchContent > div.content-live > a.match |
进行中 1/4决赛
维戈塞尔塔
弗赖堡 div.content > div#matchContent > div.content-live > a.match |
04-17.02:05 第38轮
特拉维夫马卡比
博洛尼亚维尔图斯 div.content > div#matchContent > div.content-live > a.match |
找车 div.car-right-box > div.car-bottom > div#seachcar1 > a#searchCarModels |
div.channel-focus > div.widget-swiper > div.btns > a.btnl div.channel-focus > div.widget-swiper > div.btns > a.btnl |
div.channel-focus > div.widget-swiper > div.btns > a.btnr div.channel-focus > div.widget-swiper > div.btns > a.btnr |
网络出版服务许可证 div.license > div.left > p > a#internetPass |
body.sohu-index-v3 > div.wrapper-box > div.right-float-btn > a.fixed-operation body.sohu-index-v3 > div.wrapper-box > div.right-float-btn > a.fixed-operation |
div.wrapper-box > div.right-float-btn > div.btn > a div.wrapper-box > div.right-float-btn > div.btn > a |
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.add-desktop-c > a.add-desktop > div.close-c > img div.add-desktop-c > a.add-desktop > div.close-c > img |
div.add-desktop-c > a.add-desktop > div.quick-app-c > img div.add-desktop-c > a.add-desktop > div.quick-app-c > img |
div.add-desktop-c > a.add-desktop > div.collection-c > img div.add-desktop-c > a.add-desktop > div.collection-c > img |
div.add-desktop-c > a.add-desktop > div.no-show > img div.add-desktop-c > a.add-desktop > div.no-show > img |
div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right div.sohu-city-choice-wrap > div.wrap-tabs > a#tabs-jingxuan > img.tabs-right |
a > div.content-first > div.image-wrap > img.base-img a > div.content-first > div.image-wrap > img.base-img |
a > div.content-first > div.image-wrap > img.base-img a > div.content-first > div.image-wrap > img.base-img |
div#l9ipq9fom7_15632 > a.swf-top > div.big-god > img div#l9ipq9fom7_15632 > a.swf-top > div.big-god > img |
div#lssjlpxcks_15632 > a.swf-top > div.big-god > img div#lssjlpxcks_15632 > a.swf-top > div.big-god > img |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
a.match > div.match-content > div.left > img.left-image a.match > div.match-content > div.left > img.left-image |
a.match > div.match-content > div.right > img.right-image a.match > div.match-content > div.right > img.right-image |
div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img div#fbma9mvnxz4_15633 > a.swf-top > div.big-god > img |
div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img div#ebp0lmlg6ub_15633 > a.swf-top > div.big-god > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
dl.pplist > a > dt > img dl.pplist > a > dt > img |
div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img div#t6qrxxwnad_15634 > a.swf-top > div.big-god > img |
div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img div#p3cklh3t6as_15634 > a.swf-top > div.big-god > img |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg ul.ftab-body-item-list > li.ftab-body-item-list-liveitem > a.img-link > img.img-link-liveimg |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar ul.atfocus-person-list > li.atfocus-person-item > a.atfocus-person-link > img.atfocus-person-avatar |
div#wx5b5i9h0qg_15637 > a.swf-top > div.big-god > img div#wx5b5i9h0qg_15637 > a.swf-top > div.big-god > img |
div#0ulnc01bixf_15541 > a.swf-top > div.big-god > img div#0ulnc01bixf_15541 > a.swf-top > div.big-god > img |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div > div.container-box > a.content-left > img.avatar div > div.container-box > a.content-left > img.avatar |
div#evhnhp22g5d_15594 > a.swf-top > div.big-god > img div#evhnhp22g5d_15594 > a.swf-top > div.big-god > img |
div#otlxskq06se_15768 > a.swf-top > div.big-god > img div#otlxskq06se_15768 > a.swf-top > div.big-god > img |
div#k5xc6umev3r_15769 > a.swf-top > div.big-god > img div#k5xc6umev3r_15769 > a.swf-top > div.big-god > img |
div#velpuwr2wns_15638 > a.swf-top > div.big-god > img div#velpuwr2wns_15638 > a.swf-top > div.big-god > img |
div#b69lr7ma8f_15638 > a.swf-top > div.big-god > img div#b69lr7ma8f_15638 > a.swf-top > div.big-god > img |
div.left > p > a > img div.left > p > a > img |
div.btn > div.feed-back-c > a.feed-back > img.fb-icon div.btn > div.feed-back-c > a.feed-back > img.fb-icon |
div.right-float-btn > div.btn > a > img.fb-icon div.right-float-btn > div.btn > a > img.fb-icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback