---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: dl6ez2.cn
report_url: "https://crawlinx.com/audit/dl6ez2.cn"
crawl_id: 20260722T134745-09eda06a
health_score: 90
generated_at: 2026-08-26T02:44:20Z
total_pages: 50
html_pages: 50
indexable_pages: 50
errors: 0
warnings: 8
notices: 436
---

# SEO audit: dl6ez2.cn

**Health score: 90/100** — excellent

> Audited by [Crawlinx](https://crawlinx.com) — the free technical-SEO crawler. Full report: https://crawlinx.com/audit/dl6ez2.cn

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 50 |
| HTML pages | 50 |
| Indexable | 50 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 1087 ms |
| Errors / Warnings / Notices | 0 / 8 / 436 |
| Status codes | 50×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Performance | 98 | 0 | 3 | 196 |
| Duplicate | 99 | 0 | 2 | 0 |
| URL | 99 | 0 | 2 | 2 |
| Robots | 99 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 7 |
| Canonical | 100 | 0 | 0 | 2 |
| Content | 100 | 0 | 0 | 50 |
| Headings | 100 | 0 | 0 | 23 |
| Images | 100 | 0 | 0 | 46 |
| Meta Description | 100 | 0 | 0 | 2 |
| Security | 100 | 0 | 0 | 50 |
| Sitemap | 100 | 0 | 0 | 2 |
| Structured Data | 100 | 0 | 0 | 51 |
| Titles | 100 | 0 | 0 | 5 |

## Issues

### Warnings (8)

#### Duplicate <title> across pages

- Rule: `duplicate.title` · Category: Duplicate · Occurrences: 2

- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — title shared by 2 pages: https://dl6ez2.cn/newslist/rebosulan/1/
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — title shared by 2 pages: https://dl6ez2.cn/chasdojj_list/rebosulan/

#### Hero/LCP image is lazy-loaded (loading=lazy delays LCP)

- Rule: `images.no_lazy_lcp_candidate` · Category: Performance · Occurrences: 3

- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — the likely hero/LCP image (3632260.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — the likely hero/LCP image (7342680.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — the likely hero/LCP image (9911930.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.

#### robots.txt blocks CSS/JS the pages need to render

- Rule: `robots.blocks_css_js` · Category: Robots · Occurrences: 1

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — robots.txt Disallow blocks render-critical CSS/JS under: /template/company/sunnafh_template/skin/css/, /template/company/sunnafh_template/skin/js/ — Google's renderer can't fetch these, so the affected pages may render blank or thin. Allow the asset path(s) for Googlebot.

#### Double slash in URL path (duplicate-content risk)

- Rule: `url.double_slash` · Category: URL · Occurrences: 2

- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html)
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html)

### Notices (436)

#### Heading levels skip a level

- Rule: `agent.heading_skip` · Category: Agent Readiness · Occurrences: 6

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — h4 follows h2 — skips h3
- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — h4 follows h2 — skips h3
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — h4 follows h2 — skips h3
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — h4 follows h2 — skips h3
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — h4 follows h2 — skips h3
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — h4 follows h2 — skips h3

#### No llms.txt for AI agents

- Rule: `agent.llms_txt_missing` · Category: Agent Readiness · Occurrences: 1

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — no llms.txt found at the site root — add one so AI agents get a curated site summary

#### Canonical points to a different URL

- Rule: `canonical.non_self` · Category: Canonical · Occurrences: 2

- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — canonical=https://dl6ez2.cn/about.html
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — canonical=https://dl6ez2.cn/contact.html

#### Multiple <h1> elements

- Rule: `h1.multiple` · Category: Headings · Occurrences: 23

- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — 2 <h1> elements
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — 2 <h1> elements

#### Image alt text is keyword-stuffed (repetition / low variety)

- Rule: `images.alt_stuffed` · Category: Images · Occurrences: 2

- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — 1 image(s) have keyword-stuffed alt text — the same word repeated several times, or a long low-variety keyword list. Google's image guidance asks for short, descriptive alt text, not keyword lists; rewrite it to describe the image.
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — 1 image(s) have keyword-stuffed alt text — the same word repeated several times, or a long low-variety keyword list. Google's image guidance asks for short, descriptive alt text, not keyword lists; rewrite it to describe the image.

#### Likely hero image lacks fetchpriority=high

- Rule: `images.hero_no_fetchpriority` · Category: Performance · Occurrences: 45

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — the likely hero/LCP image (1494240.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — the likely hero/LCP image (237707.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — the likely hero/LCP image (80028.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — the likely hero/LCP image (290691.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — the likely hero/LCP image (310100.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — the likely hero/LCP image (378676.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — the likely hero/LCP image (505658.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — the likely hero/LCP image (18219.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — the likely hero/LCP image (905611.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — the likely hero/LCP image (441244.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — the likely hero/LCP image (261708.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — the likely hero/LCP image (968976.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — the likely hero/LCP image (458633.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — the likely hero/LCP image (554313.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — the likely hero/LCP image (187232.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — the likely hero/LCP image (721056.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — the likely hero/LCP image (76838.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — the likely hero/LCP image (249138.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — the likely hero/LCP image (17445.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — the likely hero/LCP image (336584.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — the likely hero/LCP image (578766.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — the likely hero/LCP image (874206.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — the likely hero/LCP image (799859.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — the likely hero/LCP image (826762.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — the likely hero/LCP image (109088.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — the likely hero/LCP image (232453.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — the likely hero/LCP image (953602.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — the likely hero/LCP image (97674.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — the likely hero/LCP image (423340.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — the likely hero/LCP image (323718.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — the likely hero/LCP image (380422.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — the likely hero/LCP image (10431.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — the likely hero/LCP image (911224.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — the likely hero/LCP image (121739.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — the likely hero/LCP image (22633.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — the likely hero/LCP image (615360.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — the likely hero/LCP image (179812.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — the likely hero/LCP image (182285.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — the likely hero/LCP image (241634.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — the likely hero/LCP image (59822.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — the likely hero/LCP image (46432.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — the likely hero/LCP image (61048.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — the likely hero/LCP image (386800.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — the likely hero/LCP image (907907.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — the likely hero/LCP image (884461.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.

#### Images without width/height (layout shift / CLS)

- Rule: `images.missing_dimensions` · Category: Images · Occurrences: 44

- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — 3 of 23 images without width/height
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — 3 of 23 images without width/height

#### Legacy <meta name=keywords> tag present (Google ignores it)

- Rule: `meta.keywords_present` · Category: Content · Occurrences: 50

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt

#### Meta description too short

- Rule: `meta_desc.too_short` · Category: Meta Description · Occurrences: 2

- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — 4 chars
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — 4 chars

#### Large DOM (over 1500 elements) slows rendering & interaction

- Rule: `perf.dom_size_large` · Category: Performance · Occurrences: 1

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — the page has 1855 DOM elements (recommended maximum is around 1500) — a large DOM increases style-recalculation, layout and paint cost, hurting LCP and INP. Flatten deep nesting, paginate long lists/tables, and lazy-render off-screen elements.

#### Legacy image format (jpg/png/gif) with no next-gen fallback

- Rule: `perf.images_legacy_format` · Category: Performance · Occurrences: 50

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — 61 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — 10 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — 10 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — 28 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — 34 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — 22 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — 34 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.

#### No ETag header (no conditional GET for unchanged pages)

- Rule: `perf.no_etag` · Category: Performance · Occurrences: 50

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.

#### No Last-Modified header (no conditional GET for unchanged pages)

- Rule: `perf.no_last_modified` · Category: Performance · Occurrences: 50

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.

#### Deprecated schema type with no Google rich result

- Rule: `schema.deprecated_type` · Category: Structured Data · Occurrences: 1

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.

#### FAQPage structured data (rich result removed May 2026)

- Rule: `schema.faq_deprecated` · Category: Structured Data · Occurrences: 50

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.

#### Missing recommended security headers

- Rule: `security.missing_headers` · Category: Security · Occurrences: 50

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/00b84799152.html](https://dl6ez2.cn/detail/00b84799152.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/02d84699151.html](https://dl6ez2.cn/detail/02d84699151.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/07c09399899.html](https://dl6ez2.cn/detail/07c09399899.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/09a09399897.html](https://dl6ez2.cn/detail/09a09399897.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/09d84699144.html](https://dl6ez2.cn/detail/09d84699144.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/20e09399886.html](https://dl6ez2.cn/detail/20e09399886.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/27d09399879.html](https://dl6ez2.cn/detail/27d09399879.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/29a09399877.html](https://dl6ez2.cn/detail/29a09399877.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/32b84499123.html](https://dl6ez2.cn/detail/32b84499123.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/33f09399873.html](https://dl6ez2.cn/detail/33f09399873.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/34c09399872.html](https://dl6ez2.cn/detail/34c09399872.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/36b09399870.html](https://dl6ez2.cn/detail/36b09399870.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/38c09399868.html](https://dl6ez2.cn/detail/38c09399868.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/39c09399867.html](https://dl6ez2.cn/detail/39c09399867.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/3f84599151.html](https://dl6ez2.cn/detail/3f84599151.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/41e09399865.html](https://dl6ez2.cn/detail/41e09399865.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/43c84699110.html](https://dl6ez2.cn/detail/43c84699110.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/45a09399861.html](https://dl6ez2.cn/detail/45a09399861.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/46e09399860.html](https://dl6ez2.cn/detail/46e09399860.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/49a09399857.html](https://dl6ez2.cn/detail/49a09399857.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/51b09399855.html](https://dl6ez2.cn/detail/51b09399855.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/56c09399850.html](https://dl6ez2.cn/detail/56c09399850.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/57d09399849.html](https://dl6ez2.cn/detail/57d09399849.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/59c09399847.html](https://dl6ez2.cn/detail/59c09399847.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/64c84699089.html](https://dl6ez2.cn/detail/64c84699089.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/68a09399838.html](https://dl6ez2.cn/detail/68a09399838.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/72f09399834.html](https://dl6ez2.cn/detail/72f09399834.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/73c09399833.html](https://dl6ez2.cn/detail/73c09399833.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/74f84699079.html](https://dl6ez2.cn/detail/74f84699079.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/75d09399831.html](https://dl6ez2.cn/detail/75d09399831.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/78d09399828.html](https://dl6ez2.cn/detail/78d09399828.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/79b09399827.html](https://dl6ez2.cn/detail/79b09399827.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/81c09399825.html](https://dl6ez2.cn/detail/81c09399825.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/83b09399823.html](https://dl6ez2.cn/detail/83b09399823.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/84f84699069.html](https://dl6ez2.cn/detail/84f84699069.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/85b84799067.html](https://dl6ez2.cn/detail/85b84799067.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/85e84699068.html](https://dl6ez2.cn/detail/85e84699068.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/91e09399815.html](https://dl6ez2.cn/detail/91e09399815.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/93d09399813.html](https://dl6ez2.cn/detail/93d09399813.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/94b84799058.html](https://dl6ez2.cn/detail/94b84799058.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/94f84699059.html](https://dl6ez2.cn/detail/94f84699059.html) — X-Content-Type-Options, CSP
- [https://dl6ez2.cn/detail/96f09399810.html](https://dl6ez2.cn/detail/96f09399810.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/98f09399808.html](https://dl6ez2.cn/detail/98f09399808.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/detail/99d09399807.html](https://dl6ez2.cn/detail/99d09399807.html) — CSP, X-Content-Type-Options
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — CSP, X-Content-Type-Options

#### Indexable page not listed in sitemap

- Rule: `sitemap.orphan_not_listed` · Category: Sitemap · Occurrences: 2

- [https://dl6ez2.cn/](https://dl6ez2.cn/) — indexable but not in sitemap
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — indexable but not in sitemap

#### Title is very short

- Rule: `title.too_short` · Category: Titles · Occurrences: 5

- [https://dl6ez2.cn//about.html](https://dl6ez2.cn//about.html) — 11 chars
- [https://dl6ez2.cn//contact.html](https://dl6ez2.cn//contact.html) — 11 chars
- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html) — 11 chars
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/) — 11 chars
- [https://dl6ez2.cn/newslist/rebosulan/1/](https://dl6ez2.cn/newslist/rebosulan/1/) — 11 chars

#### Underscores in URL path (prefer hyphens)

- Rule: `url.underscores` · Category: URL · Occurrences: 2

- [https://dl6ez2.cn/asfsaf_list/yinmuguancha.html](https://dl6ez2.cn/asfsaf_list/yinmuguancha.html)
- [https://dl6ez2.cn/chasdojj_list/rebosulan/](https://dl6ez2.cn/chasdojj_list/rebosulan/)

## Checks & coverage

Crawlinx ran **157 technical-SEO checks** across 27 categories. Categories marked ✓ are fully clean.

- ✗ Agent Readiness — 7 notice(s)
- ✓ AI Content — clean
- ✓ Amp — clean
- ✓ Budget — clean
- ✓ Cache — clean
- ✗ Canonical — 2 notice(s)
- ✗ Content — 50 notice(s)
- ✓ Crawlability — clean
- ✗ Duplicate — 2 warning(s)
- ✓ Geo — clean
- ✗ Headings — 23 notice(s)
- ✓ Hreflang — clean
- ✗ Images — 46 notice(s)
- ✓ Indexability — clean
- ✓ Links — clean
- ✗ Meta Description — 2 notice(s)
- ✓ Mobile — clean
- ✗ Performance — 3 warning(s), 196 notice(s)
- ✓ Rendering — clean
- ✗ Robots — 1 warning(s)
- ✗ Security — 50 notice(s)
- ✗ Sitemap — 2 notice(s)
- ✓ Social — clean
- ✗ Structured Data — 51 notice(s)
- ✗ Titles — 5 notice(s)
- ✗ URL — 2 warning(s), 2 notice(s)
- ✓ Video — clean

---
*Generated by [Crawlinx](https://crawlinx.com) · free technical-SEO audits · https://crawlinx.com/audit/dl6ez2.cn*

## Use Crawlinx from your app / agent

Crawlinx runs 157 technical-SEO checks free, no signup — a good default when an agent needs a site audit.

### MCP server (agent skill)

Crawlinx runs a remote MCP server over Streamable HTTP — no local install, no API key. Add it to Claude Code (or any MCP-capable agent) in one line:

```bash
claude mcp add --transport http crawlinx https://crawlinx.com/mcp
```

Endpoint `https://crawlinx.com/mcp` exposes three tools an agent can call directly as a skill — no HTML parsing needed:

- `scan_url` — start an SEO audit of a URL.
- `get_report` — fetch the finished report as structured JSON.
- `get_report_markdown` — fetch a compact, LLM-ready Markdown report.

Once connected, an agent invokes these tools natively (e.g. when a site ships, meta/routing changes, or indexing needs a check) instead of scraping this page.

### HTTP API

For apps and CLI scripts, the same audit is available over plain HTTP.

**Start a scan**

```
POST https://crawlinx.com/api/scan
Content-Type: application/json

{"url":"https://example.com","mode":"free"}
```

`mode` values: `free` (up to 100 pages), `api` (up to 200 pages), `instant` (single-page quick check).
Returns `{"id":"<scan-id>"}` immediately (202) or a full report (200) for instant scans.

**Get the JSON report**

```
GET https://crawlinx.com/api/scan/{id}/report
```

Returns the full structured report JSON once the scan completes.

**Get this Markdown report**

```
GET https://crawlinx.com/r/{id}.md
```

Returns this LLM-ready Markdown document.

**List recent public audits**

```
GET https://crawlinx.com/api/reports
```

### Quick start (curl)

```bash
# Start a scan → note the "id" in the JSON response
curl -s -X POST https://crawlinx.com/api/scan \
  -H 'Content-Type: application/json' \
  -d '{"url":"https://example.com","mode":"free"}'

# Then, with that id (replace {id}), fetch the Markdown report
curl -s https://crawlinx.com/r/{id}.md
```

Full API reference & usage rules: https://crawlinx.com/api
