PUBLIC AI SKILL FULL SOURCE INCLUDED

SEARCH QUALITY

SEO Audit

Audit public pages for technical SEO, on-page quality, crawlability, structured data, Core Web Vitals, and mobile readiness.

Download SKILL.md

SEO Audit Skill

Audit public webpages for SEO optimization following Google's 2024-2025 standards and best practices.

Quick Start

To audit a page:

  1. Fetch the page using WebFetch or browser tools
  2. Run through the audit checklist below
  3. Report findings with severity levels and actionable fixes

Audit Categories

1. Critical SEO Elements

Title Tag

Meta Description

Canonical URL

Robots Directives

2. Content Structure

Heading Hierarchy

Content Quality Signals

Internal Linking

3. Technical SEO

Page Speed (Core Web Vitals)

Mobile-Friendliness

Security

Crawlability

4. Structured Data (Schema.org)

Recommended Schema Types

Validation

5. Social & Sharing

Open Graph Tags

<meta property="og:title" content="Page Title">
<meta property="og:description" content="Description">
<meta property="og:image" content="https://example.com/image.jpg">
<meta property="og:url" content="https://example.com/page">
<meta property="og:type" content="website">

Twitter Cards

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Title">
<meta name="twitter:description" content="Description">
<meta name="twitter:image" content="https://example.com/image.jpg">

6. Images & Media

Image Optimization

7. Accessibility (SEO-Impacting)

Audit Report Format

Present findings using this structure:

## SEO Audit: [Page URL]

### Score: [X/100]

### Critical Issues (Fix Immediately)
- [Issue]: [Current state] → [Recommendation]

### Warnings (Should Fix)
- [Issue]: [Current state] → [Recommendation]

### Passed Checks
- [Check name]: ✓

### Opportunities
- [Suggestion for improvement]

Severity Levels

Level Description Impact
Critical Blocks indexing or severely hurts rankings Fix immediately
Warning Negatively impacts SEO performance Fix soon
Info Best practice not followed Consider fixing
Passed Meets or exceeds standards No action needed

References

For detailed checklists and code examples, see: