seo-audit

Generate evidence-led SEO audit reports with standardized charts from normalized CSV data.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill seo-audit-anderhonorato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/AnderHonorato/Mem-rias-IA---Infinity/tree/main/Manus/Skills/seo-audit
Command: npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill seo-audit-anderhonorato

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, numpy, pandas, and includes scripts (resource) components.

What problem does it solve? SEO audits often become generic metric dumps with unsupported claims and inconsistent structure. This Skill produces plain-language, business-style SEO audit reports where every finding is backed by report data, charts follow a fixed visual standard, and the output ends with a concise problem/fix prioritization list. ## Core Features & Use Cases - Structured report generation: Enforces a fixed 12-section report structure covering organic traffic trends, branded vs non-branded terms, keyword portfolio, content clusters, site architecture, backlinks, technical SEO, and Core Web Vitals. - Standard chart generation: Converts normalized CSV inputs (traffic trends, countries, backlinks, locales, click depth) into fixed-style PNG charts with a manifest of generated and skipped visuals. - Executive summary validation: Checks that the summary is one paragraph, 150-200 words, starts with a bold headline, and contains no forbidden standalone sections, with English and Chinese support. - Use Case: Given GSC, Ahrefs, and crawl exports for a client site, produce a complete audit report with charts, a verdict-led backlink analysis, and a final ordered prioritization list without fabricating any data. ## Quick Start Create an SEO audit report for my website using the attached GSC, backlink, and crawl exports, following the standard structure with charts and a final prioritization list.

Frequently Asked Questions about seo-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an SEO audit report from GSC and Ahrefs data?

Normalize your exports into the supported CSV files such as organic_traffic_trend.csv and backlink_quality.csv, then run the chart generator and write each section following the verdict-evidence-impact-fix flow. Every claim must reference a number, table, or chart already in the report.

What data do I need for a complete SEO audit report?

A full analysis uses GSC or GA traffic exports, keyword and top-page exports, crawl exports, backlink exports, internal-link data, sitemap data, and Lighthouse or Core Web Vitals results. Missing datasets must be stated as limitations in the relevant section rather than guessed.

How do I generate the standard SEO audit charts?

Place normalized CSV files in a chart_data directory and run scripts/generate_seo_audit_charts.py with --data-dir and --output-dir arguments. It produces fixed-style PNG charts for every supported CSV found and writes a manifest listing generated and skipped charts.

Does the executive summary validator support Chinese reports?

Yes, validate_exec_summary.py accepts both English and Chinese headings and counting modes via --lang auto, zh, or en. For Chinese it counts CJK characters with default bounds of 250-350, roughly equal to 150-200 English words.

Why was a chart skipped by the chart generator?

A chart is skipped when its matching CSV file is missing, contains no rows, or lacks the required minimum columns such as period and organic_clicks_or_visits. The chart manifest records the exact skip reason, and the report should state the data limitation instead of referencing a missing chart.

Can I add a 30/60/90-day roadmap or content quality section to the report?

Not by default. Standalone roadmap, Content Quality Audit, On-Page SEO, and Structured Data sections are excluded unless the user explicitly requests them; related issues are folded into SEO Content Analysis, Site Architecture, or Technical SEO instead.