ClawSkills logoClawSkills

Technical Seo Checker

执行技术 SEO 审计,涵盖网站速度、可抓取性、可索引性、移动友好性、安全性和结构化数据。识别技术问题……

介绍

# Technical SEO Checker

> **[SEO & GEO 技能库](https://skills.sh/aaron-he-zhu/seo-geo-claude-skills)** · 20 个用于 SEO + GEO 的技能 · 全部安装:`npx skills add aaron-he-zhu/seo-geo-claude-skills`

<details> <summary>浏览所有 20 个技能</summary>

**研究** · [keyword-research](../../research/keyword-research/) · [competitor-analysis](../../research/competitor-analysis/) · [serp-analysis](../../research/serp-analysis/) · [content-gap-analysis](../../research/content-gap-analysis/)

**构建** · [seo-content-writer](../../build/seo-content-writer/) · [geo-content-optimizer](../../build/geo-content-optimizer/) · [meta-tags-optimizer](../../build/meta-tags-optimizer/) · [schema-markup-generator](../../build/schema-markup-generator/)

**优化** · [on-page-seo-auditor](../on-page-seo-auditor/) · **technical-seo-checker** · [internal-linking-optimizer](../internal-linking-optimizer/) · [content-refresher](../content-refresher/)

**监控** · [rank-tracker](../../monitor/rank-tracker/) · [backlink-analyzer](../../monitor/backlink-analyzer/) · [performance-reporter](../../monitor/performance-reporter/) · [alert-manager](../../monitor/alert-manager/)

**跨领域** · [content-quality-auditor](../../cross-cutting/content-quality-auditor/) · [domain-authority-auditor](../../cross-cutting/domain-authority-auditor/) · [entity-optimizer](../../cross-cutting/entity-optimizer/) · [memory-management](../../cross-cutting/memory-management/)

</details>

该技能执行全面的技术 SEO 审计,以识别可能阻碍搜索引擎正确抓取、索引和排名您网站的问题。

## 何时使用此技能

- 发布新网站 - 诊断排名下降 - 迁移前的 SEO 审计 - 定期技术健康检查 - 识别抓取和索引问题 - 改善网站性能 - 修复 Core Web Vitals 问题

## 此技能的作用

1. **可抓取性审计**:检查 robots.txt、站点地图、抓取问题 2. **可索引性审查**:分析索引状态和阻止因素 3. **网站速度分析**:评估 Core Web Vitals 和性能 4. **移动端友好性**:检查移动端优化 5. **安全检查**:审查 HTTPS 和安全标头 6. **结构化数据审计**:验证架构标记 7. **URL 结构分析**:审查 URL 模式和重定向 8. **国际化 SEO**:检查 hreflang 和本地化

## 如何使用

### 全面技术审计

``` Perform a technical SEO audit for [URL/domain] ```

### 具体问题检查

``` Check Core Web Vitals for [URL] ```

``` Audit crawlability and indexability for [domain] ```

### 迁移前审计

``` Technical SEO checklist for migrating [old domain] to [new domain] ```

## 数据来源

> 请参阅 [CONNECTORS.md](../../CONNECTORS.md) 了解工具类别占位符。

**在连接了 ~~web crawler + ~~page speed tool + ~~CDN 的情况下:** Claude 可以通过 ~~web crawler 自动抓取整个网站结构,从 ~~page speed tool 获取 Core Web Vitals 和性能指标,从 ~~CDN 分析缓存标头,并获取移动端友好性数据。这能够实现全面的自动化技术审计。

**仅使用手动数据:** 要求用户提供: 1. 要审计的网站 URL 2. PageSpeed Insights 截图或报告 3. robots.txt 文件内容 4. sitemap.xml URL 或文件

使用提供的数据进行完整审计。在输出中注明哪些发现来自自动化抓取,哪些来自手动审查。

## 指令

当用户请求技术 SEO 审计时:

1. **审计可抓取性**

```markdown ## Crawlability Analysis ### Robots.txt Review **URL**: [domain]/robots.txt **Status**: [Found/Not Found/Error] **Current Content**: ``` [robots.txt content] ``` | Check | Status | Notes | |-------|--------|-------| | File exists | ✅/❌ | [notes] | | Valid syntax | ✅/⚠️/❌ | [errors found] | | Sitemap declared | ✅/❌ | [sitemap URL] | | Important pages blocked | ✅/⚠️/❌ | [blocked paths] | | Assets blocked | ✅/⚠️/❌ | [CSS/JS blocked?] | | Correct user-agents | ✅/⚠️/❌ | [notes] | **Issues Found**: - [Issue 1] - [Issue 2] **Recommended robots.txt**: ``` User-agent: * Allow: / Disallow: /admin/ Disallow: /private/ Sitemap: https://example.com/sitemap.xml ``` --- ### XML Sitemap Review **Sitemap URL**: [URL] **Status**: [Found/Not Found/Error] | Check | Status | Notes | |-------|--------|-------| | Sitemap exists | ✅/❌ | [notes] | | Valid XML format | ✅/⚠️/❌ | [errors] | | In robots.txt | ✅/❌ | [notes] | | Submitted to ~~search console | ✅/⚠️/❌ | [notes] | | URLs count | [X] | [appropriate?] | | Only indexable URLs | ✅/⚠️/❌ | [notes] | | Includes priority | ✅/⚠️ | [notes] | | Includes lastmod | ✅/⚠️ | [accurate?] | **Issues Found**: - [Issue 1] --- ### Crawl Budget Analysis | Factor | Status | Impact | |--------|--------|--------| | Crawl errors | [X] errors | [Low/Med/High] | | Duplicate content | [X] pages | [Low/Med/High] | | Thin content | [X] pages | [Low/Med/High] | | Redirect chains | [X] found | [Low/Med/High] | | Orphan pages | [X] found | [Low/Med/High] | **Crawlability Score**: [X]/10 ```

2. **审计可索引性**

```markdown ## Indexability Analysis ### Index Status Overview | Metric | Count | Notes | |--------|-------|-------| | Pages in sitemap | [X] | | | Pages indexed | [X] | [source: site: search] | | Index coverage ratio | [X]% | [good if >90%] | ### Index Blockers Check | Blocker Type | Found | Pages Affected | |--------------|-------|----------------| | noindex meta tag | [X] | [list or "none"] | | noindex X-Robots | [X] | [list or "none"] | | Robots.txt blocked | [X] | [list or "none"] | | Canonical to other | [X] | [list or "none"] | | 4xx/5xx errors | [X] | [list or "none"] | | Redirect loops | [X] | [list or "none"] | ### Canonical Tags Audit | Check | Status | Notes | |-------|--------|-------| | Canonicals present | ✅/⚠️/❌ | [X]% of pages | | Self-referencing | ✅/⚠️/❌ | [notes] | | Consistent (HTTP/HTTPS) | ✅/⚠️/❌ | [notes] | | Consistent (www/non-www) | ✅/⚠️/❌ | [notes] | | No conflicting signals | ✅/⚠️/❌ | [notes] | ### Duplicate Content Issues | Issue Type | Count | Examples | |------------|-------|----------| | Exact duplicates | [X] | [URLs] | | Near duplicates | [X] | [URLs] | | Parameter duplicates | [X] | [URLs] | | WWW/non-WWW | [X] | [notes] | | HTTP/HTTPS | [X] | [notes] | **Indexability Score**: [X]/10 ```

3. **审计网站速度与 Core Web Vitals**

```markdown ## Performance Analysis ### Core Web Vitals | Metric | Mobile | Desktop | Target | Status | |--------|--------|---------|--------|--------| | LCP (Largest Contentful Paint) | [X]s | [X]s | <2.5s | ✅/⚠️/❌ | | FID (First Input Delay) | [X]ms | [X]ms | <100ms | ✅/⚠️/❌ | | CLS (Cumulative Layout Shift) | [X] | [X] | <0.1 | ✅/⚠️/❌ | | INP (Interaction to Next Paint) | [X]ms | [X]ms | <200ms | ✅/⚠️/❌ | ### Additional Performance Metrics | Metric | Value | Status | |--------|-------|--------| | Time to First Byte (TTFB) | [X]ms | ✅/⚠️/❌ | | First Contentful Paint (FCP) | [X]s | ✅/⚠️/❌ | | Speed Index | [X] | ✅/⚠️/❌ | | Total Blocking Time | [X]ms | ✅/⚠️/❌ | | Page Size | [X]MB | ✅/⚠️/❌ | | Requests | [X] | ✅/⚠️/❌ | ### Performance Issues **LCP Issues**: - [Issue]: [Impact] - [Solution] - [Issue]: [Impact] - [Solution] **CLS Issues**: - [Issue]: [Impact] - [Solution] **Resource Loading**: | Resource Type | Count | Size | Issues | |---------------|-------|------|--------| | Images | [X] | [X]MB | [notes] | | JavaScript | [X] | [X]MB | [notes] | | CSS | [X] | [X]KB | [notes] | | Fonts | [X] | [X]KB | [notes] | ### Optimization Recommendations **High Impact**: 1. [Recommendation] - Est. improvement: [X]s 2. [Recommendation] - Est. improvement: [X]s **Medium Impact**: 1. [Recommendation] 2. [Recommendation] **Performance Score**: [X]/10 ```

4. **审计移动端友好性**

```markdown ## Mobile Optimization Analysis ### Mobile-Friendly Test | Check | Status | Notes | |-------|--------|-------| | Mobile-friendly overall | ✅/❌ | [notes] | | Viewport configured | ✅/❌ | [viewport tag] | | Text readable | ✅/⚠️/❌ | Font size: [X]px | | Tap targets sized | ✅/⚠️/❌ | [notes] | | Content fits viewport | ✅/❌ | [notes] | | No horizontal scroll | ✅/❌ | [notes] | ### Responsive Design Check | Element | Desktop | Mobile | Issues | |---------|---------|--------|--------| | Navigation | [status] | [status] | [notes] | | Images | [status] | [status] | [notes] | | Forms | [status] | [status] | [notes] | | Tables | [status] | [status] | [notes] | | Videos | [status] | [status] | [notes] | ### Mobile-First Indexing | Check | Status | Notes | |-------|--------|-------| | Mobile version has all content | ✅/⚠️/❌ | [notes] | | Mobile has same structured data | ✅/⚠️/❌ | [notes] | | Mobile has same meta tags | ✅/⚠️/❌ | [notes] | | Mobile images have alt text | ✅/⚠️/❌ | [notes] | **Mobile Score**: [X]/10 ```

5. **审计安全性与 HTTPS**

```markdown ## Security Analysis ### HTTPS Status | Check | Status | Notes | |-------|--------|-------| | SSL certificate valid | ✅/❌ | Expires: [date] | | HTTPS enforced | ✅/❌ | [redirects properly?] | | Mixed content | ✅/⚠️/❌ | [X] issues | | HSTS enabled | ✅/⚠️ | [notes] | | Certificate chain | ✅/⚠️/❌ | [notes] | ### Security Headers | Header | Present | Value | Recommended | |--------|---------|-------|-------------| | Content-Security-Policy | ✅/❌ | [value] | [recommendation] | | X-Frame-Options | ✅/❌ | [value] | DENY or SAMEORIGIN | | X-Content-Type-Options | ✅/❌ | [value] | nosniff | | X-XSS-Protection | ✅/❌ | [value] | 1; mode=block | | Referrer-Policy | ✅/❌ | [value] | [recommendation] | **Security Score**: [X]/10 ```

6. **审计 URL 结构**

```markdown ## URL Structure Analysis ### URL Pattern Review | Check | Status | Notes | |-------|--------|-------| | HTTPS URLs | ✅/⚠️/❌ | [X]% HTTPS | | Lowercase URLs | ✅/⚠️/❌ | [notes] | | No special characters | ✅/⚠️/❌ | [notes] | | Readable/descriptive | ✅/⚠️/❌ | [notes] | | Appropriate length | ✅/⚠️/❌ | Avg: [X] chars | | Keywords in URLs | ✅/⚠️/❌ | [notes] | | Consistent structure | ✅/⚠️/❌ | [notes] | ### URL Issues Found | Issue Type | Count | Examples | |------------|-------|----------| | Dynamic parameters | [X] | [URLs] | | Session IDs in URLs | [X] | [URLs] | | Uppercase characters | [X] | [URLs] | | Special characters | [X] | [URLs] | | Very long URLs (>100) | [X] | [URLs] | ### Redirect Analysis | Check | Status | Notes | |-------|--------|-------| | Redirect chains | [X] found | [max chain length] | | Redirect loops | [X] found | [URLs] | | 302 → 301 needed | [X] found | [URLs] | | Broken redirects | [X] found | [URLs] | **URL Score**: [X]/10 ```

7. **审计结构化数据**

> **CORE-EEAT 对齐**:架构标记质量对应 CORE-EEAT 基准中的 O05 (Schema Markup)。完整的内容质量审计请参阅 [content-quality-auditor](../../cross-cutting/content-quality-auditor/)。

```markdown ## Structured Data Analysis ### Schema Markup Found | Schema Type | Pages | Valid | Errors | |-------------|-------|-------|--------| | [Type 1] | [X] | ✅/❌ | [errors] | | [Type 2] | [X] | ✅/❌ | [errors] | ### Validation Results **Errors**: - [Error 1]: [affected pages] - [solution] - [Error 2]: [affected pages] - [solution] **Warnings**: - [Warning 1]: [notes] ### Missing Schema Opportunities | Page Type | Current Schema | Recommended | |-----------|----------------|-------------| | Blog posts | [current] | Article + FAQ | | Products | [current] | Product + Review | | Homepage | [current] | Organization | **Structured Data Score**: [X]/10 ```

8. **审计国际化 SEO (如适用)**

```markdown ## International SEO Analysis ### Hreflang Implementation | Check | Status | Notes | |-------|--------|-------| | Hreflang tags present | ✅/❌ | [notes] | | Self-referencing | ✅/⚠️/❌ | [notes] | | Return tags present | ✅/⚠️/❌ | [notes] | | Valid language codes | ✅/⚠️/❌ | [notes] | | x-default tag | ✅/⚠️ | [notes] | ### Language/Region Targeting | Language | URL | Hreflang | Status | |----------|-----|----------|--------| | [en-US] | [URL] | [tag] | ✅/⚠️/❌ | | [es-ES] | [URL] | [tag] | ✅/⚠️/❌ | **International Score**: [X]/10 ```

9. **生成技术审计摘要**

```markdown # Technical SEO Audit Report **Domain**: [domain] **Audit Date**: [date] **Pages Analyzed**: [X] ## Overall Technical Health: [X]/100 ``` Score Breakdown: ████████░░ Crawlability: 8/10 ███████░░░ Indexability: 7/10 █████░░░░░ Performance: 5/10 ████████░░ Mobile: 8/10 █████████░ Security: 9/10 ██████░░░░ URL Structure: 6/10 █████░░░░░ Structured Data: 5/10 ``` ## Critical Issues (Fix Immediately) 1. **[Issue]**: [Impact] - Affected: [pages/scope] - Solution: [specific fix] - Priority: 🔴 Critical 2. **[Issue]**: [Impact] - Affected: [pages/scope] - Solution: [specific fix] - Priority: 🔴 Critical ## High Priority Issues 1. **[Issue]**: [Solution] 2. **[Issue]**: [Solution] ## Medium Priority Issues 1. **[Issue]**: [Solution] 2. **[Issue]**: [Solution] ## Quick Wins These can be fixed quickly for immediate improvement: 1. [Quick fix 1] 2. [Quick fix 2] 3. [Quick fix 3] ## Implementation Roadmap ### Week 1: Critical Fixes - [ ] [Task 1] - [ ] [Task 2] ### Week 2-3: High Priority - [ ] [Task 1] - [ ] [Task 2] ### Week 4+: Optimization - [ ] [Task 1] - [ ] [Task 2] ## Monitoring Recommendations

Set up alerts for: - Core Web Vitals drops - Crawl error spikes - Index coverage changes - Security issues ```

## 验证检查点

### 输入验证 - [ ] 明确指定了网站 URL 或域名 - [ ] 能够访问技术数据(robots.txt、sitemap 或抓取结果) - [ ] 有可用的性能指标(通过 ~~page speed tool 或截图)

### 输出验证 - [ ] 每条建议都引用了具体数据点(而非通用建议) - [ ] 所有问题都包含受影响的 URL 或页面数量 - [ ] 性能指标包含带有单位的实际数值(秒、KB 等) - [ ] 明确说明每个数据点的来源(~~web crawler 数据、~~page speed tool、用户提供或估算)

## 示例

**用户**:"检查 cloudhosting.com 的技术 SEO"

**输出**:

```markdown # Technical SEO Audit Report

**Domain**: cloudhosting.com **Audit Date**: 2024-09-15 **Pages Analyzed**: 312

## Crawlability Analysis

### Robots.txt Review

**URL**: cloudhosting.com/robots.txt **Status**: Found

| Check | Status | Notes | |-------|--------|-------| | File exists | ✅ | 200 response | | Valid syntax | ⚠️ | Wildcard pattern `Disallow: /*?` too aggressive — blocks faceted pages | | Sitemap declared | ❌ | No Sitemap directive in robots.txt | | Important pages blocked | ⚠️ | /pricing/ blocked by `Disallow: /pricing` rule | | Assets blocked | ✅ | CSS/JS accessible |

**Issues Found**: - Sitemap URL not declared in robots.txt - `/pricing/` inadvertently blocked — high-value commercial page

### XML Sitemap Review

**Sitemap URL**: cloudhosting.com/sitemap.xml **Status**: Found (not referenced in robots.txt)

| Check | Status | Notes | |-------|--------|-------| | Sitemap exists | ✅ | Valid XML, 287 URLs | | Only indexable URLs | ❌ | 23 noindex URLs included | | Includes lastmod | ⚠️ | All dates set to 2023-01-01 — not accurate |

**Crawlability Score**: 5/10

## Performance Analysis

### Core Web Vitals

| Metric | Mobile | Desktop | Target | Status | |--------|--------|---------|--------|--------| | LCP (Largest Contentful Paint) | 4.8s | 2.1s | <2.5s | ❌ Mobile / ✅ Desktop | | FID (First Input Delay) | 45ms | 12ms | <100ms | ✅ / ✅ | | CLS (Cumulative Layout Shift) | 0.24 | 0.08 | <0.1 | ❌ Mobile / ✅ Desktop | | INP (Interaction to Next Paint) | 380ms | 140ms | <200ms | ❌ Mobile / ✅ Desktop |

### Additional Performance Metrics

| Metric | Value | Status | |--------|-------|--------| | Time to First Byte (TTFB) | 1,240ms | ❌ | | Page Size | 3.8MB | ❌ | | Requests | 94 | ⚠️ |

**LCP Issues**: - Uncompressed hero image (2.4MB PNG): Convert to WebP, est. save 1.9MB - No CDN detected: TTFB 1,240ms from origin server

**CLS Issues**: - Ad banner at top of page injects without reserved height (0.18 shift contribution)

**Performance Score**: 3/10

## Security Analysis

### HTTPS Status

| Check | Status | Notes | |-------|--------|-------| | SSL certificate valid | ✅ | Expires: 2025-03-22 | | HTTPS enforced | ⚠️ | http://cloudhosting.com returns 200 instead of 301 redirect | | Mixed content | ❌ | 7 images loaded over HTTP on /features/ page | | HSTS enabled | ❌ | Header not present |

**Security Score**: 5/10

## Structured Data Analysis

### Schema Markup Found

| Schema Type | Pages | Valid | Errors | |-------------|-------|-------|--------| | Organization | 1 (homepage) | ✅ | None | | Article | 0 | — | Missing on 48 blog posts | | Product | 0 | — | Missing on 5 plan pages | | FAQ | 0 | — | Missing on 12 pages with FAQ content |

**Structured Data Score**: 3/10

## Overall Technical Health: 42/100

``` Score Breakdown: █████░░░░░ Crawlability: 5/10 ██████░░░░ Indexability: 6/10 ███░░░░░░░ Performance: 3/10 ██████░░░░ Mobile: 6/10 █████░░░░░ Security: 5/10 ██████░░░░ URL Structure: 6/10 ███░░░░░░░ Structured Data: 3/10 ```

## Priority Issues

### 🔴 Critical (Fix Immediately) 1. **Mobile LCP 4.8s (target <2.5s)** — Compress hero image to WebP (est. save 1.9MB) and implement a CDN to reduce TTFB from 1,240ms to <400ms.

### 🟡 Important (Fix Soon) 2. **HTTP not redirecting to HTTPS** — Add 301 redirect from http:// to https:// and enable HSTS header. 7 mixed-content images on /features/ need URL updates.

### 🟢 Minor (Optimize) 3. **No Article/FAQ schema on blog posts** — Add Article schema to 48 blog posts and FAQ schema to 12 FAQ pages for rich result eligibility. ```

## 技术 SEO 检查清单

```markdown ### Crawlability - [ ] robots.txt is valid and not blocking important content - [ ] XML sitemap exists and is submitted to ~~search console - [ ] No crawl errors in ~~search console - [ ] No redirect chains or loops

### Indexability - [ ] Important pages are indexable - [ ] Canonical tags are correct - [ ] No duplicate content issues - [ ] Pagination is handled correctly

### Performance - [ ] Core Web Vitals pass - [ ] Page speed under 3 seconds - [ ] Images are optimized - [ ] JS/CSS are minified

### Mobile - [ ] Mobile-friendly test passes - [ ] Viewport is configured - [ ] Touch elements are properly sized

### Security - [ ] HTTPS is enforced - [ ] SSL certificate is valid - [ ] No mixed content - [ ] Security headers present

### Structure - [ ] URLs are clean and descriptive - [ ] Site architecture is logical - [ ] Internal linking is strong ```

## 成功技巧

1. **按影响优先级排序** - 先修复关键问题 2. **持续监控** - 使用 ~~search console 警报 3. **测试更改** - 在广泛部署前验证修复是否有效 4. **记录一切** - 跟踪更改以便进行故障排除 5. **定期审计** - 安排季度技术审查

## 技术 SEO 严重性框架

### 问题分类

| 严重性 | 影响描述 | 示例 | 响应时间 | |----------|-------------------|---------|---------------| | **严重** | 阻止索引或导致全站问题 | Robots.txt 封锁网站,关键页面有 noindex,全站 500 错误 | 当天 | | **高** | 显著影响排名或用户体验 | 页面速度慢,缺少 hreflang,重复内容,重定向链 | 1 周内 | | **中** | 影响特定页面或具有中等影响 | 缺少架构,非最佳的 canonical,内容稀疏的页面 | 1 个月内 | | **低** | 次要优化机会 | 图片压缩,次要 CLS 问题,缺少非必要的架构 | 下季度 |

### 技术债务优先级矩阵

| 因素 | 权重 | 评估 | |--------|--------|-----------| | 受影响页面 | 30% | 全站 > 板块 > 单页 | | 收入影响 | 25% | 收入页面 > 博客 > 工具页面 | | 修复难度 | 20% | 配置更改 < 模板更改 < 代码重写 | | 竞争影响 | 15% | 竞争对手超越你 > 持平 > 你领先 | | 抓取预算浪费 | 10% | 高浪费 > 中等 > 最小 |

## Core Web Vitals 优化快速参考

### LCP (最大内容绘制) 优化

| 根本原因 | 检测方法 | 修复方案 | |-----------|-----------|-----| | 大型首图 | PageSpeed Insights | 提供 WebP,调整大小以适应容器,添加 loading="lazy" | | 阻塞渲染的 CSS/JS | DevTools Coverage | 延迟非关键资源,内联关键 CSS | | 服务器响应缓慢 | TTFB >800ms | CDN,服务端缓存,升级主机 | | 第三方脚本 | DevTools Network | 延迟/异步,使用门面模式 |

### CLS (累积布局偏移) 优化

| 根本原因 | 检测方法 | 修复方案 | |-----------|-----------|-----| | 没有尺寸属性的图片 | DevTools | 添加明确的 width/height 属性 | | 没有预留空间的广告/嵌入 | 视觉检查 | 在容器上设置 min-height | | 导致 FOUT 的 Web 字体 | DevTools | font-display: swap + 预加载字体 | | 动态内容注入 | 视觉检查 | 使用 CSS 预留空间 |

### INP (交互到下次绘制) 优化

| 根本原因 | 检测方法 | 修复方案 | |-----------|-----------|-----| | 长时间 JavaScript 任务 | DevTools Performance | 分解为更小的任务,使用 requestIdleCallback | | 繁重的事件处理程序 | DevTools | 防抖/节流,使用被动监听器 | | 主线程阻塞 | DevTools | 使用 Web Workers 进行繁重计算 |

## 参考资料

- [robots.txt 参考](./references/robots-txt-reference.md) - 语法指南、模板、常见配置 - [HTTP 状态码](./references/http-status-codes.md) - 每种状态码的 SEO 影响,重定向最佳实践

## 相关技能

- [on-page-seo-auditor](../on-page-seo-auditor/) — 页面 SEO 审计 - [schema-markup-generator](../../build/schema-markup-generator/) — 修复架构问题 - [performance-reporter](../../monitor/performance-reporter/) — 监控改进情况 - [internal-linking-optimizer](../internal-linking-optimizer/) — 修复链接问题 - [alert-manager](../../monitor/alert-manager/) — 为发现的技术问题设置警报 - [content-quality-auditor](../../cross-cutting/content-quality-auditor/) — 完整的 80 项 CORE-EEAT 审计

更多产品