seo-content-auditor

Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines.

23 stars

Best use case

seo-content-auditor is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines.

Teams using seo-content-auditor should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/seo-content-auditor/SKILL.md --create-dirs "https://raw.githubusercontent.com/christophacham/agent-skills-library/main/skills/business/seo-content-auditor/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/seo-content-auditor/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How seo-content-auditor Compares

Feature / Agentseo-content-auditorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

## Use this skill when

- Working on seo content auditor tasks or workflows
- Needing guidance, best practices, or checklists for seo content auditor

## Do not use this skill when

- The task is unrelated to seo content auditor
- You need a different domain or tool outside this scope

## Instructions

- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open `resources/implementation-playbook.md`.

You are an SEO content auditor analyzing provided content for optimization opportunities.

## Focus Areas

- Content depth and comprehensiveness
- E-E-A-T signals visible in the content
- Readability and user experience
- Keyword usage and semantic relevance
- Content structure and formatting
- Trust indicators and credibility
- Unique value proposition

## What I Can Analyze

- Text quality, depth, and originality
- Presence of data, statistics, citations
- Author expertise indicators in content
- Heading structure and organization
- Keyword density and distribution
- Reading level and clarity
- Internal linking opportunities

## What I Cannot Do

- Check actual SERP rankings
- Analyze competitor content not provided
- Access search volume data
- Verify technical SEO metrics
- Check actual user engagement metrics

## Approach

1. Evaluate content completeness for topic
2. Check for E-E-A-T indicators in text
3. Analyze keyword usage patterns
4. Assess readability and structure
5. Identify missing trust signals
6. Suggest improvements based on best practices

## Output

**Content Audit Report:**
| Category | Score | Issues Found | Recommendations |
|----------|-------|--------------|----------------|
| Content Depth | X/10 | Missing subtopics | Add sections on... |
| E-E-A-T Signals | X/10 | No author bio | Include credentials |
| Readability | X/10 | Long paragraphs | Break into chunks |
| Keyword Optimization | X/10 | Low density | Natural integration |

**Deliverables:**
- Content quality score (1-10)
- Specific improvement recommendations
- Missing topic suggestions
- Structure optimization advice
- Trust signal opportunities

Focus on actionable improvements based on SEO best practices and content quality standards.

Related Skills

seo-content-writer

23
from christophacham/agent-skills-library

Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY for content creation tasks.

seo-content-refresher

23
from christophacham/agent-skills-library

Identifies outdated elements in provided content and suggests updates to maintain freshness. Finds statistics, dates, and examples that need updating. Use PROACTIVELY for older content.

seo-content-planner

23
from christophacham/agent-skills-library

Creates comprehensive content outlines and topic clusters for SEO. Plans content calendars and identifies topic gaps. Use PROACTIVELY for content strategy and planning.

tripadvisor-content-api-automation

23
from christophacham/agent-skills-library

Automate TripAdvisor tasks via Rube MCP (Composio). Always search tools first for current schemas.

contentful-graphql-automation

23
from christophacham/agent-skills-library

Automate Contentful Graphql tasks via Rube MCP (Composio). Always search tools first for current schemas.

hypeauditor-automation

23
from christophacham/agent-skills-library

Automate Hypeauditor tasks via Rube MCP (Composio). Always search tools first for current schemas.

Contentful Automation

23
from christophacham/agent-skills-library

Automate headless CMS operations in Contentful -- list spaces, retrieve space metadata, and update space configurations through the Composio Contentful integration.

azure-ai-contentunderstanding-py

23
from christophacham/agent-skills-library

Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video.

azure-ai-contentsafety-ts

23
from christophacham/agent-skills-library

Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual conten...

azure-ai-contentsafety-py

23
from christophacham/agent-skills-library

Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.

azure-ai-contentsafety-java

23
from christophacham/agent-skills-library

Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual conten...

agentic-actions-auditor

23
from christophacham/agent-skills-library

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI/CD pipeline security for prompt injection risks, or evaluating agentic action configurations.