seo-audit

Diagnose technical, on-page, and content SEO issues and produce prioritized audit reports.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/ebecerra-developer/ebecerra-web --skill seo-audit-ebecerra-developer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/ebecerra-developer/ebecerra-web/tree/main/.agents/skills/seo-audit
Command: npx skills add https://github.com/ebecerra-developer/ebecerra-web --skill seo-audit-ebecerra-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites lose organic traffic due to hidden crawlability, indexation, speed, and content issues that are hard to diagnose systematically. This Skill provides a structured audit framework that identifies SEO problems and turns them into a prioritized action plan. ## Core Features & Use Cases - Technical SEO Audit: Checks robots.txt, XML sitemaps, canonicalization, Core Web Vitals, mobile-friendliness, HTTPS, and URL structure. - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, and E-E-A-T signals. - Site-Type Playbooks: Includes tailored diagnostic guidance for SaaS, e-commerce, blog, and local business sites, plus migration recovery. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, use this Skill to check redirect mappings, canonicals, and indexation, then receive a prioritized recovery plan. ## Quick Start Audit the SEO of my website at https://example.com and give me a prioritized list of issues to fix.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I do a technical SEO audit of my website?▼

A technical SEO audit checks crawlability (robots.txt, XML sitemap, site architecture), indexation (canonicals, noindex tags, redirect chains), Core Web Vitals, mobile-friendliness, and HTTPS. Findings are reported with impact ratings and prioritized fixes.

Why did my organic traffic drop after a site migration?▼

Traffic drops after migration usually come from missing 301 redirects, broken canonical tags, blocked crawlers in robots.txt, or outdated XML sitemaps. Check Search Console coverage reports and verify redirect mapping from old URLs to new ones first.

Why is my page not ranking for its target keyword?▼

Ranking problems typically stem from misaligned title tags, H1s, and URLs, thin content compared to competitors, keyword cannibalization, or indexation issues. Compare your content depth and E-E-A-T signals against the current top-ranking pages.

Can I detect schema markup by fetching a page's HTML?▼

No, static fetching tools like curl or web_fetch strip script tags and miss JSON-LD injected by CMS plugins via JavaScript. Use a browser rendering tool, Google's Rich Results Test, or Screaming Frog to reliably detect structured data.

What Core Web Vitals thresholds affect SEO rankings?▼

Core Web Vitals thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Pages loading in 5-6 seconds exceed acceptable limits, and page speed is a confirmed ranking factor, especially on mobile.

When should I use a schema markup skill instead of an SEO audit?▼

Use a schema markup skill when the task is implementing structured data such as FAQ or product schema. An SEO audit diagnoses issues and prioritizes fixes, while schema implementation is a separate build task.