TopRank Skills

Home / Claw Skills / 站点审计 / Afrexai Technical Seo
Official OpenClaw rules 36%

Afrexai Technical Seo

Technical SEO Mastery

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Afrexai Technical Seo 技能。 若已安装,则直接安装 Afrexai Technical Seo 技能。

Overview

Skill Key
1kalin/afrexai-technical-seo
Author
1kalin
Source Repo
openclaw/skills
Version
-
Source Path
skills/1kalin/afrexai-technical-seo
Latest Commit SHA
2a72a0c17bf7222b62ebc113272e92f831b30bc3

Extracted Content

SKILL.md excerpt

# Technical SEO Mastery

> Complete technical SEO audit, fix, and monitoring system. From crawlability to Core Web Vitals to international SEO — everything search engines need to find, crawl, index, and rank your site.

## When to Use

- "Technical SEO audit for my site"
- "Why isn't Google indexing my pages?"
- "Fix Core Web Vitals issues"
- "Pre-migration SEO checklist"
- "My site is slow / rankings dropped"
- "Check robots.txt / sitemap / schema markup"
- "International SEO / hreflang setup"

---

## Phase 1: Quick Health Check (5-Minute Triage)

Before a full audit, run a rapid assessment. Fetch the site and check:

```yaml
quick_health:
  url: "[domain]"
  checks:
    robots_txt: "[accessible / blocked / missing]"
    sitemap_xml: "[found / missing / errors]"
    https: "[yes / mixed content / no]"
    mobile_viewport: "[set / missing]"
    page_load: "[fast <2s / moderate 2-4s / slow >4s]"
    h1_present: "[yes / missing / multiple]"
    canonical: "[set / missing / self-referencing]"
    structured_data: "[present / missing / errors]"
  
  severity: "[healthy / needs work / critical]"
  priority_fix: "[top issue to address first]"
```

**Severity guide:**
- 🟢 Healthy: 0-1 issues — minor optimizations only
- 🟡 Needs work: 2-4 issues — schedule fixes this week
- 🔴 Critical: 5+ issues or any blocking issue — fix immediately

---

## Phase 2: Crawlability Audit

### 2.1 Robots.txt Analysis

Fetch `[domain]/robots.txt` and evaluate:

```yaml
robots_txt_audit:
  exists: true/false
  valid_syntax: true/false
  issues:
    - type: "[blocked_important_page / missing_sitemap / wildcard_block / syntax_error]"
      detail: "[specific line or pattern]"
      severity: "critical/warning/info"
      fix: "[exact fix]"
  
  checks:
    - "Sitemap directive present"
    - "No accidental blocking of CSS/JS/images"
    - "No blocking of important page directories"
    - "Correct user-agent targeting (Googlebot, Bingbot, etc.)"
    - "No conflicting rules (allow + disallow s...

README excerpt

# Technical SEO Mastery 🔍

Complete technical SEO audit, fix, and monitoring system for AI agents. From crawlability to Core Web Vitals to international SEO.

## Install

```bash
clawhub install afrexai-technical-seo
```

## What It Does

- **Full technical audit** — crawlability, indexability, performance, mobile, security, schema
- **Core Web Vitals fix playbooks** — LCP, INP, CLS with prioritized actions
- **Schema markup templates** — JSON-LD for Organization, Article, Product, FAQ, and more
- **Site migration checklist** — pre/during/post migration with recovery timeline
- **0-100 scoring system** — weighted across 7 dimensions with priority fix matrix
- **Ongoing monitoring** — weekly + monthly checklists
- **Advanced** — JavaScript SEO, log file analysis, edge SEO, international/hreflang

## Quick Start

```
Run a technical SEO audit for https://example.com
```

```
Check Core Web Vitals and tell me what to fix first
```

```
Generate Product schema markup for my e-commerce pages
```

## What Makes This Different

Most SEO skills are either surface-level checklists or tool wrappers requiring API keys. This is a **complete methodology** — 14 phases covering every technical SEO dimension with YAML templates, fix playbooks, scoring rubrics, and priority matrices. Zero dependencies.

---

⚡ **Level up your AI agent's business intelligence:**

| Pack | Best For | Link |
|------|----------|------|
| SaaS Context Pack | SaaS technical + growth SEO | [Get it →](https://afrexai-cto.github.io/context-packs/) |
| Ecommerce Context Pack | Product page + category SEO | [Get it →](https://afrexai-cto.github.io/context-packs/) |
| Professional Services Pack | Service page + local SEO | [Get it →](https://afrexai-cto.github.io/context-packs/) |

🔗 **More free skills by AfrexAI:**
- `afrexai-seo-content-engine` — Content SEO & article optimization
- `afrexai-web-performance-engine` — Deep web performance optimization
- `afrexai-conversion-copywriter` — High-converting copy...

Related Claw Skills