seo-audit

Analyze HTML structure, canonicalization, and crawl directives for SEO issues.

696|91|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JeffLi1993/seo-audit-skill --skill seo-audit-jeffli1993
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/JeffLi1993/seo-audit-skill/tree/main/seo-audit
Command: npx skills add https://github.com/JeffLi1993/seo-audit-skill --skill seo-audit-jeffli1993

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps webmasters and marketers quickly detect common on-page and site-level SEO problems affecting their web pages and sites.

Core Features & Use Cases

  • Site-level checks: Evaluate robots.txt, sitemap.xml, and crawlability issues to ensure proper indexing.
  • Page-level checks: Analyze key HTML tags such as title, meta description, H1, canonical links, and image alt texts for optimization.
  • Use Case: A user wants to improve their blog post's SEO score by fixing meta descriptions, heading structure, and canonical tags before publishing.

Quick Start

Use the seo-audit skill to analyze the URL https://example.com/about, then review the generated report for actionable fixes.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I check my webpage HTML structure for on-page SEO issues?

An on-page SEO audit evaluates your HTML structure by analyzing title tags, meta descriptions, H1 headings, canonical links, and image alt texts. This process identifies missing or malformed elements that hinder search engine indexing and reduce page visibility.

What is a site-level SEO audit and how does it evaluate crawlability?

A site-level SEO audit evaluates crawlability by checking your robots.txt and sitemap.xml files. This ensures search engine bots can properly access and index your web pages without being blocked by incorrect directives.

Can I troubleshoot SEO indexing problems by analyzing canonicalization directives?

Yes, you can troubleshoot SEO indexing problems by analyzing canonicalization directives within your HTML. Checking canonical tags helps identify duplicate content issues and ensures search engines index the correct preferred URL.

How do I fix missing meta descriptions and heading structure before publishing a blog post?

To fix missing meta descriptions and heading structure before publishing, run a webpage health check to detect absent or suboptimal H1 and meta tags. This allows you to apply content optimization fixes and improve your SEO score.

Do I need additional dependencies or tools to fetch HTML content for a website audit?

No additional dependencies are needed beyond the standard requests library to fetch HTML content for a website audit. The Skill natively retrieves and processes the required HTML markup to assess your SEO signals.