seo-audit

Audits page SEO metadata against project conventions and reports missing or incorrect tags.

15|22|Updated May 5, 2024
One-click install
npx skills add https://github.com/brayandiazc/project-starter-template-es-ai --skill seo-audit-brayandiazc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/brayandiazc/project-starter-template-es-ai/tree/main/.claude/skills/seo-audit
Command: npx skills add https://github.com/brayandiazc/project-starter-template-es-ai --skill seo-audit-brayandiazc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually verifying that every page has the correct title, meta description, canonical URL, Open Graph tags, and robots directives is tedious and error-prone. This Skill audits a page or route against your project's documented SEO conventions and produces a checklist of what is present, missing, or wrong. ## Core Features & Use Cases - Convention-driven audit: Reads docs/conventions/seo.md first, so checks follow your project's rules (title length, description length, indexability) rather than generic SEO advice. - Full metadata coverage: Verifies title, meta description, canonical URL, Open Graph/social tags, robots directives, and structured data where required. - Actionable report: Outputs a checklist marking each item as Present / Missing / Incorrect, with file:line references and concrete fix suggestions. - Use Case: Before launching a pricing page, ask for an SEO audit and receive findings like "Missing canonical — add it to app/pricing/page.tsx; the convention requires one on every indexable page." ## Quick Start Audit the SEO metadata of the pricing page and report anything missing or incorrect.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I audit SEO meta tags for a page in my project?▼

Ask for an SEO audit of the page or route. The Skill reads your project's SEO conventions document, locates the page source files, and checks title, description, canonical, Open Graph, and robots tags, reporting each item as present, missing, or incorrect.

What SEO elements does a page metadata audit check?▼

The audit checks the title tag, meta description, canonical URL, Open Graph and social tags, robots directives such as noindex, and structured data when the project convention requires it. Each finding includes the file and line plus a fix suggestion.

Does the SEO audit rewrite my meta tags automatically?▼

No. The Skill only reports findings and suggested fixes; it does not silently rewrite metadata. Changes are made only when you explicitly ask for them after reviewing the report.

Can the audit use my project's own SEO rules instead of generic advice?▼

Yes. The Skill reads docs/conventions/seo.md first and prioritizes those project-specific rules, such as title length limits and per-page-type indexability, over generic SEO recommendations.

When should I run an SEO metadata audit?▼

Run it before publishing or launching a page, after changing routing or layout files that affect metadata, or when verifying that private or utility pages correctly use noindex directives.