seo

Scan HTML directories for SEO defects and generate severity-rated fix reports.

5|Updated Nov 13, 2020
One-click install
npx skills add https://github.com/petyosi/rc --skill seo-petyosi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/petyosi/rc/tree/main/claude/skills/seo
Command: npx skills add https://github.com/petyosi/rc --skill seo-petyosi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically identifies SEO issues in local HTML files and provides actionable recommendations to improve visibility and crawlability.

Core Features & Use Cases

  • Meta tag and heading structure checks across HTML files
  • Image alt text, links, and canonical signal verification
  • Directory-wide audits for build outputs (e.g., dist, build, public)
  • Severity-rated results with fix suggestions to guide remediation

Quick Start

Run an SEO audit on a directory, for example ./dist, to generate a prioritized report.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I audit HTML files for SEO issues in a build output directory?

To audit HTML files for SEO issues, apply the tool to a build output directory like ./dist to scan static assets. It evaluates meta tags, heading structure, images, and links, producing a severity-rated report with actionable fix suggestions.

What is checked during a meta tag and heading structure audit?

A meta tag and heading structure audit evaluates HTML files for missing or malformed meta tags, incorrect head structure, and image alt text. It also verifies link integrity and canonical signals to identify SEO defects affecting visibility and crawlability.

Can I use this SEO audit on a static site without executing JavaScript?

Yes, you can use this SEO audit on static sites without JavaScript execution. It scans local HTML assets directly to pinpoint issues in meta tags, headings, and image alt text, making it suitable for static site and build output directories.

What's the best way to check image alt text and canonical links across multiple HTML files?

The best way to check image alt text and canonical links across multiple HTML files is running a directory-wide audit. This evaluates technical signals across all local assets, generating a severity-rated report to guide optimization and remediation.

Why does my static site need an SEO audit for local HTML assets?

Your static site needs an SEO audit for local HTML assets to identify defects in meta tags, heading structure, and image alt text that hurt visibility. It generates severity-rated fix suggestions to improve crawlability before deployment.

Do I need a specific framework to scan build outputs for SEO defects?

No, you do not need a specific framework to scan build outputs for SEO defects. The audit works on any local HTML files within directories like build or public, requiring no JavaScript execution or framework-specific setup.