← 返回
未分类

Seo Reporter

Audit a URL for SEO factors and generate an actionable markdown report. Use when asked to analyze, check, or audit a webpage's SEO performance. Covers title,...
对URL进行SEO因素审计并生成可操作的Markdown报告。适用于分析、检查或审计网页SEO表现,涵盖标题等关键指标。
kryzl19
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 393
下载
💾 3
安装
1
版本
#audit#latest#marketing#seo#web

概述

SEO Reporter

Audit any URL for core SEO factors and get an actionable report with scores and recommendations.

When to Use

USE this skill when:

  • "Audit the SEO of [URL]"
  • "Check [URL] for SEO issues"
  • "SEO report for [URL]"
  • "Analyze page SEO"
  • "What SEO improvements for [URL]?"

When NOT to Use

DON'T use this skill when:

  • Full technical SEO crawl needed → use Screaming Frog, Ahrefs, or Semrush
  • Page speed / Core Web Vitals → use PageSpeed Insights
  • Backlink analysis → use Ahrefs/Moz
  • Keyword research or content optimization → use dedicated SEO tools
  • SSL/certificate checks → use sslscan or online checkers

Input

A single URL (must include protocol: https://).

https://example.com

Output

A markdown SEO audit report covering:

FactorWhat It Checks
------
Title TagPresence, length (50-60 chars optimal), uniqueness
Meta DescriptionPresence, length (150-160 chars optimal), relevance
H1 HeadingExactly one H1 present, content relevance
Heading StructureH1→H2→H3 hierarchy, no missing levels, no multiple H1s
Canonical Tag present and points to correct URL
Robots.txtFile exists, is accessible, and is not blocking important pages
Sitemap.xmlFile exists, is accessible, and contains the audited URL
Open Graph TagsOG title, description, and image present
Mobile ViewportViewport meta tag present
HTTPSPage served over secure connection

Each factor gets a score (Pass / Warning / Fail) and specific recommendations if issues are found.

Usage

Run the audit

URL="https://example.com"
./audit.sh "$URL"

Inline from agent

The agent should run audit.sh with the target URL and present the output as a formatted markdown report.

cd /home/tim/.openclaw/workspace/skills/seo-reporter
./audit.sh "https://example.com"

Report Format

# 🔍 SEO Audit Report: https://example.com

**Date:** YYYY-MM-DD
**URL:** https://example.com

---

## Scores

| Factor | Score | Status |
|---|---|---|
| Title Tag | 8/10 | ⚠️ Warning |
| Meta Description | 7/10 | ⚠️ Warning |
| H1 Heading | 10/10 | ✅ Pass |
| Heading Structure | 9/10 | ✅ Pass |
| Canonical Tag | 10/10 | ✅ Pass |
| Robots.txt | 8/10 | ⚠️ Warning |
| Sitemap.xml | 10/10 | ✅ Pass |
| Open Graph Tags | 5/10 | ❌ Fail |
| Mobile Viewport | 10/10 | ✅ Pass |
| HTTPS | 10/10 | ✅ Pass |

**Overall Score: 87/100**

---

## Detailed Findings

### ✅ Passed

- ...

### ⚠️ Warnings

- ...

### ❌ Issues Found

- ...

## Recommendations

1. ...
2. ...

---

*Report generated by seo-reporter skill*

Scoring Guide

ScoreMeaning
------
10/10Perfect — no issues
7-9/10Good — minor improvements possible
4-6/10Warning — meaningful issue that should be fixed
0-3/10Fail — critical issue

Tips

  • Always validate the URL has a protocol prefix (https://) before running
  • The audit is non-destructive (read-only HTTP requests)
  • Run from the skill directory so relative paths to helpers work
  • For comparing two pages, run the audit on both and diff the scores

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 06:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Seo Keyword Researcher

kryzl19
为任意主题进行SEO关键词调研,并生成完整文章摘要,包括主关键词、次关键词、竞争分析、文章结构等。
★ 0 📥 404

Seo Keyword Researcher

kryzl19
为任意主题进行SEO关键词调研,并生成完整文章摘要,包括主关键词、次关键词、竞争分析、文章结构等。
★ 1 📥 747

Uptime Monitor

kryzl19
监控网站/服务的可用性,在宕机时发送告警。适用于检查网站可达性、监控服务健康状态或在服务下线时获取提醒。
★ 0 📥 426