seo-optimizer

Detects SEO issues in websites and generates JSON or printable reports.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ms-moar/ccc-media --skill seo-optimizer-ms-moar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-optimizer
Source: https://github.com/ms-moar/ccc-media/tree/main/ailabspro/files/extracted/v32-antigravity-workflow/antigravity-workflow/.agent/skills/seo-optimizer
Command: npx skills add https://github.com/ms-moar/ccc-media --skill seo-optimizer-ms-moar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

SEO-optimizer reduces the manual, time-consuming work of finding and fixing on-page and technical SEO issues across HTML/CSS websites by providing deterministic analysis, prioritized fixes, and actionable guidance.

Core Features & Use Cases

  • Automated SEO Analysis: Scans HTML files for missing or suboptimal title tags, meta descriptions, H1 headings, viewport and charset declarations, image alt attributes, Open Graph and Twitter Card tags, and canonical links.
  • Structured Data & Schema Guidance: Provides examples and validation guidance for JSON-LD schema types such as Article, Organization, Breadcrumb, FAQ, Product, and LocalBusiness.
  • Sitemap & robots.txt Generation: Generates XML sitemaps with estimated priority and changefreq values and offers a robots.txt template for crawler control.
  • Use Case: Run a site-wide audit to list critical issues, apply prioritized fixes (titles, meta descriptions, alt text), implement schema for articles, and publish an updated sitemap and robots.txt.

Quick Start

Run the seo_analyzer on your site directory and then run the sitemap generator with your base URL to produce an audit report and sitemap.

Frequently Asked Questions about seo-optimizer

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

FAQPage Schema
How do I run an SEO audit on my local HTML files?

Run an SEO audit on local HTML files by executing the provided Python analyzer script against your static site directory, which scans for missing meta tags, heading structure, and image alt attributes to output a prioritized human-readable or JSON report.

How do I generate an XML sitemap and robots.txt for a static website?

Generate an XML sitemap and robots.txt for a static website by running the included Python sitemap generator script with your base URL, producing a structured file with estimated priority and changefreq values alongside a crawler control template.

Can I check my HTML pages for missing Open Graph tags and schema markup?

You can check HTML pages for missing Open Graph tags and schema markup using the automated analyzer, which detects absent Twitter Card tags and provides validation guidance for JSON-LD types like Article, Organization, and LocalBusiness.

Does this SEO analyzer work on dynamic website directories or only single HTML pages?

The SEO analyzer works on both dynamic website directories and single HTML pages, operating directly on local site folders to evaluate viewport declarations, canonical links, and H1 headings without requiring a live server connection.

What is the best way to fix missing title tags and meta descriptions across a site?

The best way to fix missing title tags and meta descriptions across a site is to run a site-wide audit to list critical issues, then apply the prioritized fixes and actionable guidance provided in the generated analysis report.

Why does my generated sitemap not reflect recent content changes in my HTML directory?

A generated sitemap will not reflect recent content changes if the Python sitemap generator script is not re-executed against the updated local HTML directory, as it operates deterministically on the current file structure to produce the XML output.